Skip to content

YouMind-OpenLab/karpathy-rss-daily-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karpathy RSS Daily Skill

AI Briefing Karpathy Curated Powered by YouMind License: MIT

Stop drowning in AI news. Get a structured daily briefing curated from Andrej Karpathy's reading list — automatically generated by AI.

Demo

The Problem

The AI field moves at breakneck speed. Hundreds of papers, blog posts, product launches, and tweets every day. Even following the right people on Twitter isn't enough — you still need to read, filter, and synthesize.

The result? You either spend hours doom-scrolling or miss important developments entirely.

The Solution

Andrej Karpathy — one of the most respected voices in AI — maintains a carefully curated set of RSS sources covering the most important AI publications and blogs. This skill turns that curated feed into a structured daily briefing with one command.

  1. Karpathy-Curated Sources — Only the feeds that matter, selected by someone who deeply understands the field
  2. AI-Powered Synthesis — Reads full articles, extracts key points, identifies themes
  3. Structured Output — Organized by topic with data summaries and editorial observations
  4. Real-time Data — Fetches live RSS content via YouMind RSS Pack, always up to date

Data powered by YouMind RSS Pack — reliable feed aggregation for AI-native workflows.

Example Conversations

You: "Give me today's AI briefing"
AI:  → Fetches Karpathy's RSS feeds → Reads top articles → Generates structured briefing

You: "What's new in AI today?"
AI:  → Same flow, detects language, outputs accordingly

You: "Any recent progress on LLM reasoning?"
AI:  → Fetches feeds → Filters for reasoning/inference topics → Focused briefing

You: "Summarize this week's AI highlights"
AI:  → Expands to 7-day window → Weekly digest

Sample Briefing

Karpathy Curated RSS Daily Briefing | 2025-02-12 | 12 updates


🔥 Top Story: GPT-5 Architecture Details Leak Sparks Community Debate

Internal OpenAI documents reveal GPT-5 will adopt a new MoE architecture with significantly more parameters...

Key Takeaways:

  • New architecture uses 16 expert modules, reducing inference cost by 40%
  • Training data scaled to 15T tokens
  • Expected Q2 release, API pricing unchanged

🛠️ Open Source: Llama 4 Scout Released

Meta releases Llama 4 Scout with a 10M token context window...

📊 Today's Numbers

  • 42 RSS updates processed
  • 12 stories selected for deep reading
  • 4 core themes: LLM Architecture, Open Source Ecosystem, AI Agents, Chip Competition

💡 Editor's Notes

This week's dominant thread is "efficiency" — from the MoE shift in model architecture to inference framework optimizations...


Auto-generated AI briefing | Source: Andrej Karpathy curated RSS | Powered by YouMind

Use with OpenClaw 🦞

This skill is a perfect fit for OpenClaw as an automated daily cron job. Set it up once, and wake up to a fresh AI briefing in your Telegram/Discord/Slack every morning.

Quick Setup

Step 1: Install the skill

npx skills i YouMind-OpenLab/karpathy-rss-daily-skill

Step 2: Create a cron job

Just paste this into your OpenClaw chat:

I want a daily AI news briefing using the karpathy-rss-daily-skill. Fetch the RSS feeds from https://youmind.com/rss/pack/andrej-karpathy-curated-rss, read the top stories from the past 24 hours, and send me a structured briefing with key themes, takeaways, and editor's notes. Set this up as a daily cron job.

OpenClaw will then:

  1. Detect your language automatically and confirm it with you
  2. Suggest a default time (8:00 AM in your timezone) and ask if you'd like to change it
  3. Create the cron job with your preferences

After that, OpenClaw will automatically:

  • Create an isolated cron job on the schedule you specified
  • Fetch and synthesize Karpathy's curated feeds daily
  • Deliver the briefing to your connected chat (Telegram, Discord, Slack, etc.)

That's it. No code, no config files, no API keys. Just tell your agent what you want.

Example Cron Configuration

For those who prefer manual setup via the OpenClaw config or CLI:

{
  "name": "karpathy-daily-briefing",
  "schedule": { "kind": "cron", "expr": "0 8 * * *", "tz": "America/New_York" },
  "sessionTarget": "isolated",
  "payload": {
    "kind": "agentTurn",
    "message": "Run the karpathy-rss-daily-skill: Fetch the RSS pack from https://youmind.com/rss/pack/andrej-karpathy-curated-rss, read the top articles from the past 24h, and generate a structured daily briefing with themes, key takeaways, and editor's notes. Output in English. (Change to: Chinese, Japanese, Spanish, etc.)",
    "timeoutSeconds": 180
  },
  "delivery": { "mode": "announce" }
}

Why OpenClaw + This Skill?

Feature Manual With OpenClaw
Schedule You remember to run it Automatic, every day
Delivery Copy-paste from terminal Pushed to your chat app
Customization Edit config each time Just tell it what you want
History Lost after session ends Stored and searchable

Architecture

User Request / Cron Trigger
    ↓
Fetch RSS Pack (YouMind API)
    ↓
Fetch Individual Feeds
    ↓
Filter by Time Window (24h/48h/7d)
    ↓
Select Top Stories (1-2 per source)
    ↓
Fetch Full Articles
    ↓
Cluster by Theme
    ↓
Generate Structured Briefing
    ↓
Deliver to Chat (OpenClaw) or Terminal

Uses YouMind RSS Pack for reliable feed aggregation — no need to manage individual RSS subscriptions or worry about feed availability.

Key Sources

Karpathy's curated RSS includes top-tier AI sources such as:

  • Research: arXiv CS.AI/CL/CV, Google AI Blog, OpenAI Blog, DeepMind Blog
  • Engineering: The Gradient, Lil'Log, Jay Alammar, Chip Huyen
  • Industry: The Information, Stratechery (AI coverage), Import AI
  • Community: Hacker News (AI), Reddit r/MachineLearning, LWN.net
  • Individuals: Karpathy's own picks of researcher blogs and newsletters

The exact feed list is maintained by Karpathy and served via YouMind RSS Pack. It updates as his reading list evolves.

Installation

One-liner (Recommended)

npx skills i YouMind-OpenLab/karpathy-rss-daily-skill

Auto-detects all AI assistants (Claude Code, Cursor, Codex, Gemini CLI, Windsurf, etc.) and installs to all of them.

Alternative: openskills

npx openskills install YouMind-OpenLab/karpathy-rss-daily-skill

Alternative: Ask Claude Code

"Help me install YouMind-OpenLab/karpathy-rss-daily-skill"

Alternative: Claude Code Slash Command

/install-skill YouMind-OpenLab/karpathy-rss-daily-skill

Requirements

  • An AI coding assistant that supports skills (Claude Code, Cursor, etc.)
  • Internet access for fetching RSS feeds
  • No API keys required — RSS data is publicly available via YouMind
  • Optional: OpenClaw for automated daily delivery

Related Links

License

MIT


Built on YouMind's AI-native content intelligence platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors