🌐
AutomationTypeScript

Networking

by daxaur

Networking is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install Networking
Copy Networking into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-network ~/.claude/skills/c-network

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-network/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-network
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 2226 skills

What Networking does

Networking uses doggo for DNS lookups and httpie for readable HTTP requests in the terminal. Use it for DNS debugging, API testing, and inspecting requests without curl or dig.

Networking is cataloged under Automation on DirSkills. Networking comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

Networking

doggo (DNS client)

# Basic DNS lookup
doggo example.com

# Specific record type
doggo example.com MX
doggo example.com AAAA
doggo example.com TXT
doggo example.com NS
doggo example.com CNAME

# Use specific nameserver
doggo example.com --nameserver 1.1.1.1
doggo example.com --nameserver 8.8.8.8

# DNS over HTTPS
doggo example.com --class IN --type A --nameserver https://cloudflare-dns.com/dns-query

# JSON output
doggo example.com --json

httpie (HTTP client)

Human-friendly alternative to curl:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Networking

  • What else does daxaur publish alongside Networking?

    Networking is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way Networking does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does Networking compare to other Automation skills?

    Networking ranks #2017 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Networking against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

Networking is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills β†’