Skip to content

Daily Tech Digest

A cron job that runs daily at 10:30 AM, scans your RSS/blogwatcher feeds, picks the 3–5 most relevant items, saves a digest to Obsidian, and pings you on Telegram if anything is genuinely interesting.

  • Simon Willison’s blog
  • TLDR AI newsletter (https://tldr.tech/api/rss/ai)
  • LangChain blog
  • GitHub Engineering blog
  • Cloudflare blog
Terminal window
openclaw cron add \
--name bob-tech-digest \
--agent main \
--schedule "30 10 * * *" \
--tz "America/Chicago" \
--session isolated \
--message "Run the daily AI/tech digest skill."

Full skill guide (including EagerBots opportunity scouting integration) coming soon.