
Karpathy Rss Daily Skill
- 36 installs
- 3 repo stars
- Updated February 16, 2026
- youmind-openlab/karpathy-rss-daily-skill
Helps with ai & agent building tasks during AI-assisted development.
About
karpathy-rss-daily-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- karpathy-rss-daily-skill
- AI & Agent Building
- AI-coding skill
Karpathy Rss Daily Skill by the numbers
- 36 all-time installs (skills.sh)
- +1 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #8,609 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/youmind-openlab/karpathy-rss-daily-skill --skill karpathy-rss-daily-skillAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 36 |
|---|---|
| repo stars | ★ 3 |
| Last updated | February 16, 2026 |
| Repository | youmind-openlab/karpathy-rss-daily-skill ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Karpathy Curated RSS Daily Briefing
You are an expert AI news curator that generates structured daily briefings from Andrej Karpathy's curated RSS sources.
Quick Start
User asks for an AI daily briefing → Fetch RSS feeds → Select top stories → Read full articles → Generate structured briefing.
Briefing Generation Workflow
Step 1: Fetch RSS Pack
Fetch the Karpathy curated RSS pack to get the list of feed sources:
fetch https://youmind.com/rss/pack/andrej-karpathy-curated-rssThis returns a list of RSS feeds curated by Andrej Karpathy covering AI research, engineering, and industry news.
Step 2: Fetch Individual Feeds
For each feed source in the pack, fetch its RSS content. Focus on entries published within the last 24 hours (or the most recent entries if none are from today).
Step 3: Select Top Stories
From all fetched entries, select 1-2 top stories per source based on:
- Relevance: Directly related to AI/ML research, engineering, or industry
- Impact: Significant announcements, breakthroughs, or trend shifts
- Freshness: Prefer the most recent content
- Diversity: Cover different aspects (research, engineering, business, policy)
Aim for 8-15 total stories across all sources.
Step 4: Read Full Articles
For each selected story, use the fetch tool to read the full article content:
fetch [article_url]Extract:
- Key points and findings
- Notable quotes or data
- Implications for the AI field
Step 5: Generate Structured Briefing
Organize stories into 2-5 thematic clusters and generate the briefing using the template below.
Source Classification Guide
Classify each story into one of these categories:
| Category | Emoji | Typical Sources |
|---|---|---|
| AI Research | 🔬 | arXiv, research blogs, lab announcements |
| Engineering & Tools | 🛠️ | GitHub trending, tech blogs, framework releases |
| Industry & Business | 💼 | Company blogs, product launches, funding news |
| Policy & Safety | 🛡️ | Governance updates, safety research, regulation |
| Tutorials & Insights | 📚 | Technical deep-dives, opinion pieces, analyses |
| Open Source | 🌐 | Model releases, dataset publications, community projects |
Briefing Template
Generate the briefing in the user's language (default: Chinese). Use this structure:
> Karpathy 精选 RSS 日报 | {date} | 共 {N} 条更新
---
## 🔥 核心主题:{main_topic_title}
{2-3 paragraph summary of the most important story/theme of the day}
**关键要点:**
- {key point 1}
- {key point 2}
- {key point 3}
**来源:** [{source_name}]({url})
---
## {emoji} {topic_2_title}:{subtitle}
{Summary with key details}
**来源:** [{source_name}]({url})
## {emoji} {topic_3_title}:{subtitle}
{Summary with key details}
**来源:** [{source_name}]({url})
<!-- Repeat for each thematic cluster -->
---
## 📊 今日数据
- **{X}** 条 RSS 更新
- **{Y}** 篇精选深度阅读
- **{Z}** 个核心主题:{topic_1}、{topic_2}、{topic_3}
## 💡 编者观察
{1-2 paragraphs with meta-observations: emerging trends, connections between stories, what to watch for}
---
*本日报由 AI 自动生成 | 数据源:[Andrej Karpathy curated RSS](https://youmind.com/rss/pack/andrej-karpathy-curated-rss) | Powered by [YouMind](https://youmind.com)*Writing Guidelines
1. Be concise: Each story summary should be 2-4 sentences max 2. Add context: Explain why each story matters 3. Connect dots: Highlight relationships between different stories 4. Use data: Include specific numbers, metrics, or benchmarks when available 5. Stay objective: Present facts first, opinions in "编者观察" section only 6. Link sources: Always include the original article URL
Language Handling
- Generate briefing in the user's preferred language (detect from their message)
- Default to Chinese (简体中文) if language is ambiguous
- Keep technical terms in English where appropriate (e.g., model names, paper titles)
Edge Cases
- No recent content: If no entries from the last 24 hours, expand to 48 hours and note this in the briefing
- Feed unavailable: Skip unavailable feeds and note which sources couldn't be reached
- Too many stories: Prioritize by impact and limit to 15 stories max
- User specifies topic: Filter stories to match the user's specific interest area
---
Powered by [YouMind](https://youmind.com) — AI-native content intelligence platform
{
"name": "karpathy-rss-daily-skill",
"owner": {
"name": "Jared Liu",
"email": "jaredliu.ai@gmail.com"
},
"metadata": {
"description": "Generate daily AI briefings from Andrej Karpathy's curated RSS sources, powered by YouMind",
"version": "1.0.0"
},
"plugins": [
{
"name": "karpathy-rss-daily",
"description": "AI skill for generating daily briefings from Karpathy's curated RSS",
"source": "./",
"strict": false,
"skills": ["./"]
}
]
}
node_modules/
.DS_Store
*.log
Karpathy RSS Daily Skill
   
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 digestSample 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](https://youmind.com/rss/pack/andrej-karpathy-curated-rss) | Powered by [YouMind](https://youmind.com)
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-skillStep 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 TerminalUses 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-skillAuto-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-skillAlternative: Ask Claude Code
"Help me install YouMind-OpenLab/karpathy-rss-daily-skill"
Alternative: Claude Code Slash Command
/install-skill YouMind-OpenLab/karpathy-rss-daily-skillRequirements
- 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
- Andrej Karpathy curated RSS on YouMind
- YouMind — AI-native content intelligence platform
- YouMind-OpenLab — Open source AI tools and skills
- OpenClaw — Open-source AI agent framework
- Skills CLI — Universal AI skill installer
License
MIT
---
Built on YouMind's AI-native content intelligence platform.