workspace/skills/packet-analysis/SKILL.md
Analyze network packet captures (.pcap/.pcapng) using Packet Buddy MCP. Use when opening a pcap file, inspecting packet captures, troubleshooting network traffic, analyzing retransmissions, or filtering packets by protocol.
npx skillsauth add automateyournetwork/netclaw packet-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$PACKET_BUDDY_MCP_SCRIPTpython3 $MCP_CALL "python3 -u $PACKET_BUDDY_MCP_SCRIPT" <tool_name> '<json_args>'tcp.port==80, icmp, bgp)When a user uploads a .pcap or .pcapng file in Slack:
When investigating a network issue with a pcap:
| Filter | Purpose |
|--------|---------|
| tcp.analysis.retransmission | TCP retransmissions |
| tcp.flags.reset==1 | TCP RST packets |
| dns | All DNS traffic |
| icmp | Ping and ICMP errors |
| bgp | BGP routing protocol |
| ospf | OSPF routing protocol |
| tcp.port==22 | SSH traffic |
| http | HTTP requests/responses |
| tls.handshake | TLS handshakes |
| arp | ARP requests/replies |
| stp | Spanning Tree Protocol |
| ip.addr==10.0.0.1 | Traffic to/from specific host |
PACKET_BUDDY_MCP_SCRIPT — Path to packet-buddy-mcp/server.pyPCAP_UPLOAD_DIR — Directory for pcap files (default: /tmp/netclaw-pcaps)tools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.