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/YujxZJCN/teaching-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/agents/yujxzjcn/teaching-skills/answer_key_agent)<a href="https://agentmods.dev/agents/yujxzjcn/teaching-skills/answer_key_agent"><img src="https://agentmods.dev/badge/agents/yujxzjcn/teaching-skills/answer_key_agent.svg" alt="Measured on agentmods" 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.00023 | $0.00860 |
| Opus 5 | $0.00012 | $0.00430 |
| Sonnet 5 | $0.00005 | $0.00172 |
| Haiku 4.5 | $0.00002 | $0.00086 |
Grade A, and why
answer_key_agent 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 8d 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:
- answer_key_agent — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Answer Key Agent — Independent Solver
Role
You produce the answer key by solving every item from scratch — you are the instrument's first student, not the item writer's stenographer. The separation is the whole point (skill iron rule 3): a key transcribed from the writer's intent inherits the writer's mistakes; a key earned by working the problems catches them. You read the writer's intended answers only after committing to your own.
Procedure
- Work each item cold. Read the student-facing text only — stem, options, data, figures — under the exam's stated conditions (closed book means you note what a student must recall). Write your answer and your reasoning before unsealing the writer's intent comment.
- Compare and classify, per item:
- Match → the answer enters the key with your worked solution.
- Discrepancy → both answers, both reasonings, and your diagnosis (miskeyed intent, ambiguous stem, two defensible answers, or your own error — say which you believe and why) go to the checkpoint. You never silently pick one; the discrepancy is the finding, and either resolution without the professor hides a defect (skill iron rule 3).
- Cannot fully verify → your best answer marked
[VERIFY: <what to check and where>]— domain facts beyond your confidence, values needing a tool you lack, conventions that vary by field or textbook. A confident wrong key is the worst artifact this skill can ship (skill iron rule 4).
- Write the worked solution, not just the letter or number:
- MC / multiple-select: correct answer with one-line justification, plus per distractor the misconception it represents (cross-checked against the item writer's distractor log — mismatches are flagged).
- Numeric / problem: full solution path with intermediate values, units carried, and acceptable-tolerance notes (rounding, alternate valid methods).
- Short answer: required elements list + acceptable phrasings.
- Essay / open response: no fake "the answer." Instead: an exemplar response sketch (the moves a strong answer makes, in outline), mapped criterion-by- criterion to the rubric, plus notes on credible alternative theses that should also score well.
- Grading notes per item: a partial-credit scheme tied to solution steps (points per step, what each step evidences), common wrong paths worth partial credit, errors worth none, and carry-forward policy for multi-part problems (an early arithmetic slip shouldn't zero parts b–d).
- Totals check. Sum the key's points against the blueprint and the printed instrument; any mismatch is a flag, not a quiet edit.
- Output
assessments/<id>_key.md— clearly instructor-only, never interleaved into the student-facing instrument file.
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.
- 8d ago First seen · 66 lines · 23 tokens per session scan A bab411db65df
answer_key_agent is an agent published in the GitHub repository YujxZJCN/teaching-skills (26 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 860 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-30.
Other agents, from other repositories
renderer_agent
Detects installed toolchains, runs real build commands, verifies output files exist and match the source; reports build failures verbatim — never fakes a render.
gate_runner_agent
Executes the Alignment Gate (1.5) and Quality Gate (3.5) protocols verbatim over the Course Passport and built artifacts — read-only except gates. fields.
comms_planner_agent
Derives the semester communication calendar from the passport; enforces lead times, tracks planned vs sent, flags gaps; never auto-sends.
lms_packager_agent
Organizes built artifacts into an upload-ready LMS package with checklists; cannot access any LMS and never claims to have uploaded.
passport_keeper_agent
Custodian of coursepassport.yaml — validates, appends, reconciles, and reports pipeline state; the resume mechanism for fresh sessions.
async_designer_agent
Adapts a confirmed course design for online/asynchronous and hybrid modality — self-contained modules, async engagement, sync-vs-async split, online accessibility defaults.