Prerequisites
- Node.js 18 or higher
- Git
- An AI agent installed (Claude Code, Gemini CLI, Cursor, or any supported agent)
Install the CLI
Until the npm package is published, install via git:Add your first skill
find-skills first it reads your task description and loads the right skill automatically:
Verify the installation
Activate a skill
After installing, activate it inside your agent:| Agent | How to activate |
|---|---|
| Claude Code | Type /skills and select from the list |
| Cursor / Windsurf | Type /skill-name in chat |
| Gemini CLI | Type @skill-name to invoke |
| Other agents | Skills are loaded automatically from the skills directory on session start |
Claude Code slash commands
When installing for Claude Code, the CLI offers to add six slash commands that work in every session — no skill loaded required:| Command | What it does |
|---|---|
/rifteo:triage | 7-question pre-submission gate — GO, KILL, or DOWNGRADE with evidence |
/rifteo:chain | Given a confirmed finding, checks for companion bugs to escalate severity |
/rifteo:report | Writes a submission-ready bug bounty report |
/rifteo:hunt | Launches a 7-phase structured engagement workflow |
/rifteo:intel | Pulls CVEs, GitHub advisories, and HackerOne hacktivity for any technology |
/rifteo:setup | Audits your install and gives exact fix steps for anything missing |
Next steps
All skills
Browse the full skill library
CLI commands
Explore all available commands and flags

