Skip to content
Security
Command

/intel

Manage persistent target intelligence across sessions

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/intel

Context preview

What this command does when you run it.

Manage persistent target intelligence across sessions

Command definition

intel.md
description: Manage persistent target intelligence across sessions
allowed-tools: Bash
argument-hint: [add <target> <cat> <key> <value> | show <target> | search <kw> | summary]

Target Intel Manager

Manage the engagement's persistent target intelligence database. Intel accumulates across sessions and scans.

The user's argument: `$ARGUMENTS`

Dispatch

If no arguments or `summary`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" summary

If `show <target>`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" show <target>

If `search <keyword>`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" search <keyword>

If `list` (with optional filters):

node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" list $ARGUMENTS

If `add <target> <category> <key> <value>`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" add $ARGUMENTS

If `forget <target>`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" forget <target>

Present the output directly. No additional commentary needed.

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