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)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
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.