A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
This project provides a comprehensive Kali Linux Docker container with 200+ pentesting tools, optimized for use with Cla
Token-Efficient Pentesting System for Claude Code
This project provides a comprehensive Kali Linux Docker container with 200+ pentesting tools, optimized for use with Claude Code through a custom skill. By using direct command execution instead of MCP protocol, this system achieves 70% token efficiency compared to traditional MCP server approaches.
┌─────────────────────────────────────────────────────────┐
│ Claude Code │
│ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ kali-docker-pentesting skill │ │
│ │ (Tool catalog + usage patterns) │ │
│ └──────────────────────────────────────────────────┘ │
│ │ │
│ ▼ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ bash_tool │ │
│ │ (Direct docker exec commands) │ │
│ └──────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ Kali Linux Docker Container │
│ │
│ • 200+ pentesting tools │
│ • No MCP server overhead │
│ • Direct command execution │
│ • Persistent storage via volumes │
└─────────────────────────────────────────────────────────┘
Dockerfile-kali-simple - Simplified container (no MCP)docker-compose-kali.yml - Easy container managementSKILL.md - Claude skill documentationQUICK-START.md - Quick start guide# Clone or create project directory
mkdir kali-docker-pentest && cd kali-docker-pentest
# Copy files
# - Dockerfile-kali-simple (rename to Dockerfile)
# - docker-compose-kali.yml (rename to docker-compose.yml)
# Build
docker-compose build
# Copy skill to Claude skills directory
mkdir -p /mnt/skills/user/kali-docker-pentesting/
cp SKILL.md /mnt/skills/user/kali-docker-pentesting/
docker-compose up -d
docker exec kali-pentest nmap --version
Simply ask Claude naturally:
You: "Scan 192.168.1.1 with nmap"
Claude: [Executes] docker exec kali-pentest nmap -sV 192.168.1.1
You: "Test http://testsite.local for SQL injection"
Claude: [Executes] docker exec kali-pentest sqlmap -u "http://testsite.local" --batch
You: "Crack these password hashes using rockyou"
Claude: [Executes workflow with john/hashcat]
# Network scanning
docker exec kali-pentest nmap -sV 192.168.1.0/24
# Web testing
docker exec kali-pentest nikto -h http://target.com
# Password cracking
docker exec kali-pentest john --wordlist=/usr/share/wordlists/rockyou.txt hashes.txt
# Interactive shell
docker exec -it kali-pentest /bin/bash
Result: 70% token savings! 🎉
kali-docker-pentest/
├── Dockerfile # Container definition
├── docker-compose.yml # Container orchestration
├── SKILL.md # Claude skill
├── QUICK-START.md # Quick start guide
├── README.md # This file
├── workspace/ # Working files
├── results/ # Scan outputs
├── wordlists/ # Custom wordlists
└── tools/ # Additional tools
IMPORTANT: This toolset is for authorized security testing only.
Unauthorized access to computer systems is illegal. The authors assume no liability for misuse of this software.
Happy (ethical) hacking! 🛡️
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models