Skip to content
Security
Command

/ty-status

Overall dashboard showing sources, acquisitions, handoffs, and pipeline status

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How 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.md
description: 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" show
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" stats
node "${CLAUDE_PLUGIN_ROOT}/scripts/acquisition-tracker.js" summary
node "${CLAUDE_PLUGIN_ROOT}/scripts/handoff-tracker.js" summary
node "${CLAUDE_PLUGIN_ROOT}/scripts/pipeline.js" status
node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-profile.js" show

Present 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
═══════════════════════════════════════════
Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety