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 script-style-guide-checkergit 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/script-style-guide-checker)<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/script-style-guide-checker"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/script-style-guide-checker/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/script-style-guide-checker"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/script-style-guide-checker.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.00025 | $0.01646 |
| Opus 5 | $0.00013 | $0.00823 |
| Sonnet 5 | $0.00005 | $0.00329 |
| Haiku 4.5 | $0.00003 | $0.00165 |
Grade A, and why
script-style-guide-checker 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 11d 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 — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Script Style Guide Checker
What This Skill Does
Checks a script against a specified style guide and returns a prioritised list of violations with corrections.
When To Use This Skill
- Before a script goes to the studio or is handed to a presenter, and you need to confirm it follows your outlet's house style
- When multiple writers have contributed to a single script and consistency has drifted
- When a script written for one outlet is being adapted for another with a different style guide
- When a junior writer's first broadcast script needs a structured style review before an editor sees it
What You Need To Provide
Required: The complete script text, and the name or rules of the style guide to check against (e.g. AP Stylebook, BBC News style, your outlet's own in-house rules provided as a list).
Optional: The intended platform (TV bulletin, radio package, online video), the target audience (general public, specialist, regional), and any specific style rules you want prioritised over others.
How the Assistant Approaches This
- Reads the style guide rules you provide — either a named standard (AP, Reuters, BBC) or a custom ruleset you paste in — and builds a mental checklist of the most common violation categories: numerals, titles, abbreviations, punctuation, attribution format, time references, and tone register.
- Reads through the script systematically, flagging every passage that deviates from the specified rules. Each flag is tied to a specific rule, not a general impression.
- Returns a prioritised violation report — critical issues (meaning or legality affected) first, then consistency issues, then minor style preferences — with the original text, the rule it breaks, and a corrected version for each flag.
Output Format
A structured report divided into three priority tiers:
Critical — violations that could cause factual confusion, legal risk, or on-air embarrassment (e.g. wrong title for a named role, incorrect date format that changes meaning).
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.
- 11d ago First seen · 141 lines · 25 tokens per session scan A 1a969963f46d
script-style-guide-checker is a skill published in the GitHub repository ur-grue/autopunk-media-skills (30 stars, last pushed 11d ago), licensed MIT. It adds 25 tokens to every session and 1,646 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 skills, from other repositories
cinematic-script-writer
Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Use when the user wants to write a cinematic script, create story contexts with characters, generate image prompts for AI video tools (Midjourney, Sora, Veo), or needs cinematography guidance (camera…
compression
Cuts a draft to a target word count without losing substance. Two modes behind one skill. target-count hits a specific number (200 for a cold email, 500 for an op-ed, 6 for a product summary). redundancy catches the specific failure where a phrase says what the verb or context already implied — "going forward" after a…
style-tells
Scrubs the three surface tells that make prose feel AI-generated, padded, or jargon-heavy. Three targets behind one skill, picked via the --target arg. em-dashes (default off in cold email / memo / Slack, max one per page in op-eds), adverbs (the -ly and intensifier pile), jargon (the Silicon Valley / consultant…
vividness
Pushes a draft from abstract toward concrete at two scales. Noun-level (replaces "dog" with "German shepherd," "customer" with "Sarah at JPMorgan's options-trading desk," "many" with "47 of 100") and scene-level (turns "I was angry" into the body signal, room, and dialogue). Implements Kramon's "specific over…
dealing-with-reporters
Drafts and reviews answers to reporter questions, on-the-record statements, crisis-comms responses, and press-inquiry replies. Implements Andrew Ross Sorkin's 11 rules (taught with Kramon at Stanford GSB) plus AP attribution definitions for off-the-record / background / deep background conversations. Use when a…
sent-mail-outcome-tracker
Read the user's recent cold-outreach sent mail, look up which messages got replies, classify reply sentiment, and produce an outcome report that surfaces what the responders had in common. Use when the user says "did my cold emails get replies," "what's my reply rate," "sent-mail outcomes," "track outcomes," or…