engage.actions

engage.actions is a command for Claude Code from hypnguyen1209/offensive-claude. It costs 11 tokens per session (1,630 once invoked), scanned A, original, MIT.

A command for carrying out Phase 7 of an engagement workflow: taking actions toward defined objectives and recording goal progress. It loads planning documents and applies rules before any outward action.

In plain words
What is it for?
Use it to run actions for a specific objective or review and prioritize objectives that are still unfinished.
Why use it?
It organizes the remaining work after objectives and findings have been reviewed. Safety checks can block actions outside the approved scope or actions that need approval.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the offensive-claude plugin — 30 skills, 18 commands, 8 agents, 1 hook shipped together

Good fit Use it to run actions for a specific objective or review and prioritize objectives that are still unfinished.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/hypnguyen1209/offensive-claude/engage.actions
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/hypnguyen1209/offensive-claude

Made for: Claude Code.

Or install offensive-claude, the plugin that ships this one along with the rest of its 30 skills, 18 commands, 8 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for engage.actions

README.md
[![agentmods](https://agentmods.dev/badge/commands/hypnguyen1209/offensive-claude/engage.actions/github.svg)](https://agentmods.dev/commands/hypnguyen1209/offensive-claude/engage.actions)
Your own site
<a href="https://agentmods.dev/commands/hypnguyen1209/offensive-claude/engage.actions"><img src="https://agentmods.dev/badge/commands/hypnguyen1209/offensive-claude/engage.actions/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for engage.actions

Your own site · 80×15
<a href="https://agentmods.dev/commands/hypnguyen1209/offensive-claude/engage.actions"><img src="https://agentmods.dev/badge/commands/hypnguyen1209/offensive-claude/engage.actions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.01630
Opus 5 $0.00005 $0.00815
Sonnet 5 $0.00002 $0.00326
Haiku 4.5 $0.00001 $0.00163

Measured 10d ago against content hash 61405b0b7b48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

engage.actions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/engage.actions.md · 217 lines

How it starts

The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/engage.actions

Executes Phase 7 (Actions on Objectives) of the engagement workflow.

Usage

/engage.actions [--objective <objective-id>]

Options:

  • --objective: Execute a specific objective from the scope document

Process

1. Load Templates

Loads:

  • actions/objectives.md — Engagement objectives tracker
  • actions/collection-plan.md — Data collection and handling plan

Action gate (non-negotiable): every outward action in this phase passes through skills/coding-mastery/scripts/_lib/action_guard.py — out-of-scope targets are blocked, mutating/ destructive operations require explicit approval (unless the ROE sets allow_mutating), and the per-host circuit breaker halts activity against a failing target. Destructive actions (data deletion, account changes, persistence on systems not authorized for it) are blocked outright.

2. Objective Review

Retrieves engagement objectives from Phase 0 scope document:

  • Lists all defined objectives
  • Identifies which objectives are already achieved (from Phase 4)
  • Prioritizes remaining objectives by impact and feasibility
  • Determines what additional access or movement is needed

3. Objective Execution

For each remaining objective:

Lateral Movement (if needed):

  • Identify reachable network segments
  • Enumerate accessible hosts and services
  • Discover credentials or tokens for movement
  • Move to target systems via authorized techniques
  • Document each pivot point

Privilege Escalation (if needed):

  • Identify current privilege level on target system
  • Enumerate escalation vectors
  • Execute escalation technique
  • Document pre/post privilege level

Data Discovery and Collection (if authorized):

  • Locate target data per engagement scope
  • Document data locations and access method
  • Collect representative samples only (per ROE)
  • Handle data per engagement data handling policy
  • Never exfiltrate production customer data without explicit authorization

Domain Dominance (AD engagements):

  • Enumerate Active Directory structure
  • Identify domain admin paths
  • Execute Kerberos attacks (if authorized)
  • Achieve domain admin (if objective)
  • Document trust relationships

Read the full file on GitHub · 217 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 217 lines · 11 tokens per session scan A 61405b0b7b48

Subscribe to this mod's changes

engage.actions is a command published in the GitHub repository hypnguyen1209/offensive-claude (357 stars, last pushed 23d ago), licensed MIT. It adds 11 tokens to every session and 1,630 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.