Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add XBlueSky/vatt-ghern/plugin install vatt-ghernWrote 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/xbluesky/vatt-ghern/daily-news)<a href="https://agentmods.dev/skills/xbluesky/vatt-ghern/daily-news"><img src="https://agentmods.dev/badge/skills/xbluesky/vatt-ghern/daily-news/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/xbluesky/vatt-ghern/daily-news"><img src="https://agentmods.dev/badge/skills/xbluesky/vatt-ghern/daily-news.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.00165 | $0.18289 |
| Opus 5 | $0.00082 | $0.09144 |
| Sonnet 5 | $0.00033 | $0.03658 |
| Haiku 4.5 | $0.00016 | $0.01829 |
Grade A, and why
daily-news scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
sleep 2 && curl -s -o /dev/null -w "%{http_code}\n" http://localhost:8080/ How it starts
The opening of the file, as written. The whole thing — 1,476 lines — stays where its author put it; the contents beside it link to each section on GitHub.
daily-news
Curate today's tech news for the vatt-ghern blog and publish it as bespoke HTML posts. Adopt a senior-tech-lead persona, fetch from a priority source list, score and de-duplicate (exact source URL / news_id against the full archive, fuzzy title similarity against the past 7 days), write one roundup and up to three deep-stories, and open a pull request for human review.
When this skill runs
Three invocation paths converge here:
- Daily —
/vatt-ghern:daily-news(defined in${CLAUDE_PLUGIN_ROOT}/commands/daily-news.md). Executes the full 9-step workflow below. - Weekly rollup —
/vatt-ghern:weekly(Monday morning). Skips Steps 2–6; resolves the covered ISO week (Mon–Sun, the one that just ended) viascripts/weekly-window.mjs; reads it viascripts/load-past-roundups.mjs --days=7 --end=<Sunday>; computes week-over-week delta viascripts/decisions/weekly-delta.mjs --end=<Sunday>; authors oneweekly.htmlusing theweekly-rolluparchetype. - Monthly rollup —
/vatt-ghern:monthly(first of month). Same pattern as weekly but--days=<28..31>andmonthly-rolluparchetype. - Routine fallback: Claude Routines invoking the repo may load this SKILL.md directly when the slash command is unavailable. The routine inspects its own schedule to decide daily vs weekly vs monthly.
For weekly/monthly invocations, read the rollup archetype reference
(references/archetypes/weekly-rollup.md or
references/archetypes/monthly-rollup.md) — it spells out which
workflow steps to skip and what the output looks like.
Do not author daily news posts without this skill. Ad-hoc posts drift from the archetype rules and break the dedup invariants that future days depend on.
Required reading before authoring
Read these references before producing output. They are the single source of truth — do not re-derive their contents:
references/persona.md— Voice (measured, curious, materially-rooted), five priority domains, what earns inclusion vs. what doesn't, punctuation rules (:not:;——not—).references/zh-tw-prose.md— 中文 prose 規則(AI 套話、黑話、 翻譯腔、節奏、台灣用語)。鐵律:去 AI 味靠刪與改寫,不得捏造細節。references/sources.md— Tier-1 through Tier-5 source list with priority order. HackerNoon is the primary signal.references/archetypes.md— Required HTML structure for roundup and deep-story, sidecar JSON schema, content rules, scoring rubric.references/anti-duplication.md— Dedup rules: exact source-URL / news_id against the full archive, fuzzy title similarity against the past 7 days, and how to handle near-duplicates.references/design-system.md— Color tokens, font stacks, component classes, read-tracking attribute conventions, SVG patterns.references/widget-isolation.md— CSS / ID / JS scoping contract for inline SVG widgets.
What ships with it
60 files 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.
- data/NOTICE.md 1.2 KB
- data/zh-tw-terms.json 18 KB
- references/anti-duplication.md 4.3 KB
- references/archetypes.md 13 KB
- references/archetypes/deep-comparison.md 4.3 KB
- references/archetypes/deep-explainer.md 4.8 KB
- references/archetypes/deep-freeform.md 3.5 KB
- references/archetypes/deep-investigation.md 4.4 KB
- references/archetypes/deep-narrative.md 4.7 KB
- references/archetypes/deep-technical-deep-dive.md 3.9 KB
- references/archetypes/monthly-rollup.md 2.8 KB
- references/archetypes/weekly-rollup.md 8.3 KB
- references/content-quality-rubric.md 9.6 KB
- references/content-reviewer-brief.md 5.1 KB
- references/deep-story-brief.md 15 KB
- references/design-system.md 13 KB
- references/exemplars/.gitkeep 0 B
- references/exemplars/comparison.html 75 KB
- references/exemplars/comparison.md 1.6 KB
- references/exemplars/explainer.html 56 KB
- references/exemplars/explainer.md 1.9 KB
- references/exemplars/freeform.html 62 KB
- references/exemplars/freeform.md 1.6 KB
- references/exemplars/INDEX.md 3.1 KB
- references/exemplars/narrative.html 80 KB
- references/exemplars/narrative.md 1.9 KB
- references/exemplars/technical-deep-dive.html 59 KB
- references/exemplars/technical-deep-dive.md 1.6 KB
- references/fact-check-brief.md 6.2 KB
- references/fact-check.md 14 KB
- references/persona.md 4.1 KB
- references/sources.md 2.9 KB
- references/widget-catalog.md 883 B
- references/widget-cookbook/anti-examples.md 11 KB
- references/widget-cookbook/INDEX.md 7.8 KB
- references/widget-cookbook/tier-1-golden/annotated-diagram-walkthrough.md 10 KB
- references/widget-cookbook/tier-1-golden/data-driven-chart.md 6.5 KB
- references/widget-cookbook/tier-1-golden/interactive-param-demo.md 6.8 KB
- references/widget-cookbook/tier-1-golden/mini-canvas-simulation.md 7.0 KB
- references/widget-cookbook/tier-1-golden/scroll-driven-explanation.md 7.8 KB
- references/widget-cookbook/tier-2-snippets/before-after-slider.md 7.1 KB
- references/widget-cookbook/tier-2-snippets/canvas-2d-loop.md 3.4 KB
- references/widget-cookbook/tier-2-snippets/css-3d-transform.md 2.1 KB
- references/widget-cookbook/tier-2-snippets/css-container-query.md 1.7 KB
- references/widget-cookbook/tier-2-snippets/css-scroll-timeline.md 2.6 KB
- references/widget-cookbook/tier-2-snippets/draggable-svg-handle.md 2.7 KB
- references/widget-cookbook/tier-2-snippets/intersection-observer-reveal.md 2.0 KB
- references/widget-cookbook/tier-2-snippets/matter-of-fact-table.md 3.2 KB
- references/widget-cookbook/tier-2-snippets/range-input-binding.md 1.9 KB
- references/widget-cookbook/tier-2-snippets/stack-cards-svg-fallback.md 9.3 KB
- references/widget-cookbook/tier-2-snippets/svg-path-morph.md 1.8 KB
- references/widget-cookbook/tier-2-snippets/tab-switcher-pure-css.md 2.7 KB
- references/widget-cookbook/tier-2-snippets/timeline-scrubber.md 5.0 KB
- references/widget-cookbook/tier-2-snippets/tooltip-popover-anchor.md 2.2 KB
- references/widget-cookbook/tier-2-snippets/view-transition-api.md 2.1 KB
- references/widget-cookbook/tier-2-snippets/web-animations-api.md 2.1 KB
- references/widget-cookbook/tier-3-principles.md 19 KB
- references/widget-isolation.md 16 KB
- references/zh-tw-prose.md 7.9 KB
- scripts/check-claim-ledger.mjs 14 KB runs code
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.
- 2d ago Changed · +2 lines effaa5baeb46
- 12d ago First seen · 1,474 lines · 165 tokens per session scan A a11cd6778b1c
daily-news is a skill published in the GitHub repository XBlueSky/vatt-ghern (5 stars, last pushed yesterday), licensed MIT. It adds 165 tokens to every session and 18,289 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
article-magazine
Huashu / huashu-md-html-inspired magazine article layout for turning Markdown or notes into a polished long-form HTML essay.
blog-post
A layout template for a magazine-style long blog article. It includes a publication header, featured section, author details, figures with captions, pull quotes, code blocks, and related posts.
anvil-find-keywords
A research procedure for finding and evaluating game-related search terms across several sources. It checks search results and user intent, then records whether each idea should be pursued, rejected, or reviewed later.
anvil-new-article
A tool that turns supplied material into MDX article pages for AnvilWiki, a wiki site built from structured content files. It fills in page details and checks that the pages follow the site’s rules.
anvil-update-codes
A tool for updating a game wiki’s reward-code page from codes supplied by the user. It keeps working and expired codes in structured page data.
anvil-refresh
A content review tool that finds older or potentially outdated pages in an AnvilWiki game site and produces a prioritized update list.