Loading...
Loading...
Search for recent news and developments on a topic, organize them chronologically, and deliver a concise briefing. Use this skill when the user wants to catch up on recent events, news, or developments around a topic. Trigger on phrases like "what's new with X", "recent news about X", "any updates on X", "what happened with X lately", "catch me up on X", "news roundup for X", "what did I miss about X", "latest developments in X", or "has anything changed with X recently". Also trigger when the user mentions a time frame like "this week", "this month", "since January", or "in the last few days" combined with wanting information. Don't trigger for general research, product comparisons, or fact-checking — only when recency is the point.
npx skill4agent add cyranob/web-forager news-monitormcp__web_forager__duckduckgo_news_searchmcp__duckduckgo__duckduckgo_news_searchmcp__web_forager__duckduckgo_news_search(query="your query", max_results=10)titleurlsnippetdatesourceuvx --python '>=3.10,<3.14' web-forager news "your query" --max-results 10 --output-format jsonuvxddgsuv 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"])
PYweb-forager searchDDGS().text()uv run --no-projectcurl -s "https://r.jina.ai/URL"max_length=3000"[topic]"max_length=3000# [Topic] — News Briefing
**Period**: [time frame covered]
**Last updated**: [today's date]
## Headlines
- [One-line summary of event 1] — [date]
- [One-line summary of event 2] — [date]
- [One-line summary of event 3] — [date]
## Details
### [Event 1 title] — [date]
[2–4 sentences: what happened, why it matters, what's next]
Source: [Title](url)
### [Event 2 title] — [date]
[2–4 sentences]
Source: [Title](url)
### [Event 3 title] — [date]
[2–4 sentences]
Source: [Title](url)
## What to watch
[1–2 sentences about upcoming events, expected announcements, or unresolved threads
that the user might want to follow up on]