用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/automateyournetwork/netclaw --skill gns3-packet-capture命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | gns3-packet-capture |
| description | Capture network traffic on GNS3 links - start/stop captures, retrieve PCAP data |
| license | Apache-2.0 |
| user-invocable | true |
| metadata | {"openclaw":{"requires":{"bins":"[Truncated]","env":"[Truncated]"}}} |
Start and stop packet captures on links in GNS3 projects. Capture network traffic for analysis and troubleshooting.
python3 -u mcp-servers/gns3-mcp-server/gns3_mcp_server.py (stdio transport)GNS3_URL, GNS3_USER, GNS3_PASSWORD environment variables| Tool | Parameters | What It Does |
|---|---|---|
gns3_start_capture | project_id, link_id, capture_file_name? | Start packet capture on a link |
gns3_stop_capture | project_id, link_id | Stop packet capture and finalize PCAP file |
gns3_get_capture | project_id, link_id | Get capture file path and stream URL |
# First, identify the link to capture
"List all links in routing-test"
# Start capture on the link between router1 and router2
"Start capturing traffic on link abc123 in routing-test"
# Generate some traffic (ping, routing updates, etc.)
# ...
# Stop capture when done
"Stop the capture on link abc123 in routing-test"
# Get the PCAP file location
"Get capture info for link abc123 in routing-test"
# Start capture with custom filename
"Start capturing on link abc123 in routing-test as ospf_adjacency.pcap"
# Get stream URL for live capture viewing
"Get capture info for link abc123 in routing-test"
# Returns stream_url for live PCAP streaming
| Error Code | Meaning | Resolution |
|---|---|---|
| GNS3_NOT_FOUND | Link doesn't exist | Use gns3_list_links to find valid link IDs |
| GNS3_CONFLICT | Capture already running | Stop existing capture first |
gns3_list_links to see all connections and their IDsgns3_list_links基于 SOC 职业分类