/archives
Archive or list previous engagement snapshots
$ 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
/archives
Context preview
What this command does when you run it.
Archive or list previous engagement snapshots
Command definition
archives.mddescription: Archive or list previous engagement snapshots allowed-tools: Bash, Read argument-hint: [list | save | show <name>]
Engagement Archives
Manage engagement snapshots — save current state or browse previous engagements.
The user's argument: `$ARGUMENTS`
Dispatch
If no arguments or `list`:
node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" list-archivesIf `save` or `archive`:
node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" archiveIf `show <name>`: Find and Read the `archives/<name>/SUMMARY.md` file. Use Glob to find a matching archive directory if the name is partial.
Present the output directly.
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 - /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 - /dirscan
Directory and content discovery with recursive crawling
Open command

