Skip to content
Security
Command

/op-install

Check and install opsec tools — verify availability or auto-install missing dependencies

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/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.md
description: 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

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