news-monitor

Installation
SKILL.md

News Monitor

Find distinct recent events, read a source for each event described in detail, and deliver a chronological briefing.

Tools

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
Installs
34
GitHub Stars
10
First Seen
May 23, 2026
news-monitor — cyranob/web-forager