← ClaudeAtlas

add-toollisted

Use when adding a new cybersecurity tool to this installer. Walks through editing the right module file, adding to tools_config.json, running validators, and syncing MCP server data if needed. Triggers on phrases like "add tool", "add <toolname>", "register a new tool", "include X in the installer".
26zl/cybersec-toolkit · ★ 6 · AI & Automation · score 73
Install: claude install-skill 26zl/cybersec-toolkit
# Add a new tool to the installer Use this when the user wants to add a new tool. Follow these steps in order. **Do not skip validation.** ## 1. Decide which module the tool belongs to Match the tool to one of the 18 modules: | Module | Prefix | Tools | | --- | --- | --- | | `misc.sh` | `MISC_` | General CLI helpers, utilities | | `networking.sh` | `NET_` | Scanners, sniffers, proxies | | `recon.sh` | `RECON_` | OSINT, subdomain enum, fingerprinting | | `web.sh` | `WEB_` | Web app testing, fuzzing, scanners | | `crypto.sh` | `CRYPTO_` | Crypto attack tools, analysis | | `pwn.sh` | `PWN_` | Binary exploitation, debuggers, fuzzers | | `reversing.sh` | `RE_` | Disassemblers, decompilers | | `forensics.sh` | `FORENSICS_` | Disk/memory/file forensics | | `enterprise.sh` | `ENTERPRISE_` | AD, Kerberos, post-exploit | | `wireless.sh` | `WIRELESS_` | Wi-Fi, Bluetooth | | `cracking.sh` | `CRACKING_` | Password cracking, hash tools | | `stego.sh` | `STEGO_` | Steganography | | `cloud.sh` | `CLOUD_` | AWS/GCP/Azure tooling | | `containers.sh` | `CONTAINER_` | Docker, k8s | | `blueteam.sh` | `BLUETEAM_` | Detection, IR, hardening | | `mobile.sh` | `MOBILE_` | APK, iOS analysis | | `blockchain.sh` | `BLOCKCHAIN_` | Smart contracts, EVM | | `llm.sh` | `LLM_` | AI/LLM testing | ## 2. Pick the install method Preferred order: **apt > pipx > go > cargo > binary release > gem > Docker > git clone > build from source** Add to the matching array in `modules/<module>.sh`: | Method | Array