packet-analysis
Installation
SKILL.md
Packet Analysis Skill
MCP Server
- Script:
$PACKET_BUDDY_MCP_SCRIPT - Invocation:
python3 $MCP_CALL "python3 -u $PACKET_BUDDY_MCP_SCRIPT" <tool_name> '<json_args>'
Available Tools
Discovery
- list_pcaps — List all pcap files available for analysis
- pcap_summary — High-level stats: packet count, duration, capture size
Traffic Analysis
- pcap_protocol_hierarchy — Protocol breakdown (what % is TCP, UDP, DNS, etc.)
- pcap_conversations — Who talked to whom (IP, TCP, UDP, or Ethernet layer)
- pcap_endpoints — Top talkers by traffic volume