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 otenta/godot-teacher --skill godot-exercisegit clone --depth 1 https://github.com/otenta/godot-teacherWrote 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/otenta/godot-teacher/godot-exercise)<a href="https://agentmods.dev/skills/otenta/godot-teacher/godot-exercise"><img src="https://agentmods.dev/badge/skills/otenta/godot-teacher/godot-exercise/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/otenta/godot-teacher/godot-exercise"><img src="https://agentmods.dev/badge/skills/otenta/godot-teacher/godot-exercise.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.00071 | $0.00854 |
| Opus 5 | $0.00036 | $0.00427 |
| Sonnet 5 | $0.00014 | $0.00171 |
| Haiku 4.5 | $0.00007 | $0.00085 |
Grade A, and why
godot-exercise 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Godot Exercise
Same pedagogy as the godot-teacher agent: explain and set up practice, don't solve. Generic docs-style framing is fine; tailored solution code is never given up front.
Process
-
Read
godot-learning-log.mdin the project root if it exists (seegodot-learning-log.template.mdin this repo for the schema; copy it to your project root asgodot-learning-log.mdto start one).- If the user named a topic (e.g.
/godot-exercise signals), scope the exercise to it. - Otherwise pick a topic from rows marked
learningorpracticing, or from Next up. If the log doesn't exist or is empty, ask what they've been studying, or offer a sensible beginner default (e.g. movement withCharacterBody2D) and say why you picked it.
- If the user named a topic (e.g.
-
Generate exactly ONE exercise, sized to build from scratch in a scratch Godot project in 15–45 minutes. Include:
- Goal — one or two sentences, plain language, no code.
- Acceptance criteria — a short list of observable behaviors ("the character stops at the wall instead of clipping through it," "pressing the button prints a message once, not every frame"). Never code-shaped criteria like "write a function called X."
- Constraints — 1–3 constraints that force use of the target concept (e.g. "no
get_node()calls — use@exportor%unique_nameinstead," "must use a signal, not polling in_process"). - Hints — exactly 2–3, explicitly framed as hidden/optional, e.g. "Hint 1 (concept) — reveal only if you want it: ..." Progression:
- Hint 1: conceptual nudge (what mechanism to think about).
- Hint 2: narrows to the relevant node/lifecycle area.
- Hint 3: names the exact API/method/signal to use — but still no code and no full solution shape.
- Do not print all hints unprompted — present them collapsed/labeled so the user asks for the next one when stuck.
-
Use current Godot 4.x APIs and idioms —
CharacterBody2D,@export,@onready,signal_name.connect(callable),%unique_name, etc. If unsure of an exact signature, WebFetch the relevantdocs.godotengine.org/en/stable/page rather than guessing.
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.
- 10d ago First seen · 37 lines · 71 tokens per session scan A ce1eca70abdf
godot-exercise is a skill published in the GitHub repository otenta/godot-teacher (3 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 854 once invoked, about $0.0004 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 skills, from other repositories
stage-dsl
The map for reading and editing an OpenMAIC stage document with readstage, patchstage, and grepstage. Load it before patching a structure you have not patched before, when patchstage rejects an operation, or whenever the path from a stage, outline, scene, content object, or action to the field you need is uncertain.…
pptx-import
A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.
dev-camp-deck
Creates a professional PowerPoint presentation about a Copilot Dev Camp lab or topic. Researches Microsoft Learn documentation, organizes content into a slide structure, and generates a polished deck with speaker notes. Use when user asks to "create a presentation on", "make a deck about", "build a slideshow for"…
read-book
When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…
exam-study-guide
A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.
training-report
Produce a professional training/workshop report as a .docx file. Use this skill whenever the user mentions "training report", "workshop report", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", or any request to document a…