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.
git clone --depth 1 https://github.com/NotNull92/hera-agent-godotWrote 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.
[](https://agentmods.dev/rules/notnull92/hera-agent-godot/hera-godot)<a href="https://agentmods.dev/rules/notnull92/hera-agent-godot/hera-godot"><img src="https://agentmods.dev/badge/rules/notnull92/hera-agent-godot/hera-godot/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.
<a href="https://agentmods.dev/rules/notnull92/hera-agent-godot/hera-godot"><img src="https://agentmods.dev/badge/rules/notnull92/hera-agent-godot/hera-godot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00408 |
| Opus 5 | $0.00022 | $0.00204 |
| Sonnet 5 | $0.00009 | $0.00082 |
| Haiku 4.5 | $0.00004 | $0.00041 |
Grade A, and why
hera-godot 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 9d 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.
What it actually says
Hera live Godot workflow
Use Hera only with a running Godot editor where the Hera Agent Godot addon is enabled (verified on Godot 4.2–4.7; 4.7 recommended). Treat CLI output as the source of truth for live editor and runtime state.
- Start with
hera status. If it finds no editor, ask the user to enable the addon under Project Settings → Plugins. If several editors are present, runhera instancesand usehera --instance <pid>for mutations. - Before UI work, run
hera guidance ui. Keep reads compact: preferhera --ids scene tree,node get --prop/--props, scopedgame ui tree, andgame qa discoverbefore full dumps. - Use undoable editor commands (
node add/set/remove,signal connect/disconnect) for normal changes. Do not useevalas a shortcut for a normal write. Scene/resource/script/project changes persist;game node set/call,game click, andgame inputare runtime-only. - Prove each change: re-read the node/property or tree, check
hera output --type errororhera diagnosticsafter runs, and usehera screenshot --runtime --analyzeplusgame ui tree/semantic clicks for visual QA. Use requirement-coveredgame qa --filescenarios when validating a prompt implementation. - After editing GDScript, run the project's headless
--check-onlygate when available. Never print or commitHERA_AGENT_GODOT_TOKEN.
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.
- 9d ago First seen · 29 lines · 44 tokens per session scan A f12c9d8e874f
hera-godot is a cursor rule published in the GitHub repository NotNull92/hera-agent-godot (11 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 408 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-30.
Other cursor rules, from other repositories
08-client-server
Rules for separating client-side and server-side code in Fabric 1.14.4 Minecraft mods. Fabric is a Minecraft modding framework, and client code runs in the player’s game while server code runs the game world.
07-datagen
A project rule for Minecraft Fabric 1.14.4 resources, such as item models, block models, recipes, and language files. It requires these files to be written as JSON in the source resources folders because that version does not include the newer data-generation system.
meta-quest-agentic-tools
Use Meta Quest Agentic Tools for Meta Quest and Horizon OS samples.
narrative-writing
A set of rules for writing and editing video-game narratives, connected to a narrative project. It requires the agent to load the project's writing context and story canon, which is the established set of story facts, before making changes.
meta-quest-agentic-tools
Use Meta Quest Agentic Tools for Meta Quest and Horizon OS samples.
visual-and-observational-rules
Defines the visual aspects of the game and how the player observes the world. This includes map color-coding, screen effects, and the overall simulation style.