news-monitor

news-monitor is a skill for Claude Code from CyranoB/web-forager. It costs 32 tokens per session (1,187 once invoked), scanned A, original, MIT.

A research workflow for finding recent news about a topic and producing a chronological briefing with a source for each event.

In plain words
What is it for?
Use it for current-topic monitoring, time-bounded research, and source-based news summaries.
Why use it?
It reduces the work of searching across sources, checking detailed articles, and putting events in time order.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the forager-skills plugin — 7 skills shipped together , and of forager-skills

Good fit Use it for current-topic monitoring, time-bounded research, and source-based news summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyranob/web-forager/news-monitor
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 CyranoB/web-forager --skill news-monitor
Clone the repo
git clone --depth 1 https://github.com/CyranoB/web-forager

Made for: Claude Code.

Or install forager-skills, the plugin that ships this one along with the rest of its 7 skills.

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-monitor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyranob/web-forager/news-monitor"><img src="https://agentmods.dev/badge/skills/cyranob/web-forager/news-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,187 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • 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.00032 $0.01187
Opus 5 $0.00016 $0.00593
Sonnet 5 $0.00006 $0.00237
Haiku 4.5 $0.00003 $0.00119

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

Security

Grade A, and why

news-monitor 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 6d 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.

curl -s "https://r.jina.ai/https://example.com"
skills/news-monitor/SKILL.md · 127 lines

How it starts

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

News Monitor

Find distinct recent events, read a source for every published event, and deliver a chronological briefing.

Tools

Before using tools, read source-access.md completely.

Use an available news-search tool, preferring a callable name ending in duckduckgo_news_search. Use regular search ending in duckduckgo_search only to fill coverage gaps. Read pages with a fetch tool ending in web_fetch. Client-added prefixes vary, so inspect the tools in the session.

Without session tools, run the packaged CLI in an isolated environment:

uvx --python '>=3.10,<3.14' web-forager news "your query" --max-results 10 --output-format json
uvx --python '>=3.10,<3.14' web-forager fetch "https://example.com" --format markdown

If uvx cannot run packaged news search, use ddgs without touching the current project environment:

uv run --no-project --python '>=3.10,<3.14' --with 'ddgs>=9.5.2' python - <<'PY'
from ddgs import DDGS
results = DDGS().news(query="your query", max_results=10)
for r in results:
    print(r["date"], r["title"], r["url"], r["source"])
PY

If packaged fetch fails, use Jina Reader:

curl -s "https://r.jina.ai/https://example.com"

The workflow requires both search and fetch; state what is missing if either is unavailable.

Workflow

1. Set the window

Identify the topic, time frame, and angle. Use the user's window when supplied; otherwise cover the last 2–4 weeks. Ask only when an unresolved ambiguity would materially change the search.

Complete when: the inclusion window and topic boundaries are explicit.

2. Search for events

Start with 1–2 news searches with distinct angles and [current year] where useful. Combine the results before selecting stories. Check their distribution across the requested period, relevant subtopics, and independent outlets. If results cluster on one date, outlet, or subtopic, expand with narrower subperiods, focused queries, and primary announcements. Use regular search to recover coverage gaps, including a failed news provider. Keep failed searches separate from successful searches with no matches. Event counts are presentation targets, not evidence that discovery is complete.

Read the full file on GitHub · 127 lines

Files

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.

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. 6d ago Changed · +9 lines 0839893a1b3d
  2. 7d ago Changed · +9 lines b6f24a60b6d3
  3. 12d ago First seen · 109 lines · 32 tokens per session scan A ac55b33c20e7

Subscribe to this mod's changes

news-monitor is a skill published in the GitHub repository CyranoB/web-forager (10 stars, last pushed 5d ago), licensed MIT. It adds 32 tokens to every session and 1,187 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

ddgs

Use when an agent needs to search the web, find images/news/videos/books, or extract content from a URL. Covers the ddgs Python library, CLI, and MCP server integration.

deedy5/ddgs · 40 tokens

frontmcp-extensibility

Use when extending FrontMCP beyond the core SDK by integrating external npm packages, libraries, or third-party services into providers and tools. Covers VectoriaDB for in-memory semantic and vector search (ML-based embeddings or TF-IDF keyword engines, with persistence) and the tamper-evident, hash-chained skill…

agentfront/frontmcp · 124 tokens

solr-query

To build and debug Solr queries: eDisMax, block join, JSON facets, kNN, explain.

griddynamics/rosetta · 27 tokens

vector-hybrid-search

Retrieve knowledge from a vector-store collection via the vector-mcp MCP server's vectorsearch tool — semantic (ANN) search, lexical BM25 search, or a hybrid of the two fused with Reciprocal Rank Fusion. Use when the agent must answer a question from an indexed corpus, pull top-k relevant chunks for RAG context, or…

Knuckles-Team/vector-mcp · 113 tokens

web-search

Search the web using DuckDuckGo, Tavily, Brave, Perplexity, or SearXNG for real-time information retrieval.

AbdullahMalik17/malikclaw · 31 tokens

searxng-web-search

Privacy-respecting web metasearch via the searxng-mcp MCP server. Use when the agent needs current, open-web results for a query and must NOT leak the query to a single tracking engine — SearXNG aggregates many engines (Google, Bing, DuckDuckGo, Wikipedia, …) behind one JSON tool. Use for general lookups…

Knuckles-Team/searxng-mcp · 138 tokens