Network diagnostic tools: ping, traceroute, netstat, ss
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill network_tools --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Network Tools?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-network-tools)More formats (shields.io, HTML) on the badges page.
---
name: network-tools
description: Network diagnostic tools: ping, traceroute, netstat, ss
activation_keywords: [ping, traceroute, network, netstat, connection, port, socket]
execution_mode: client
---
# Network Tools Skill
Provides read-only network diagnostic operations:
- Ping a host to check connectivity and latency
- Traceroute to trace network path
- List network connections (netstat/ss)
- Check listening ports
Use `builtin_network_tools` tool with fields:
- `operation`: one of "ping", "traceroute", "connections", "listening"
- `host`: (optional) target host for ping/traceroute
- `count`: (optional) ping count (default: 4)
Note: All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!