Agent skill
network-diagnostics
Automated network troubleshooting and diagnostics for WSL/Linux environments
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/network-diagnostics
SKILL.md
Network-diagnostics
Instructions
For network troubleshooting:
- MTU Issues (common in WSL)
- Check current MTU: ip link show
- Test different MTU: sudo ip link set dev eth0 mtu 1350
- Common WSL MTU: 1300-1400
- DNS Resolution
- Check /etc/resolv.conf
- Test with: dig google.com, nslookup google.com
- Try different DNS: 8.8.8.8, 1.1.1.1
- Connectivity Tests
- Ping gateway: ip route | grep default
- Traceroute to destination
- Test ports: nc -zv host port, telnet host port
- Firewall/Routing
- Check iptables: sudo iptables -L
- Review routes: ip route show
- WSL: Check Windows Firewall
- Service Status
- Verify service is running
- Check listening ports: ss -tlnp, netstat -tlnp
- Generate scripts to persist fixes
- Include checks for WSL vs native Linux
- Add rollback mechanisms
Examples
Add examples of how to use this skill here.
Notes
- This skill was auto-generated
- Edit this file to customize behavior
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?