add-tool

Solid

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".

AI & Automation 40 stars 10 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ...

Details

Author
26zl
Repository
26zl/cybersec-toolkit
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

add-tool

Decide where a new tool slots into the chezmoi bootstrap and README. Use when adding a CLI/binary to the host bootstrap so it lands in the right install pass and the right README block. Routes auth-required tools to "Interactive logins" and fire-and-forget binaries to "PATH check".

1 Updated today
alunduil
AI & Automation Featured

toolify

When you want to integrate an external tool, API, MCP server, or service into a project — the wizard walks you through auth, config, env vars, client wrapper code, example usage, and (optionally) a smoke-test. Scoped to Next.js and Rails projects (the two primary stacks). Interactive Q&A pattern — starts with the tool name, asks structured questions until the integration is fully specified, then scaffolds files. Examples of tools to toolify — Stripe, Kit, Sanity, Notion, Neon, Supabase, Fathom, Rewardful, SavvyCal, Riverside, ScrapeCreators, Anthropic, OpenAI, Gemini, Twilio, Resend, Postmark, Vercel Blob, custom internal APIs. For MCP servers specifically, also handles the .mcp.json wiring. Triggers on "/toolify," "integrate X," "add X to this project," "wire up X," "set up the X integration," "hook up X," "connect X," "add MCP for X." Part of the -ify trifecta (skillify / toolify / loopify) for extending Claude Code. NOT for adding new SKILL.md files — that's skillify. NOT for cron/agent loops — that's loop

674 Updated 3 days ago
coreyhaines31
AI & Automation Listed

mcp-tool-checklist

End-to-end checklist for adding a new MCP tool

82 Updated 1 weeks ago
Goldziher