add-tool
SolidUse 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".
Install
Quality Score: 85/100
Skill Content
Details
- Author
- 26zl
- Repository
- 26zl/cybersec-toolkit
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
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".
add-cli
Wire a CLI into the toolbox image — install layer, catalog row, smoke check, Renovate manager, auth bind-mount. Use when the user wants a binary available inside `toolbox shell`, or when an already-installed CLI's credentials don't survive a container recreate.
add-tool-package
Scaffold a new MCP tool package with registration, definitions, and tests