Skip to content

πŸ“° OpenClaw Skill: Daily AI/Tech digest from 92 Karpathy-curated blogs. Zero deps, no API keys. Agent-native RSS β†’ Score β†’ Summarize pipeline.

Notifications You must be signed in to change notification settings

HarrisHan/ai-daily-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“° Tech Daily Digest β€” OpenClaw Skill

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.

Quick Start

Install as OpenClaw Skill

clawhub install ai-daily-digest

Then in any OpenClaw chat:

/digest

Manual Installation

git clone https://github.com/HarrisHan/ai-daily-digest.git
cp -r ai-daily-digest ~/.openclaw/workspace/skills/

How It Works

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

Configuration

Time Range

/digest 48h     # Last 48 hours
/digest 72h     # Last 72 hours

Custom Sources

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"}
]

Scheduled Daily Digest

openclaw cron add \
  --name "ai-daily-digest" \
  --cron "0 9 * * *" \
  --tz "Asia/Shanghai" \
  --message "/digest" \
  --announce --exact

RSS Sources

92 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...

Project Structure

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

License

MIT

Credits

About

πŸ“° OpenClaw Skill: Daily AI/Tech digest from 92 Karpathy-curated blogs. Zero deps, no API keys. Agent-native RSS β†’ Score β†’ Summarize pipeline.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors