AI News Fetcher

Turns AI-news web searches into a dated, deduped, categorized digest with grounded stat cards.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · fa2a7ee

Ran a real 'AI news this week' digest with it: the mandatory calendar-date rule automatically dropped a Q2 SpaceX/Cursor $60B acquisition story that a freeform baseline summary kept as if it were fresh, and a reconciliation check caught a secondary aggregator's fabricated-looking 'Harvey AI $200M Series C, July 2026' claim -- Harvey's actual Series C was 2024 and its real latest round was a $200M Growth round at $11B, not $2.1B.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What AI News Fetcher does

Runs a budgeted set of web searches and depth-fetches (≤7 searches, ≤5 fetches) to build a categorized AI-news digest with editor picks, grounded stat cards, and a GitHub-trending-repos section, rendered as a React artifact. Trigger it for 'latest AI news', 'AI recap/digest/roundup', or a stated window like 'AI news this week / last 3 days / past month'.

How to install AI News Fetcher

git clone https://github.com/MohamedMamdouh18/AI-News-Fetcher.git
mkdir -p ~/.claude/skills
cp -r AI-News-Fetcher ~/.claude/skills/ai-news-fetcher

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger AI News Fetcher

  • /ai-news-fetcher Turns AI-news web searches into a dated, deduped, categorized digest with grounded stat cards.

It also activates on plain-language prompts like these:

  • Give me a digest of the latest AI news from the past week
  • Recap AI news from the last 3 days with sources and stat cards
  • What happened in AI this month? Include trending GitHub repos

Frequently asked questions

Is the AI News Fetcher skill free?
Yes. The skill itself is free from MohamedMamdouh18/AI-News-Fetcher. SkillProof publishes the install command and an independent test verdict at no cost.
Does AI News Fetcher work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran a real 'AI news this week' digest with it: the mandatory calendar-date rule automatically dropped a Q2 SpaceX/Cursor $60B acquisition story that a freeform baseline summary kept as if it were fresh, and a reconciliation check caught a secondary aggregator's fabricated-looking 'Harvey AI $200M Series C, July 2026' claim -- Harvey's actual Series C was 2024 and its real latest round was a $200M Growth round at $11B, not $2.1B.
What is the AI News Fetcher SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install AI News Fetcher?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use AI News Fetcher with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.