/op-install
Check and install opsec tools — verify availability or auto-install missing dependencies
$ 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
/op-install
Context preview
What this command does when you run it.
Check and install opsec tools — verify availability or auto-install missing dependencies
Command definition
op-install.mddescription: Check and install opsec tools — verify availability or auto-install missing dependencies allowed-tools: Bash, Read, Write, AskUserQuestion argument-hint: [--auto | --check-only | <tool-name>]
> **Storage Policy**: ALL output files MUST be saved in the project directory. NEVER write to /tmp/ or any system temporary directory.
Op Install
1. Parse `$ARGUMENTS` for flags (`--auto`, `--check-only`, or a specific tool name) 2. If `--check-only` or no args: run `node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" check` to list all tools and their availability 3. If a specific tool name is provided: run `node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" check <tool>` to check that single tool 4. If `--auto`: run `node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" install-missing` to install all missing tools 5. Otherwise, show the list of missing tools and ask the user which to install via AskUserQuestion 6. Always ask user approval before running any install commands 7. After installation, run `node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" check` to verify tools were installed successfully
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

