Skip to main content

Cyberstrike is now open source! AI-powered penetration testing for security professionals. Star on GitHub

Slash Commands

Type / at the start of the input to open the command list (or press Ctrl+P). Fuzzy matching filters as you type.

Typing a slash opens the command menu with fuzzy filtering Slash command menu opened by typing / — commands grouped by category

Session

CommandAliasesShortcutAction
/new/clear<leader>nStart a new session
/sessions/resume, /continue<leader>lOpen the session picker
/renamectrl+rRename the session
/compact/summarize<leader>cCompact (summarize) the session
/forkFork the session
/timeline<leader>gShow the session timeline
/export<leader>xExport the session
/copyCopy the last message
/share, /unshareShare / stop sharing
/undo, /redo<leader>u / <leader>rUndo / redo the last message
/timestamps, /thinkingToggle timestamps / thinking blocks

Pickers & System

CommandShortcutAction
/models<leader>mModel picker
/agents<leader>aAgent picker
/themes<leader>tTheme picker
/mcpsMCP server manager
/boltBolt server manager
/connectConnect a provider
/editor<leader>eOpen the message in your editor
/skillsBrowse loaded skills
/status<leader>sStatus
/helpHelp
/exitExit

Web Testing & Methodology

CommandAliasesAction
/hackbrowserLaunch the Hacker Browser crawl
/hackbrowser-stopStop a running crawl
/vulnerabilities/vuln, /vulnsReview captured vulnerabilities
/web/endpoints, /roles, /credentialsInspect the web-testing context
/methodology/intel, /vrt, /chainsMethodology engine views
/reportGenerate a report
/qpause, /qresumePause / resume the ingest queue

Caution

Command names are plural (/models, /themes, /mcps). There is no /agent-settings, /settings, /config, /vim, /provider, /model, or a <leader><leader>/Ctrl+Shift+P command palette — the command list opens with Ctrl+P.

@ Mentions

Reference a file (optionally a line range) in your prompt with @:

@src/auth.ts#45-60 check these lines for vulnerabilities

Custom Skills

Package reusable methodology as SKILL.md files — see Custom Skills.