Claude Code Plugins

Community-maintained marketplace

Feedback

Linux networking fundamentals - configuration, troubleshooting, security

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name networking
description Linux networking fundamentals - configuration, troubleshooting, security
sasmp_version 1.3.0
bonded_agent linux-expert
bond_type PRIMARY_BOND

Networking Skill

Overview

Master Linux networking configuration, troubleshooting, and security.

Capabilities

  • Configuration: IP, routes, DNS
  • Troubleshooting: tcpdump, netstat, ss
  • Firewalls: iptables, nftables, firewalld
  • Services: SSH, VPN, proxy
  • Monitoring: iftop, nethogs, nmap

Examples

# Check network interfaces
ip addr show

# Test connectivity
ping -c 4 google.com
traceroute google.com