Agent Skills
› davepoon/buildwithclaude
› morning-ai
morning-ai
GitHub每日AI新闻追踪技能,监控80+实体在6个免费源的最新动态。通过评分、去重和交叉验证,生成结构化的Markdown报告及信息摘要。支持自定义语言、深度和排除项,无需API密钥。
Trigger Scenarios
用户请求每日AI新闻简报
需要追踪AI模型发布或产品动态
生成用于分享的AI新闻报告或信息图
Install
npx skills add davepoon/buildwithclaude --skill morning-ai -g -y
SKILL.md
Frontmatter
{
"name": "morning-ai",
"category": "ai-ml",
"description": "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."
}
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
- Collects data from 6 sources: Reddit, Hacker News, GitHub, HuggingFace, arXiv, X/Twitter
- Scores items using two-stage scoring (automated metadata + qualitative evaluation)
- Deduplicates and cross-verifies high-scoring items
- 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 MorningAI
How to Use
Basic Usage
/morning-ai
With Options
/morning-ai --lang zh
/morning-ai --depth deep
/morning-ai --exclude Funding
Requirements
- Python 3.9+
- No API keys required (all 6 sources are free)
Links
- Repository: https://github.com/octo-patch/MorningAI
- License: MIT
Version History
- 502fc01 Current 2026-07-05 15:06


