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.
npx agentmods add commands/voxtechnologies/anty-framework/identitygit clone --depth 1 https://github.com/VoxTechnologies/anty-frameworkWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00010 | $0.00811 |
| Opus 5 | $0.00005 | $0.00405 |
| Sonnet 5 | $0.00002 | $0.00162 |
| Haiku 4.5 | $0.00001 | $0.00081 |
Grade A, and why
identity 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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- identity — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/anty:identity — View/Edit Agent Identity
Trigger
User runs /anty:identity
Behavior
Read and display the contents of .anty/identity.md, then allow the user to view and edit the agent's identity settings. Identity controls how the agent thinks, communicates, and makes decisions.
Default View (no arguments)
- Read
.anty/identity.md - Display current identity settings:
==================================================== AGENT IDENTITY ==================================================== Controls how Anty thinks, communicates, and decides. ==================================================== COMMUNICATION STYLE --------------------------------------------------- [current style description] DECISION PHILOSOPHY --------------------------------------------------- [current philosophy description] RISK TOLERANCE --------------------------------------------------- [current risk tolerance level and description] VALUES --------------------------------------------------- [current values list] ==================================================== Sections you can edit: "style [description]" — Update communication style "philosophy [text]" — Update decision philosophy "risk [level]" — Update risk tolerance "values [list]" — Update values "done" — Exit identity editor ====================================================
Editing Communication Style
When user says "style [description]":
- Update the Communication Style section in
.anty/identity.md - Display updated identity
- Confirm: "Communication style updated."
Examples:
- "Direct and concise, no fluff"
- "Detailed with supporting evidence"
- "Casual and conversational"
- "Formal with structured reasoning"
Editing Decision Philosophy
When user says "philosophy [text]":
- Update the Decision Philosophy section in
.anty/identity.md - Display updated identity
- Confirm: "Decision philosophy updated."
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.
- 2d ago First seen · 129 lines · 10 tokens per session scan A 05bcb7dc23d6
identity is a command published in the GitHub repository VoxTechnologies/anty-framework (6 stars, last pushed 4mo ago), licensed MIT. It adds 10 tokens to every session and 811 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-31.
Other commands, from other repositories
plan
/anty:plan — Strategy Kernel Generation.
actions
/anty:actions — 3-Option Choice Approval with Nudge Architecture.
onboard
/anty:onboard — QUEST-Based Conversational Interview.
quickstart
/anty:quickstart — 5-Minute Quick Onboarding to First Action.
review
/anty:review — 5-Question Review Engine.
scan
/anty:scan — Analysis Cycle (10-Point).