From Andrej Karpathy's curated 92 top tech blogs, automatically fetch, score, and summarize the best articles into a daily digest.
No external API keys required. Uses the OpenClaw agent's own LLM for scoring and summarization β works with Claude, Gemini, GPT, or any model.
clawhub install ai-daily-digestThen in any OpenClaw chat:
/digest
git clone https://github.com/HarrisHan/ai-daily-digest.git
cp -r ai-daily-digest ~/.openclaw/workspace/skills/92 RSS Feeds β Concurrent Fetch β Time Filter β LLM Scoring β LLM Summary β Digest
β β β β β β
sources.json fetch-rss.mjs by hours arg agent scores agent writes Telegram
(15 parallel) relevance/ 2-3 sentence message
quality/ summaries
timeliness
/digest 48h # Last 48 hours
/digest 72h # Last 72 hours
Edit references/sources.json to add/remove RSS feeds:
[
{"name": "your-blog.com", "xmlUrl": "https://your-blog.com/feed.xml", "htmlUrl": "https://your-blog.com"}
]openclaw cron add \
--name "ai-daily-digest" \
--cron "0 9 * * *" \
--tz "Asia/Shanghai" \
--message "/digest" \
--announce --exact92 feeds curated from Hacker News Popularity Contest 2025, including:
Simon Willison Β· Paul Graham Β· Dan Abramov Β· Gwern Β· Krebs on Security Β· Antirez Β· John Gruber Β· Troy Hunt Β· Mitchell Hashimoto Β· Steve Blank Β· Eli Bendersky Β· Fabien Sanglard Β· and 80 more...
ai-daily-digest/
βββ SKILL.md # OpenClaw skill definition
βββ README.md # This file
βββ scripts/
β βββ fetch-rss.mjs # Concurrent RSS fetcher (Node.js, zero deps)
βββ references/
βββ sources.json # 92 RSS feed sources
MIT
- RSS sources from Hacker News Popularity Contest 2025
- Inspired by ai-daily-digest by vigorX777
- Built for OpenClaw π¦