/ty-install
Check and install required leak hunting tools
$ 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-install
Context preview
What this command does when you run it.
Check and install required leak hunting tools
Command definition
ty-install.mddescription: Check and install required leak hunting tools allowed-tools: Bash, Read, AskUserQuestion argument-hint: [--tier 1|2|3]
Tool Installer
Check availability of leak hunting tools and provide install commands.
**Arguments:** `$ARGUMENTS`
Step 1: Check Tools
node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" checkStep 2: Show Missing
If there are missing tools:
node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" install-missing $ARGUMENTSStep 3: Ask Before Installing
Use **AskUserQuestion** before running any install commands. Never install without user confirmation.
Present the install commands and let the user choose which to run.
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

