
Morning Ai
- 58 installs
- 3.2k repo stars
- Updated August 2, 2026
- davepoon/buildwithclaude
Generate a scored daily AI-news report by collecting and deduplicating updates from Reddit, HN, GitHub, HuggingFace, arXiv, and X.
About
Tracks AI news across 80+ entities from 6 free sources, scores and deduplicates items, and produces a structured daily Markdown report with infographics. A developer uses it for a daily AI briefing on model releases, launches, and funding, invoked via /morning-ai.
- Collects from Reddit, Hacker News, GitHub, HuggingFace, arXiv, and X - no API keys
- Two-stage scoring plus deduplication and cross-verification; requires Python 3.9+
Morning Ai by the numbers
- 58 all-time installs (skills.sh)
- Ranked #6,443 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill morning-aiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 58 |
|---|---|
| repo stars | ★ 3.2k |
| Last updated | August 2, 2026 |
| Repository | davepoon/buildwithclaude ↗ |
What it does
Generate a scored daily AI-news report by collecting and deduplicating updates from Reddit, HN, GitHub, HuggingFace, arXiv, and X.
Files
MorningAI
Daily AI news tracker that collects updates from 80+ entities across 6 sources, scores and deduplicates them, and generates a structured Markdown report.
When to Use This Skill
- When the user wants a daily AI news briefing
- When tracking AI model releases, product launches, funding rounds, or benchmark results
- When generating AI news reports or infographics for sharing
What This Skill Does
1. Collects data from 6 sources: Reddit, Hacker News, GitHub, HuggingFace, arXiv, X/Twitter 2. Scores items using two-stage scoring (automated metadata + qualitative evaluation) 3. Deduplicates and cross-verifies high-scoring items 4. Generates a Markdown report with scored entries and source links
Installation
MorningAI requires its full repository for data collection scripts:
# Install as a Claude Code plugin
git clone https://github.com/octo-patch/MorningAI.git ~/.claude/plugins/MorningAI
# Or install as a skill
git clone https://github.com/octo-patch/MorningAI.git
cd MorningAIHow to Use
Basic Usage
/morning-aiWith Options
/morning-ai --lang zh
/morning-ai --depth deep
/morning-ai --exclude FundingRequirements
- Python 3.9+
- No API keys required (all 6 sources are free)
Links
- Repository: https://github.com/octo-patch/MorningAI
- License: MIT