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 skills add thedivergentai/GD-Agentic-Skills --skill godot-mastergit clone --depth 1 https://github.com/thedivergentai/GD-Agentic-SkillsWrote 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/skills/thedivergentai/gd-agentic-skills/godot-master)<a href="https://agentmods.dev/skills/thedivergentai/gd-agentic-skills/godot-master"><img src="https://agentmods.dev/badge/skills/thedivergentai/gd-agentic-skills/godot-master/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/skills/thedivergentai/gd-agentic-skills/godot-master"><img src="https://agentmods.dev/badge/skills/thedivergentai/gd-agentic-skills/godot-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket warn
- Snyk pass
- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 12 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 528 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Excessive Agency · line 294 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00170 | $0.12368 |
| Opus 5 | $0.00085 | $0.06184 |
| Sonnet 5 | $0.00034 | $0.02474 |
| Haiku 4.5 | $0.00017 | $0.01237 |
Grade A, and why
godot-master 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.
The source is not reproduced here
Licensed LGPL-3.0
The repository is licensed LGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/2d-animation-cutout-and-skeletal.md 2.2 KB
- references/2d-animation-expert-techniques.md 6.5 KB
- references/2d-animation-migration-notes.md 2.8 KB
- references/2d-animation-signals-and-frame-events.md 2.5 KB
- references/2d-animation.md 14 KB
- references/2d-physics-area2d-and-queries.md 2.4 KB
- references/2d-physics-collision-layers-masks.md 1.6 KB
- references/2d-physics-migration-notes.md 3.2 KB
- references/2d-physics.md 15 KB
- references/3d-lighting-environment-and-fog.md 852 B
- references/3d-lighting-gi-and-bake-recipes.md 2.0 KB
- references/3d-lighting-migration-notes.md 4.1 KB
- references/3d-lighting.md 22 KB
- references/3d-materials-migration-notes.md 3.9 KB
- references/3d-materials-pbr-workflows.md 1.5 KB
- references/3d-materials.md 21 KB
- references/3d-world-building-gridmap-and-csg.md 4.2 KB
- references/3d-world-building-migration-notes.md 3.4 KB
- references/3d-world-building-streaming-and-procgen.md 3.1 KB
- references/3d-world-building.md 12 KB
- references/ability-system-elite-ability-patterns.md 2.9 KB
- references/ability-system-migration-notes.md 2.4 KB
- references/ability-system.md 12 KB
- references/adapt-2d-to-3d-migration-notes.md 3.7 KB
- references/adapt-2d-to-3d-migration-recipes.md 4.1 KB
- references/adapt-2d-to-3d.md 17 KB
- references/adapt-3d-to-2d-dimension-reduction.md 1.4 KB
- references/adapt-3d-to-2d-migration-notes.md 3.7 KB
- references/adapt-3d-to-2d.md 17 KB
- references/adapt-desktop-to-mobile-migration-notes.md 2.7 KB
- references/adapt-desktop-to-mobile-mobile-port-checklist.md 1.4 KB
- references/adapt-desktop-to-mobile-mobile-port-deep.md 4.5 KB
- references/adapt-desktop-to-mobile.md 12 KB
- references/adapt-mobile-to-desktop-desktop-port-deep.md 4.2 KB
- references/adapt-mobile-to-desktop-desktop-port-testing-checklist.md 1.5 KB
- references/adapt-mobile-to-desktop-migration-notes.md 2.9 KB
- references/adapt-mobile-to-desktop.md 11 KB
- references/adapt-single-to-multiplayer-authority-and-security.md 2.0 KB
- references/adapt-single-to-multiplayer-latency-testing.md 1.8 KB
- references/adapt-single-to-multiplayer-migration-notes.md 2.2 KB
- references/adapt-single-to-multiplayer-prediction-and-reconciliation.md 4.1 KB
- references/adapt-single-to-multiplayer.md 13 KB
- references/agent-vision-anti-slop-sight.md 2.3 KB
- references/agent-vision-capture-modes.md 3.8 KB
- references/agent-vision-color-icon-receptors.md 4.2 KB
- references/agent-vision-composition-fx-receptors.md 4.6 KB
- references/agent-vision-editor-bridge-lifecycle.md 3.2 KB
- references/agent-vision-hier-contrast-receptors.md 5.0 KB
- references/agent-vision-identity-sight.md 4.5 KB
- references/agent-vision-migration-notes.md 2.5 KB
- references/agent-vision-originality-sight.md 4.4 KB
- references/agent-vision-space-affordance-receptors.md 3.4 KB
- references/agent-vision-taste-receptors.md 26 KB
- references/agent-vision-typography-sight.md 4.3 KB
- references/agent-vision-ui-taste-sight.md 2.2 KB
- references/agent-vision-vision-review-rubric.md 3.1 KB
- references/agent-vision-webp-budgets.md 1.8 KB
- references/agent-vision.md 14 KB
- references/ai-navigation-ai-movement-recipes.md 1.9 KB
- references/ai-navigation-migration-notes.md 3.2 KB
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 Changed · -101 lines · -73 tokens per session b996a5d4acc9
- 8d ago First seen · 625 lines · 243 tokens per session scan A 2d771d5e6e0b
godot-master is a skill published in the GitHub repository thedivergentai/GD-Agentic-Skills (692 stars, last pushed 2d ago), licensed LGPL-3.0. It adds 170 tokens to every session and 12,368 once invoked, about $0.0009 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-09-03.
Other skills, from other repositories
gameobject-component-destroy
Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
godot-signals-groups
Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…
unity-addressables
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).
motion
How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.
threejs-exposure-color-grading
Build a measured exposure and grading path in Three.js. Use for a 64x36 encoded luminance meter, asynchronous readback, weighted log-average exposure, asymmetric adaptation, single tone-map ownership, and a generated 32-cube post-tone-map LUT.