packet-analysis

Analyze network packet captures with Packet Buddy MCP and tshark.

627|175|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill packet-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: packet-analysis
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/packet-analysis
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill packet-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex task of analyzing network packet captures, making it easier to identify and troubleshoot network issues.

Core Features & Use Cases

  • Protocol Analysis: Understand the breakdown of protocols within a capture.
  • Conversation & Endpoint Identification: See who is communicating and identify top talkers.
  • Filtering & Deep Inspection: Apply specific filters to isolate traffic and examine individual packets.
  • Use Case: When diagnosing a slow application, use this Skill to analyze a pcap, identify excessive retransmissions, and pinpoint the source of the problem.

Quick Start

Use the packet-analysis skill to list all available pcap files.

Frequently Asked Questions about packet-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a pcap file to identify excessive retransmissions?

Analyze pcap files using tshark to isolate traffic patterns and identify excessive retransmissions. Apply packet filters during deep inspection to pinpoint the source of slow application performance and network anomalies.

Can I track network conversations and identify top talkers from a pcap?

Yes, track network conversations and identify top talkers from a pcap. The analysis provides endpoint identification and conversation tracking to show exactly who is communicating and identify traffic anomalies.

What is the best way to understand the protocol hierarchy in network traffic captures?

Understand the protocol hierarchy in network traffic captures by running a protocol hierarchy analysis. This breaks down the protocols within the capture file to simplify troubleshooting network connectivity and performance issues.

Does this packet analysis approach work with pcapng files?

Yes, packet analysis works with both .pcap and .pcapng files. It leverages tshark to perform protocol hierarchy analysis, conversation tracking, endpoint identification, and detailed packet inspection on network packet captures.

How do I filter network traffic to isolate specific packets for troubleshooting?

Filter network traffic to isolate specific packets by applying specific filters during deep inspection. This enables efficient troubleshooting of network connectivity and performance issues by examining individual packets and traffic patterns.