Skip to main content

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:
git clone https://github.com/Rifteo/skills-cli
cd skills-cli
npm link

Add your first skill

rifteo-skills add bugbounty-reporter
The CLI detects your installed agents automatically and puts the skill in the right place. No account. No configuration. Not sure which skill to use? Install find-skills first it reads your task description and loads the right skill automatically:
rifteo-skills add find-skills

Verify the installation

rifteo-skills list

Activate a skill

After installing, activate it inside your agent:
AgentHow to activate
Claude CodeType /skills and select from the list
Cursor / WindsurfType /skill-name in chat
Gemini CLIType @skill-name to invoke
Other agentsSkills are loaded automatically from the skills directory on session start
Then describe your task in plain language:
I found that /api/orders/{id} returns order data without checking
if the authenticated user owns that order. Any integer ID works.
The agent produces a complete, triage-ready report. First try.

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:
CommandWhat it does
/rifteo:triage7-question pre-submission gate — GO, KILL, or DOWNGRADE with evidence
/rifteo:chainGiven a confirmed finding, checks for companion bugs to escalate severity
/rifteo:reportWrites a submission-ready bug bounty report
/rifteo:huntLaunches a 7-phase structured engagement workflow
/rifteo:intelPulls CVEs, GitHub advisories, and HackerOne hacktivity for any technology
/rifteo:setupAudits your install and gives exact fix steps for anything missing
Accept the prompt when it appears, or install slash commands manually:
rifteo-skills add bugbounty-reporter --agent claude-code

Next steps

All skills

Browse the full skill library

CLI commands

Explore all available commands and flags