Back to Skills

networking

verified

Linux networking fundamentals - configuration, troubleshooting, security

View on GitHub

Marketplace

pluginagentmarketplace-linux

pluginagentmarketplace/custom-plugin-linux

Plugin

custom-plugin-linux

Repository

pluginagentmarketplace/custom-plugin-linux
1stars

skills/networking/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-linux/blob/main/skills/networking/SKILL.md -a claude-code --skill networking

Installation paths:

Claude
.claude/skills/networking/
Powered by add-skill CLI

Instructions

# 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

```bash
# Check network interfaces
ip addr show

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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
442 chars