Installation
Option 1: CLI (recommended)
Section titled “Option 1: CLI (recommended)”npx --yes github:CurateLabs/RedTeam installFlags:
| Flag | Values | Default |
|---|---|---|
--providers |
cursor, claude, agents, github, gemini (comma-separated) |
auto-detect |
--scope |
project, global |
project |
Option 2: Claude Code plugin
Section titled “Option 2: Claude Code plugin”/plugin marketplace add CurateLabs/RedTeamThen install from the plugin list.
Option 3: ChatGPT Custom GPT
Section titled “Option 3: ChatGPT Custom GPT”- Create a Custom GPT
- Paste
chatgpt/INSTRUCTIONS.mdfrom the repo into Instructions - Optionally upload
skill/reference/ttp-catalog.mdas knowledge
See chatgpt/README.md in the repository.
Option 4: Copy from repo
Section titled “Option 4: Copy from repo”# Cursorcp -r .cursor/skills/redteam your-project/.cursor/skills/
# Claude Codecp -r .claude/skills/redteam your-project/.claude/skills/
# Codex / Agentscp -r .agents/skills/redteam your-project/.agents/skills/Run npm run build in the repo first if installing from source.
Option 5: Git submodule
Section titled “Option 5: Git submodule”git submodule add https://github.com/CurateLabs/RedTeam .redteam-pluginnode .redteam-plugin/cli/bin/cli.js install --providers=claude,cursorRequirements
Section titled “Requirements”- Node.js 22.12+
- An AI harness that supports skills or slash commands (Cursor, Claude Code, Codex, etc.)
Verify
Section titled “Verify”After install, try:
/redteam toolsYou should get a browseable technique catalog with recommendations.