LaunchKit · 2026
Back to Skills

ai-daily-digest

Fetches RSS feeds from 90 top Hacker News blogs (curated by Karpathy), uses AI to score and filter articles.

1
1.2k downloads
by @royxiao08

Setup & Installation

openclaw skills install @royxiao08/ai-daily-digest

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ai-daily-digest

What This Skill Does

Fetches RSS feeds from 90 top tech blogs curated by Andrej Karpathy, scores and filters articles using AI, and generates a daily Markdown digest with Chinese-translated titles, category grouping, trend highlights, and Mermaid charts. Runs via the /digest command with interactive configuration.

Aggregates and AI-scores 90 curated feeds in one command, replacing the need to manually subscribe to and triage dozens of RSS sources.

When to use it

  • Catching up on top tech blog posts from the past 24-72 hours
  • Getting an AI-curated shortlist instead of browsing dozens of feeds manually
  • Reading tech news summaries with Chinese-translated titles
  • Sharing a daily digest of AI/ML and security articles with a team
  • Tracking trending topics and keywords across top developer blogs

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: /digest

AGENT
  1. 1Check ~/.hn-daily-digest/config.json for saved configuration and offer to reuse it
  2. 2Ask user to select time range (24-168 hours), article count (10-20), and output language
  3. 3Prompt for Gemini API key if not already saved
  4. 4Run digest.ts script, fetching and AI-scoring articles from 90 RSS feeds
  5. 5Save configuration and display the Top 3 picks with a stats summary
OUTPUT

Markdown digest file at ./output/digest-YYYYMMDD.md containing a trend summary, top articles with bilingual titles, category groupings, and Mermaid charts

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

GEMINI_API_KEY from Google AI Studio (aistudio.google.com/apikey)OPENAI_API_KEY (optional, used as fallback when Gemini is unavailable)