networking skills

140 tagged networking, measured the same way as everything else here.

Browse within: openclaw 61clawhub 60overlay-network 60pilot-protocol 60cryptography 32geolocation 32setup 28command 8ubiquiti 7bridge 6firewall 6home-lab 6integration 6pub-sub 6

unifly

01

hyperb1iss/unifly

Skill Claude CodeCodex

This skill should be used when the user asks to "manage UniFi devices", "configure UniFi networks", "create a VLAN", "provision an SSID", "create firewall rules", "reorder firewall policies", "create a NAT rule", "set up port forwarding", "configure masquerade NAT", "add DNS records", "manage traffic matching lists"…

249 25d ago A 265 tokens original Apache-2.0

packet-tracer

02

Mats2208/MCP-Packet-Tracer

Skill Claude CodeCodex

Use when building, automating, or debugging Cisco Packet Tracer networks through the packet-tracer MCP (the pt tools) — planning topologies from natural language, live-deploying into a running Packet Tracer, adding devices / links / modules, applying ACL / NAT, exporting configs, or writing raw Script-Engine JS via…

151 yesterday A 139 tokens original MIT

unifi-clients

04

t3chnaztea/unifi-skills

Skill Claude CodeCodex

Use when operating on UniFi clients, devices, switch ports, or DHCP: "block a device", "kick a client off wifi", "restart an access point", "power cycle a PoE port", "move a device to a different VLAN", "my device is on the wrong subnet after I changed the port", "set a DHCP reservation", "change DHCP DNS servers"…

36 9d ago A 152 tokens original MIT

unifi-connect

05

t3chnaztea/unifi-skills

Skill Claude CodeCodex

Use when connecting an agent to a UniFi gateway (UDM Pro, UDM SE, Cloud Gateway) for the first time, or when API calls to one are failing: empty response bodies, curl returning HTTP 000, 401 on a key that works elsewhere, "how do I get a UniFi API key", "SSH is closed on my UDM", "connect to UniFi", "talk to my UniFi…

36 9d ago A 190 tokens original MIT

unifi-wifi

06

t3chnaztea/unifi-skills

Skill Claude CodeCodex

Use when UniFi Wi-Fi is slow, unstable, or being tuned: "my wifi is slow but speedtest on the router is fast", "great signal, terrible speed", "should I use 80MHz or 40MHz", "channel planning", "co-channel interference", "DFS channels", "my APs keep picking the same channel", "audit my SSIDs", "hidden SSID", or…

36 9d ago A 202 tokens original MIT

add-tool

07

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

18 9d ago A 35 tokens copy · 100% Apache-2.0

api-linter

08

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

18 9d ago A 86 tokens copy · 100% Apache-2.0

design-mcp-server

09

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

18 9d ago A 62 tokens copy · 100% Apache-2.0

mingle

10

aeoess/mingle-mcp

Skill Claude CodeCodex

Agent-powered professional networking inside your chat. Like LinkedIn, but your AI does the networking. Find collaborators, co-founders, freelancers, experts. Double opt-in, cryptographic trust, zero spam.

6 1mo ago A 44 tokens original Apache-2.0

TeoSlayer/pilot-skills

Skill Claude CodeCodex

Deploy an ad campaign management system with 4 agents that automate campaign strategy, creative production, real-time bidding, and performance analytics. Use this skill when: 1. User wants to set up an automated ad campaign management pipeline 2. User is configuring an agent as part of an advertising or media buying…

6 1mo ago A 127 tokens AGPL-3.0

TeoSlayer/pilot-skills

Skill Claude CodeCodex

Deploy an API gateway management system with 4 agents. Use this skill when: 1. User wants to set up API gateway management with service discovery, routing, auth, and monitoring 2. User is configuring agents for API request routing, rate limiting, or backend health tracking 3. User asks about API gateway pipelines…

6 1mo ago A 133 tokens AGPL-3.0

TeoSlayer/pilot-skills

Skill Claude CodeCodex

Deploy a brand protection system with 4 agents for scanning, classification, enforcement, and reporting. Use this skill when: 1. User wants to set up brand monitoring for counterfeits, impersonation, or trademark violations 2. User is configuring agents for marketplace scanning, DMCA takedowns, or brand health…

6 1mo ago A 147 tokens AGPL-3.0

lan-direct

14

farshadmomo/lan-direct

Skill Claude CodeCodex

Use when testing or running an app while a VPN/proxy tunnel is up and the app's own outbound calls must leave via the real ISP connection instead of the tunnel - geo-locked or domestic APIs, payment/SMS gateways, bank endpoints, or any service that rejects the VPN's exit IP. Gives the app under test a LAN-direct…

3 23d ago A 144 tokens original MIT

Knuckles-Team/systems-manager

Skill Claude CodeCodex

Convert multi-NIC Linux hosts to a systemd-networkd active-backup bond on a static canonical IP, retiring NetworkManager, with a console-safe dead-man auto-revert. Use when a node's egress/data-path is non-deterministic across reboots (multiple DHCP NICs), when stabilizing a Docker Swarm VXLAN data-path before a swarm…

3 3d ago D 148 tokens original MIT

tailscale-mcp

16

GumbyEnder/mcp-tailscale

Skill Claude CodeCodex

Secure homelab networking with Tailscale + self-hosted Hermes agents via the mcp-tailscale MCP server.

3 2mo ago F 29 tokens original MIT

network-radar

17

wangxuan200105-sudo/network-radar

Skill Claude CodeCodex

Discover, verify, prioritize, and organize professional contacts from authenticated web pages, search results, profile links, or existing contact spreadsheets. Use when a user wants to build or update a networking candidate pool, find alumni or target-role contacts, audit missed relationship labels, compare old and…

2 1mo ago A 92 tokens original MIT

build-mcp-server

18

pproenca/unifi-mcp

Skill Claude CodeCodex

This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates…

2 4mo ago A 111 tokens original MIT

docs-sync

19

pproenca/unifi-mcp

Skill Claude CodeCodex

Audit documentation coverage by comparing implementation against docs/. Use when asked to check doc coverage, sync docs with code, or after significant API surface changes. Produce a report and ask for approval before editing.

2 4mo ago A 42 tokens original MIT

pproenca/unifi-mcp

Skill Claude CodeCodex

Decide how to implement runtime and API changes before editing code. Use when a task changes exported APIs, MCP tool definitions, runtime behavior, or configuration, and you need to choose the compatibility boundary and implementation shape.

2 4mo ago A 47 tokens original MIT

shawnaws/ai-agent-skills

Skill Claude CodeCodex

Analyzes AWS networking and data transfer costs across public IPv4 addresses, NAT Gateway, Transit Gateway, VPC peering, PrivateLink interface endpoints, inter-AZ, inter-region, and internet egress. Identifies top cost drivers, surfaces VPC endpoint savings opportunities, and guides progressive investigation using…

2 3mo ago A 163 tokens

unifi-cli

22

baileywickham/unifi-cli

Skill Claude CodeCodex

Use when asked about UniFi network gear or the local network — access points, gateway, switches, WiFi, or which clients/devices are connected. Queries the local UniFi gateway via the unifi CLI.

1 1mo ago A 49 tokens original MIT