Initial release: airndb
This commit is contained in:
44
.claude-plugin/plugin.json
Normal file
44
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "airndb",
|
||||
"version": "0.1.2",
|
||||
"description": "Network-debug workflow for bounded local or remote tcpdump or WinDump packet capture, first-run tcpdump or WinDump detection, official WinDump auto-download on Windows, remote tcpdump auto-configuration over SSH, pcap analysis, BPF filters, and AI-readable network debugging evidence.",
|
||||
"author": {
|
||||
"name": "14816",
|
||||
"email": "noreply@example.com",
|
||||
"url": "https://airlongdian.fun/plugins/airndb"
|
||||
},
|
||||
"homepage": "https://airlongdian.fun/plugins/airndb",
|
||||
"repository": "http://git.airlongdian.fun/admin/airndb.git",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"airndb",
|
||||
"network-debug",
|
||||
"tcpdump",
|
||||
"windump",
|
||||
"pcap",
|
||||
"bpf",
|
||||
"packet-capture"
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "AirNDB",
|
||||
"shortDescription": "Local and remote packet capture workflow with WinDump setup",
|
||||
"longDescription": "AirNDB helps Codex detect tcpdump or WinDump on first startup, automatically download official WinDump.exe on Windows when no capture tool is available, configure project-local tool.env, use a remote device helper over SSH for remote packet capture and auto-configure missing remote tcpdump when possible, collect bounded packet captures, choose safe BPF filters, save timestamped pcap artifacts, read packet summaries, and record network debugging evidence in AGENTS.md, ADR, C4 module, and network debug logs.",
|
||||
"developerName": "14816",
|
||||
"category": "Productivity",
|
||||
"capabilities": [
|
||||
"Interactive",
|
||||
"Write"
|
||||
],
|
||||
"websiteURL": "https://airlongdian.fun/plugins/airndb",
|
||||
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
|
||||
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
|
||||
"defaultPrompt": [
|
||||
"Use AirNDB to investigate a network issue and collect bounded packet capture evidence.",
|
||||
"Use AirNDB to detect or configure tcpdump or WinDump before starting a local or remote capture.",
|
||||
"Use AirNDB to provide packet-level evidence back to AirDbg or AirDo for debugging or validation."
|
||||
],
|
||||
"brandColor": "#0891B2",
|
||||
"screenshots": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user