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 ur-grue/autopunk-media-skills --skill fact-sheet-writergit clone --depth 1 https://github.com/ur-grue/autopunk-media-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/ur-grue/autopunk-media-skills/fact-sheet-writer)<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/fact-sheet-writer"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/fact-sheet-writer/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/ur-grue/autopunk-media-skills/fact-sheet-writer"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/fact-sheet-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00042 | $0.01885 |
| Opus 5 | $0.00021 | $0.00942 |
| Sonnet 5 | $0.00008 | $0.00377 |
| Haiku 4.5 | $0.00004 | $0.00188 |
Grade A, and why
fact-sheet-writer 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.
How it starts
The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fact Sheet Writer
What This Skill Does
Produces a concise, structured fact sheet on any topic for production teams — covering key facts, essential terminology, background context, and common misconceptions — so crew and contributors arrive on set informed.
When To Use This Skill
- Your crew is filming on an unfamiliar topic and needs a shared knowledge baseline before the shoot
- You are preparing an interviewer or presenter who has limited time to research the subject
- A contributor or consultant is joining the production and you want the team to understand their area of expertise
- You need a one-page briefing document to share with funders, commissioners, or co-producers who are new to the subject
What You Need To Provide
Required:
- The topic or subject area the fact sheet should cover
- The intended audience for the fact sheet (e.g., non-specialist TV crew, broadcast journalist, documentary director)
Optional:
- The specific angle or focus of the production (e.g., "we are covering the economic impact, not the scientific debate")
- Any terminology the team is already familiar with that can be skipped
- Key questions the production is trying to answer — helps the assistant prioritise what to include
- Geographic or temporal scope (e.g., "focus on the situation in West Africa since 2015")
- Contributor names or expert roles whose work should be referenced if relevant
- Maximum length or number of sections
How the Assistant Approaches This
- Identifies the core concepts a non-specialist would need to understand the topic at a production-ready level — not academic depth, but enough to ask good questions and follow expert answers
- Organises the material into a logical sequence: overview first, then key facts and figures, then terminology, then context and history, then common misconceptions or areas of public confusion
- Writes every section in plain, confident language — no jargon without explanation, no hedging, no filler — so the document can be read in ten minutes and retained
What ships with it
1 file 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.
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 · 135 lines · 42 tokens per session scan A ae4a1fba58e4
fact-sheet-writer is a skill published in the GitHub repository ur-grue/autopunk-media-skills (32 stars, last pushed 12d ago), licensed MIT. It adds 42 tokens to every session and 1,885 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-09-04.
Other skills, from other repositories
understand-explain
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.
master-milarepa
A reference skill for answering questions about Milarepa, a Tibetan Buddhist teacher associated with the Kagyu tradition. It covers retreat, hardship, Mahamudra, inner heat practices, and devotion to a teacher.
learning-and-development
Builds capability — skills gaps, career frameworks, training that transfers to the job, and internal mobility. Use this to design a career ladder, close a capability gap, decide whether to build or hire a skill, structure onboarding into a role, or work out why training keeps failing to change anything.
team-onboarding-playbook
Design a structured onboarding experience that gets new team members productive in 30, 60, and 90 days. Use when a new hire is joining, when contractors or agency partners need to ramp up, when an existing team is restructuring and members are switching focus, or when current onboarding feels chaotic and slow. Also…
understand-change
Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…
java-test-updater
Update Java test classes and methods to work with new code versions after refactoring or modifications. Use when code changes break existing tests due to signature changes, refactoring, or behavior modifications. Takes old and new code versions plus old tests as input, and outputs updated tests that compile and pass…