Skip to content
Security
Command

/ty-install

Check and install required leak hunting tools

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-install

Context preview

What this command does when you run it.

Check and install required leak hunting tools

Command definition

ty-install.md
description: 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" check

Step 2: Show Missing

If there are missing tools:

node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" install-missing $ARGUMENTS

Step 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.

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