networking-plugin
v1.4.0Network diagnostics, reconnaissance, monitoring, local interface state, and HTTP load testing - trippy, gping, ss, RustScan, nmap, bandwhich, sniffnet, iproute2, oha
By Lauri GatesLicense: MIT58 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install networking-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install networking-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/laurigates/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is networking-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/dns-tools/SKILL.md├── skills/http-load-testing/SKILL.md├── skills/interface-state/SKILL.md├── skills/layer2-discovery/SKILL.md├── skills/network-diagnostics/SKILL.md├── skills/network-discovery/SKILL.md└── skills/network-monitoring/SKILL.md
Included Skills7
DNS resolution and propagation debugging. Use when looking up A/AAAA/MX/TXT records, verifying DNS changes across resolvers, or querying via DoT/DoH.
HTTP load testing with oha. Use when measuring latency percentiles, finding a server's breaking point, or validating SLA targets under coordinated-omission correction.
Local interface, address, route, and neighbor state with iproute2. Use when viewing or configuring a host's own IPs, links, routes, or ARP/NDP cache — the ifconfig/route/arp replacement.
Layer 2 device discovery and topology mapping. Use when finding switch port assignments, enumerating hosts via ARP, or identifying unknown devices by MAC vendor.
Network connectivity and latency diagnostics. Use when tracing routes, comparing ping latency across endpoints, or inspecting local socket/port usage.
Network host and port discovery with nmap. Use when scanning TCP ports, enumerating hosts on a subnet, or identifying running services and versions.
Real-time network traffic and per-process bandwidth monitoring. Use when finding which app consumes bandwidth, inspecting active connections, or capturing traffic samples.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "networking-plugin",
"version": "1.4.0",
"description": "Network diagnostics, reconnaissance, monitoring, local interface state, and HTTP load testing - trippy, gping, ss, RustScan, nmap, bandwhich, sniffnet, iproute2, oha",
"author": {
"name": "Lauri Gates",
"url": "https://github.com/laurigates"
},
"repository": "https://github.com/laurigates/claude-plugins",
"license": "MIT",
"keywords": [
"networking",
"diagnostics",
"connectivity",
"trippy",
"traceroute",
"mtr",
"gping",
"ping",
"ss",
"sockets",
"latency",
"troubleshooting",
"port-scanning",
"host-discovery",
"rustscan",
"nmap",
"arp-scan",
"reconnaissance",
"monitoring",
"bandwidth",
"traffic",
"bandwhich",
"sniffnet",
"lldp",
"cdp",
"layer2",
"topology",
"neighbor-discovery",
"iproute2",
"ip",
"ifconfig",
"interface",
"routing-table",
"neighbor-cache",
"netlink",
"load-testing",
"stress-testing",
"benchmarking",
"oha",
"wrk",
"vegeta",
"http"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[networking-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/networking-plugin)