How to install SnailSploit/Claude-Red. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
SnailSploit/Claude-Red Installation Guide
How to install SnailSploit/Claude-Red. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for SnailSploit/Claude-Red. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i SnailSploit/Claude-Redor
Install via npx
npx @hexmos/ipm i SnailSploit/Claude-RedPrerequisites
git
package_managerVersion: >=2.0
claude
cliVersion: >=1.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Claude Skills System (Recommended)
git clone https://github.com/SnailSploit/claude-red ~/.claude/skills/claude-redInstall Script
git clone https://github.com/SnailSploit/claude-red.git
cd claude-red
sudo ./install.shInstall Script (Explicit Target)
git clone https://github.com/SnailSploit/claude-red.git
cd claude-red
sudo ./install.sh --target ~/.claude/skillsInstall Script (Single Category)
git clone https://github.com/SnailSploit/claude-red.git
cd claude-red
sudo ./install.sh --category webClaude Code (Single Skill)
cat Skills/web/offensive-sqli/SKILL.md | claude --system-file -Claude Code (Multiple Skills)
cat Skills/active-directory/**/SKILL.md | claude --system-file -Claude.ai (Manual)
Paste the contents of a SKILL.md into a Project's system prompt or prepend it to your conversation.Install Single Category (Sparse Checkout)
git clone --filter=blob:none --sparse https://github.com/SnailSploit/claude-red
cd claude-red
git sparse-checkout set Skills/web Skills/active-directory