By octo-patch
Automate daily AI news monitoring and reporting: tracks 80+ entities across multiple sources, scores and validates items, generates structured briefings, infographics, and social-media posts, and distributes them via email or messaging platforms.
Send the daily MorningAI digest as HTML email via SMTP to a configured recipient list.
Generate cover and per-type infographics for MorningAI
Generate concise message digest with image for sharing on messaging platforms (WeChat, Telegram, Slack, etc.)
Generate platform-specific social media copy and images for content distribution
Track AI model leaderboard rankings over time and detect rank/score changes between snapshots
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
What happened in AI today? — An AI news tracking skill that runs inside your coding agent. No Docker, no servers — just invoke /morning-ai in Claude Code, Codex, OpenCode, Hermes, Cursor, or any SKILL.md-compatible tool. Monitors 80+ entities across 6 sources, generates scored daily reports with optional infographics.
/morning-aiclassic, dark, glassmorphism, newspaper, tech — ready for social sharingHere's what a MorningAI daily report looks like — 26 updates scored, deduplicated, and verified across multiple sources in under 50 seconds:
Full sample report: samples/report_2026-04-14.md Infographic style previews: docs/styles.md
SKILL.md (loaded by any AI tool)
|
+- Step 1: python3 skills/tracking-list/scripts/collect.py -> data_{date}.json
| (5 sources, concurrent, score + dedupe)
| + Agent searches X/Twitter via web search
|
+- Step 2: Read skills/tracking-list/SKILL.md -> scoring & format spec
|
+- Step 3: Write report_{date}.md -> structured daily report
|
+- Step 4: (optional) Read skills/gen-infographic/SKILL.md -> cover image
|
+- Step 6: (optional) Read skills/gen-message/SKILL.md -> message digest + image
|
+- Step 7: (optional) python3 skills/gen-email/scripts/send_email.py -> SMTP delivery to subscribers
The Python collector runs 5 sources concurrently (Reddit, HN, GitHub, HuggingFace, arXiv), then scores, deduplicates, and cross-links results. The AI tool also searches X/Twitter via web search for tracked entities, then reads the JSON output and generates a formatted Markdown report.
# Step 1: Add marketplace source
marketplace add octo-patch/MorningAI
# Step 2: Install the plugin
/plugin install morning-ai
# Step 3: Restart Claude Code, then use
/morning-ai
Or manual install:
git clone https://github.com/octo-patch/MorningAI.git ~/.claude/skills/morning-ai
npx claudepluginhub octo-patch/morningai --plugin morning-aiComprehensive AI news tracking, deep research agents, and automated Notion/Teams/Slack publishing.
AI-powered deep research with multi-agent source verification and structured outputs
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.