news

news is a skill for Claude Code, Codex from EventRegistry/newsapi-mcp. It costs 42 tokens per session (5,247 once invoked), scanned A, original, MIT.

A research workflow for investigating news topics with NewsAPI tools. It supports current-events research, source comparison, monitoring, and risk analysis.

In plain words
What is it for?
Use it to research regulation, companies, geopolitical events, supply chains, or other topics where recent news and source tracking matter.
Why use it?
It organizes news research into entity lookup, broad article scanning, filtering, and detailed retrieval while removing duplicate results.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/eventregistry/newsapi-mcp/skill
Any agent
npx skills add EventRegistry/newsapi-mcp --skill skill
Clone the repo
git clone --depth 1 https://github.com/EventRegistry/newsapi-mcp

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/eventregistry/newsapi-mcp/skill.svg)](https://agentmods.dev/skills/eventregistry/newsapi-mcp/skill)
Your own site
<a href="https://agentmods.dev/skills/eventregistry/newsapi-mcp/skill"><img src="https://agentmods.dev/badge/skills/eventregistry/newsapi-mcp/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,247 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.05247
Opus 5 $0.00021 $0.02624
Sonnet 5 $0.00008 $0.01049
Haiku 4.5 $0.00004 $0.00525

Measured 4d ago against content hash 46a31ccbd727, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

skill/SKILL.md · 324 lines

How it starts

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

News Research Skill

Research news topics end-to-end using the NewsAPI MCP server. This skill orchestrates the right tool sequence for different question types and formats findings for export.

Usage

  • /news "What's happening with AI regulation?" — run a full research workflow
  • /news — interactive mode, asks for the research question

Rules

  1. Sequential requests only — never fire multiple NewsAPI calls in parallel (max 5 concurrent allowed by API, but sequential is safer and required by server instructions)
  2. Deduplicate by default — use isDuplicateFilter: "skipDuplicates" in all scan steps
  3. Track usage — read the "Tokens used" footer from every response and report totals at the end

Workflow: suggest → scan → triage → retrieve

Step 1: Suggest — resolve names to URIs

suggest({type: "concepts", prefix: "Tesla"}) → get conceptUri Always resolve entity names before searching. Keyword search is a fallback.

Step 2: Scan — retrieve titles only

search_articles({conceptUri: "<uri>", articlesCount: 100, articleBodyLen: 0, isDuplicateFilter: "skipDuplicates"}) Fetch up to 100 articles with NO bodies — returns only titles, dates, sources, and URIs. Very token-efficient. Use isDuplicateFilter: "skipDuplicates" to remove wire syndication noise.

Step 3: Triage — assess relevance

Read the titles from step 2. Select the articles relevant to the user's question by their URIs. If too few relevant results, paginate (articlesPage: 2) and repeat step 2.

Step 4: Retrieve — get full details

get_article_details({articleUri: ["<uri1>", "<uri2>", "<uri3>", ...]}) Pass up to 100 URIs per call. If you have more than 100 relevant articles, batch them into multiple calls of 100 URIs each. Add includeFields only for data you need.

Choosing search_articles vs search_events

  • search_articles → individual articles, full text, specific sources
  • search_events → high-level overview, deduplicated event clusters, "what's happening with X"

Read the full file on GitHub · 324 lines

Files

What ships with it

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

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. 4d ago First seen · 324 lines · 42 tokens per session scan A 46a31ccbd727

Subscribe to this mod's changes

news is a skill published in the GitHub repository EventRegistry/newsapi-mcp (1 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 5,247 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-31.

Related

Other skills, from other repositories

the-news

This skill gives agents access to the main headlines of many newspapers and news sites, across 20 countries, via a public API. The API has two modes: a live mode, updated in near real-time, and an archive mode that lets you fetch the headlines from a given moment in time. In both modes, the endpoint returns a JSON…

SFKislev/The-News · 31 tokens

the-news

This is a global news skill for latest news, breaking news, world news, current events, and news headlines. It gives agents a live multi-source news snapshot and a searchable headline archive across 20 countries via a public API.

SFKislev/The-News · 31 tokens

syft-news-pipeline

Coordinate Syft-only personalized news workflows in Codex or Claude Code using only syft following, syft top, and syft search. Use when Codex needs to decide or run the right path for building profile artifacts, capturing durable guidance, drafting daily briefings, generating trunk-branch storyline trees, or…

Solatrader/syft-news-skills · 89 tokens

syft-cli-assistant

Use when the user needs help installing, authenticating, troubleshooting, or using the local syft CLI for Syft AI news workflows. Trigger for first-time setup, syft login or syft status, followed-topics inspection, top stories, personal search, global search, Codex skill installation via syft install-skill, or any…

Solatrader/syft-news-cli-assistant · 90 tokens

syft-storyline-tree

Use when the user wants to turn Syft CLI news into a trunk-branch storyline tree, attach timelines, render markdown plus html plus json outputs, or prepare branches for later Syft search extension in Codex or Claude Code without local Python scripts. Also use when the user asks for event trees, storyline timelines…

Solatrader/syft-news-skills · 85 tokens

syft-daily-briefing

Use when the user wants a personalized daily news briefing from Syft CLI following topics in Codex or Claude Code without relying on local Python scripts. Also use when the user wants a profile-aware editorial edition, issue clustering, mainline plus supplement structure, stronger interest coverage, or a richer daily…

Solatrader/syft-news-skills · 73 tokens