/ty-status
Overall dashboard showing sources, acquisitions, handoffs, and pipeline status
$ npx -y skills add ogrodev/fsociety --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ty-status
Context preview
What this command does when you run it.
Overall dashboard showing sources, acquisitions, handoffs, and pipeline status
Command definition
ty-status.mddescription: Overall dashboard showing sources, acquisitions, handoffs, and pipeline status allowed-tools: Bash, Read argument-hint:
Hunt Status Dashboard
Display the full Tyrell operational dashboard.
Run all status checks in parallel:
node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" shownode "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" statsnode "${CLAUDE_PLUGIN_ROOT}/scripts/acquisition-tracker.js" summarynode "${CLAUDE_PLUGIN_ROOT}/scripts/handoff-tracker.js" summarynode "${CLAUDE_PLUGIN_ROOT}/scripts/pipeline.js" statusnode "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-profile.js" showPresent as a unified dashboard:
═══════════════════════════════════════════
TYRELL STATUS DASHBOARD
═══════════════════════════════════════════
Profile: {current profile}
Campaign: {name or "none"}
Phase: {n}/{total}
Sources: {total} ({by status breakdown})
Acquisitions: {total} ({ingested}/{total} ingested)
Handoffs: {total} ({by status breakdown})
Pipeline: {elliot handoff status}
Quick actions:
- /ty-hunt <query> — Start a new hunt
- /ty-sources list — Browse sources
- /ty-planner — Plan a campaign
═══════════════════════════════════════════Multi-plugin marketplace for Claude Code offensive security plugins
Repo: ogrodev/fsociety
Other commands on fsociety.
- /apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Open command - /archives
Archive or list previous engagement snapshots
Open command - /bruteforce
Password brute force and hash cracking against target services
Open command - /campaign
Resume or execute an attack campaign with progress tracking
Open command - /dashboard
Show running scans, system health, and engagement status
Open command - /debrief
Post-engagement lessons learned analysis and debrief report
Open command

