Skip to content
Security
Command

/ty-profile

View or set the OPSEC hunt profile (surface/deep/dark/ghost)

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

Context preview

What this command does when you run it.

View or set the OPSEC hunt profile (surface/deep/dark/ghost)

Command definition

ty-profile.md
description: View or set the OPSEC hunt profile (surface/deep/dark/ghost)
allowed-tools: Bash, Read
argument-hint: [set <profile>|show|list]

OPSEC Profile Manager

Manage the hunt OPSEC profile.

**Arguments:** `$ARGUMENTS`

Dispatch

`set <profile>`

node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-profile.js" set $ARGUMENTS

`show` or no arguments

node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-profile.js" show

`list`

node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-profile.js" list

Present the output directly.

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