davepoon/morning-ai
AI news tracking skill that monitors 80+ entities across 6 free sources (Reddit, HN, GitHub, HuggingFace, arXiv, X/Twitter). Generates scored daily reports with infographics and message digests. Invoke via /morning-ai.
npx skills add https://github.com/davepoon/buildwithclaude --skill morning-ai
Daily AI news tracker that collects updates from 80+ entities across 6 sources, scores and deduplicates them, and generates a structured Markdown report.
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 MorningAI
/morning-ai
/morning-ai --lang zh
/morning-ai --depth deep
/morning-ai --exclude Funding
Take davepoon/morning-ai from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.