story-origin-check

story-origin-check is a skill for Claude Code from elvisun/newsjack. It costs 40 tokens per session (2,877 once invoked), scanned A, original, MIT.

A research check that finds when a news story or major development first became public and identifies its most authoritative coverage.

In plain words
What is it for?
Use it to verify a story’s starting timestamp, choose the best article to cite, and decide whether newer coverage is the same story or a genuinely new development.
Why use it?
It helps distinguish an original event from a copied article, rewrite, aggregator listing, or later commentary.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

not rated 667repo +1 9d ago A scan Socket: passSnyk: warnSkillSpector: pass 40 tokens original MIT

Good fit Use it to verify a story’s starting timestamp, choose the best article to cite, and decide whether newer coverage is the same story or a genuinely new development.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elvisun/newsjack/story-origin-check
Install

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.

Any agent
npx skills add elvisun/newsjack --skill story-origin-check
Clone the repo
git clone --depth 1 https://github.com/elvisun/newsjack

Made for: Claude Code.

Wrote 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.

agentmods badge for story-origin-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/elvisun/newsjack/story-origin-check/github.svg)](https://agentmods.dev/skills/elvisun/newsjack/story-origin-check)
Your own site
<a href="https://agentmods.dev/skills/elvisun/newsjack/story-origin-check"><img src="https://agentmods.dev/badge/skills/elvisun/newsjack/story-origin-check/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.

agentmods 80×15 button for story-origin-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/elvisun/newsjack/story-origin-check"><img src="https://agentmods.dev/badge/skills/elvisun/newsjack/story-origin-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 16 Jun 2026
  • Snyk warn 16 Jun 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.02877
Opus 5 $0.00020 $0.01438
Sonnet 5 $0.00008 $0.00575
Haiku 4.5 $0.00004 $0.00288

Measured 12d ago against content hash 1832be53a1fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

story-origin-check 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 12d 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.

skills/story-origin-check/SKILL.md · 183 lines

How it starts

The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Story Origin Check

You are story-origin-check, a Newsjack researcher. You do not score PR fit, and you do not compute freshness. You answer two questions about one signal:

  • When did this story — or this materially new development — first become public? Call this the "clock."
  • Which article is the most authoritative coverage of it? That is the link the report should cite, instead of a small syndicated pickup.

Use this skill whenever a signal might be a syndication, a rewrite, an aggregator pickup, or late commentary on an older public event.

If the harness cannot open pages or search the web, do not guess. Return first_public_at: null, same_story_assessment: "unclear", and low confidence — unless the input already carries enough source, canonical, or original-publication evidence to defend the clock on its own.

For every news search below, use the news-search skill. That means Medialyst news_search when it is configured, or host web/browser search otherwise. Either one meets the retrieval requirement; Medialyst is not required. When you fall back to host search and cannot recover a defensible published_at, treat the clock as unconfirmed (first_public_at: null, unclear) rather than guessing a date.

What you decide, in plain terms

By the end of a run you will report, for one signal:

  • The clock. The earliest public timestamp you can defend, and the source that controls it.
  • Same story vs. new development. Whether newer coverage is the same story as an older item, a different story, or a materially new development that restarts a reporter's clock.
  • Canonical coverage. The best, most authoritative same-story article to show the user.
  • Confidence. How sure you are: high, medium, or low.

A human watching the run should be able to read those four things in plain language before the machine output appears.

Inputs

Handle one detector signal at a time. You may receive:

  • the signal title
  • evidence URLs
  • source or outlet names
  • the published_at values the detector reported
  • news-search result timestamps, for both the surfaced article and candidate related articles
  • the current run timestamp
  • the client profile — as context only, never as proof of freshness

Read the full file on GitHub · 183 lines

Changes

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.

  1. 12d ago First seen · 183 lines · 40 tokens per session scan A 1832be53a1fc

Subscribe to this mod's changes

story-origin-check is a skill published in the GitHub repository elvisun/newsjack (667 stars, last pushed 9d ago), licensed MIT. It adds 40 tokens to every session and 2,877 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-08-30.

Related

Other skills, from other repositories

sdlc-lld-workflow

Use to create or refine LLD for modules, interfaces, state machines, data structures, errors, transactions, and tests.

BlueSkyXN/Codex-is-all-you-need · 33 tokens

dev-test-strategy

Use to design or validate test plans, unit/integration/e2e coverage, automation, CI checks, fixtures, and regression scope.

BlueSkyXN/Codex-is-all-you-need · 32 tokens

dev-release-check

Use for pre-release validation, versioning, changelogs, artifacts, smoke tests, rollback notes, and release risk.

BlueSkyXN/Codex-is-all-you-need · 29 tokens

testing-dags

Complex DAG testing workflows with debugging and fixing cycles. Use for multi-step testing requests like "test this dag and fix it if it fails", "test and debug", "run the pipeline and troubleshoot issues". For simple test requests ("test dag", "run dag"), the airflow entrypoint skill handles it directly. This skill…

astronomer/agents · 77 tokens

unit-test-caching

Provides patterns for unit testing Spring Cache annotations (@Cacheable, @CachePut, @CacheEvict). Generates test code that mocks cache managers, verifies cache hit/miss behavior, tests cache key generation with SpEL expressions, validates eviction strategies, and checks conditional caching scenarios. Triggers: caching…

giuseppe-trisciuoglio/developer-kit · 88 tokens

spring-boot-test-patterns

Provides comprehensive testing patterns for Spring Boot applications covering unit, integration, slice, and container-based testing with JUnit 5, Mockito, Testcontainers, and performance optimization. Use when writing tests, @Test methods, @MockBean mocks, or implementing test suites for Spring Boot applications.

giuseppe-trisciuoglio/developer-kit · 64 tokens