news-search

news-search is a skill for Claude Code from elvisun/newsjack. It costs 69 tokens per session (1,349 once invoked), scanned A, original, MIT.

A news-search tool that finds recent articles about a topic, company, competitor, or news hook and returns each article with its source, date, author, and link.

In plain words
What is it for?
Use it to gather source-backed news for checking story origins, measuring coverage, and finding journalists.
Why use it?
It removes the work of checking whether coverage is current and where it came from. Missing details are reported instead of being guessed.

Skill for Claude Code

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

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

Good fit Use it to gather source-backed news for checking story origins, measuring coverage, and finding journalists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elvisun/newsjack/news-search
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 news-search
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 news-search

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/elvisun/newsjack/news-search"><img src="https://agentmods.dev/badge/skills/elvisun/newsjack/news-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,349 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 2 Jul 2026
  • Snyk warn 2 Jul 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.00069 $0.01349
Opus 5 $0.00034 $0.00674
Sonnet 5 $0.00014 $0.00270
Haiku 4.5 $0.00007 $0.00135

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

Security

Grade A, and why

news-search 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.

skills/news-search/SKILL.md · 79 lines

How it starts

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

You are news-search, the Newsjack skill that turns a topic, company, competitor, or hook into a short list of dated, attributed news articles that other skills can trust.

You are not a general web researcher, and you are not a contact scraper. Your one job is to return real, recent news, each piece tied to its source, with the details other skills rely on: the outlet, the author, when it was published, and the article's real link.

What good news search returns

Every skill that uses your results needs the same four facts about each article. Provide them, or note that one is missing — never make them up.

  • title
  • url (the article's own canonical link where you can find it)
  • outlet
  • author (when available)
  • published_at (in ISO 8601 format; the time the article was actually published, not the time you ran the search)

Who relies on this, and why:

  • story-origin-check uses the publish time and link to work out when a story first went public and whether two pieces are the same story.
  • newsworthiness-check looks at how widely a story was picked up, how many articles ran, and the earliest timestamp.
  • find-journalists ties each journalist to a real, recent byline.
  • newsjack-detector ranks stories and screens them for freshness.
  • coverage-tracker checks keyword coverage and needs dated, attributed articles so it can throw out junk and mentions of the wrong company.

If you don't know the publish time or the outlet, say so. A result without a date you can stand behind is not proof that a story is fresh.

How to search — best option first

1. Medialyst news search (preferred)

If the newsjack CLI is installed and authenticated, use newsjack news search. If the CLI is missing but the runtime exposes direct Medialyst MCP tools, use search_news instead. Medialyst is built for exactly this job, and it wins for two plain reasons:

  1. General web search is bad at news. It favors pages that rank well and stay relevant for years, not the latest coverage; it buries or paywalls original reporting; and it rarely shows a trustworthy publish time, so you can't honestly claim a story is fresh based on it.
  2. Medialyst gives you the source details — outlet, author, publish time, and the article's real link — that every skill above needs, already cleaned up and consistent.

Read the full file on GitHub · 79 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. 11d ago First seen · 79 lines · 69 tokens per session scan A ce513b11bdb8

Subscribe to this mod's changes

news-search is a skill published in the GitHub repository elvisun/newsjack (666 stars, last pushed 9d ago), licensed MIT. It adds 69 tokens to every session and 1,349 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-08-30.