actions

actions is a command for coding agents from Ingramradical235/anty-framework. It costs 16 tokens per session (2,002 once invoked), scanned A, a copy of actions, MIT.

A command for reviewing proposed business actions through structured three-choice decisions.

In plain words
What is it for?
Use it when pending actions exist in an Anty project. It presents and records choices one proposal at a time.
Why use it?
It gathers business context and past preferences so decisions are made consistently instead of treating each proposal in isolation.

Command

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.

agentmods
npx agentmods add commands/ingramradical235/anty-framework/actions
Clone the repo
git clone --depth 1 https://github.com/Ingramradical235/anty-framework

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 actions

README.md
[![agentmods](https://agentmods.dev/badge/commands/ingramradical235/anty-framework/actions.svg)](https://agentmods.dev/commands/ingramradical235/anty-framework/actions)
Your own site
<a href="https://agentmods.dev/commands/ingramradical235/anty-framework/actions"><img src="https://agentmods.dev/badge/commands/ingramradical235/anty-framework/actions.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,002 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00016 $0.02002
Opus 5 $0.00008 $0.01001
Sonnet 5 $0.00003 $0.00400
Haiku 4.5 $0.00002 $0.00200

Measured 5d ago against content hash 8e4009ea13ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 5d 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.

Origin

This is a copy

100% identical to actions — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/actions.md · 213 lines

How it starts

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

/anty:actions — 3-Option Choice Approval with Nudge Architecture

Purpose

Present pending action proposals as structured 3-option choices, using behavioral nudge architecture to support high-quality decisions. Record choices to build the founder's preference profile over time.

Prerequisites

  1. .anty/business-context.yaml must exist. If not: "Run /anty:onboard first."
  2. .anty/actions/ directory must contain at least one action file with status: proposed. If no pending actions: "No pending actions to review. Run /anty:plan to generate strategy and action proposals."

Step 1: Load Context

Read the following files to build decision context:

  • .anty/business-context.yaml (founder's business context)
  • .anty/learning/preferences.yaml (if exists — accumulated preference distributions)
  • .anty/learning/choice-history.yaml (if exists — past choices)
  • .anty/learning/performance-labels.yaml (if exists — past action outcomes)
  • All files in .anty/actions/ with status: proposed

Step 2: For Each Pending Action

Process each proposed action one at a time. Never present multiple action decisions simultaneously.

2a: RECAP (Relevant Context and Priming)

Before presenting options, surface the founder's own data. This is NOT the agent's opinion — it is a mirror of what the founder has already said and what the data shows.

Format:

--- Your Context ---
Business: [product description from business-context]
Current traction: [key metrics from business-context or recent scans]
Strategic mode: [effectuation/causation/hybrid]
Distribution tier: [tier from business-context]
Pain classification: [painkiller/vitamin]
[Any relevant recent performance data from scans or action outcomes]
---

2b: Present 3 Options

Each option must include:

Option A: [Title]
  What: [Clear description of the action]
  Expected timeline: [How long this will take]
  Expected results: [Quantified outcome — be specific]
  Cost: [Money, time, effort required]
  Time required: [Hours per week or total hours]
  First step: [Channel factor — the concrete, immediate next action]

Option B: [Title]
  [Same structure]

Option C: [Title]
  [Same structure]

Read the full file on GitHub · 213 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. 5d ago First seen · 213 lines · 16 tokens per session scan A 8e4009ea13ba

Subscribe to this mod's changes

actions is a command published in the GitHub repository Ingramradical235/anty-framework (1 stars, last pushed today), licensed MIT. It adds 16 tokens to every session and 2,002 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to actions, differing in 0 lines, and is treated as a copy.