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/randomittin/heimdall/levelgit clone --depth 1 https://github.com/randomittin/heimdallWhat 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.00044 | $0.00503 |
| Opus 5 | $0.00022 | $0.00251 |
| Sonnet 5 | $0.00009 | $0.00101 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
level 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 yesterday.
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.
What it actually says
Set Autonomy (deprecated alias of /hmd:autonomy)
/hmd:level was renamed to /hmd:autonomy. This alias still works for one release so muscle memory doesn't break; it will be removed a couple of releases later.
Instructions:
-
First, print exactly this one-line notice:
'/hmd:level' is now '/hmd:autonomy' — same behavior. Please switch. -
Then behave identically to
/hmd:autonomy $ARGUMENTS. Parse$ARGUMENTS:- If empty or missing: Show current setting from
heimdall-state get '.project.autonomy_level'and the descriptions below. Done. - If
+: Read current setting, increment by 1 (wrap 3→1). Use the result as the new setting. - If
-: Read current setting, decrement by 1 (wrap 1→3). Use the result as the new setting. - If 1, 2, or 3: Use directly as the new setting.
- If anything else: Show valid options and ask the user to choose.
- If empty or missing: Show current setting from
-
Update the state file (the on-disk key stays
.project.autonomy_level— do not rename it):
heimdall-state set '.project.autonomy_level' '<new_level>'
- Confirm with a compact status line:
◀ 1 Guided/◀ 2 Checkpoint ▶/3 Full Auto ▶- Show the active setting highlighted, with arrows indicating cycle direction
Valid settings:
- 1 (Guided): Asks before every action.
- 2 (Checkpoint): Runs on its own, pauses at major milestones.
- 3 (Full Auto): Runs until complete; only stops if blocked.
Going forward, use /hmd:autonomy (and /hmd:autonomy + / - to cycle).
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.
- yesterday First seen · 39 lines · 44 tokens per session scan A 08ba904fa2ed
level is a command published in the GitHub repository randomittin/heimdall (5 stars, last pushed 11d ago), licensed MIT. It adds 44 tokens to every session and 503 once invoked, about $0.0002 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
autocode
Fully autonomous development pipeline. Give it a feature description or PRD file and it will plan, write tests, implement code, run tests, and verify — all automatically with zero human intervention.
autocode-new
Scan current project and generate a project-specific autocode development pipeline (agents, commands, rules, hooks). Interactive setup wizard.
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
dev-planner
Generate or update DEV-PLAN.md with phased development plan from Product-Spec.md.
iterate
Iteration delivery — delivery check + archive + commit & tag + bump version.