Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    jackspace

    network-diagnostics

    jackspace/network-diagnostics
    DevOps
    8
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Automated network troubleshooting and diagnostics for WSL/Linux environments

    SKILL.md

    Network-diagnostics

    Instructions

    For network troubleshooting:

    1. 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
    2. 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
    3. Connectivity Tests
      • Ping gateway: ip route | grep default
      • Traceroute to destination
      • Test ports: nc -zv host port, telnet host port
    4. Firewall/Routing
      • Check iptables: sudo iptables -L
      • Review routes: ip route show
      • WSL: Check Windows Firewall
    5. 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 Servers
    Kernel
    Kernel
    Vercel
    Vercel
    Maximum Sats
    Repository
    jackspace/claudeskillz
    Files