Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill morning-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/morning-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: ```bash # 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+

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What This Skill Does
  3. Installation
  4. How to Use
  5. Basic Usage
  6. With Options
  7. Requirements
  8. Links
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
What does the morning-ai skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill morning-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going