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 version-diff-summarisergit 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/version-diff-summariser)<a href="https://agentmods.dev/skills/ur-grue/autopunk-media-skills/version-diff-summariser"><img src="https://agentmods.dev/badge/skills/ur-grue/autopunk-media-skills/version-diff-summariser.svg" alt="Measured on agentmods" 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.00057 | $0.01890 |
| Opus 5 | $0.00028 | $0.00945 |
| Sonnet 5 | $0.00011 | $0.00378 |
| Haiku 4.5 | $0.00006 | $0.00189 |
Grade A, and why
version-diff-summariser 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 4d 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 — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Version Diff Summariser
What This Skill Does
Takes two versions of the same text — a before and an after — and produces a plain-English summary of every meaningful change: what was added, cut, reworded, restructured, and why each change is likely to matter editorially.
When To Use This Skill
- After an editor returns a marked-up draft and you want to understand the full scope of revisions quickly
- When handing a revised piece to a second editor who was not involved in the first round and needs to be brought up to speed
- During collaborative writing when two people have worked on the same section independently and you need to reconcile the differences
- When preparing a correction or update to a published article and you want a clear record of what changed for your corrections log
- Before a legal or compliance review, to document the changes made between draft stages
What You Need To Provide
Required: Both versions of the text, clearly labelled. Paste Version A (original) first, then Version B (revised), separated by a clear divider such as --- VERSION B ---.
Optional: A brief note on who made the changes and why (e.g., "editor tightened for length" or "legal flagged the third paragraph"). This context lets the assistant frame the summary more accurately.
How the Assistant Approaches This
- Reads both versions carefully, mapping the structure of each — paragraphs, sentences, key claims — to understand what belongs to what.
- Identifies every category of change: deletions (content removed), additions (new content), rewrites (same idea, different words), structural moves (content shifted to a new position), and register or tone shifts (same meaning, changed level of formality or emphasis).
- Produces a layered summary: a one-paragraph overview of the overall direction of the edit, followed by a change-by-change breakdown. Each item in the breakdown notes what changed, where it appears, and why the change is likely to matter — editorially, factually, or legally.
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.
- 4d ago First seen · 124 lines · 57 tokens per session scan A 8713dbc76adc
version-diff-summariser is a skill published in the GitHub repository ur-grue/autopunk-media-skills (28 stars, last pushed 8d ago), licensed MIT. It adds 57 tokens to every session and 1,890 once invoked, about $0.0003 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
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…
c-research
Summarize web URLs, PDFs, YouTube videos, and podcasts using the summarize CLI. Instantly extract key points from any content type without manual reading. Useful for research, link digests, and media review.
treatment-plans
Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…
venue-templates
Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.
xlsx
Create, edit, analyze, or convert Excel spreadsheets (.xlsx, .xlsm, .xltx) where the workbook file is the primary deliverable. Use for formulas, formatting, financial models, multi-sheet workbooks, and tabular cleanup exported to Excel. Also applies to .csv/.tsv when the user wants spreadsheet output. Do NOT use for…
markdown-to-pdf
Convert a markdown file to PDF using mistune + reportlab. Use when the user wants to convert a .md file to PDF, or when another skill needs to produce a PDF from markdown output.