Daily-scheduled AI news tracker. Collects updates from 80+ AI entities across 6 sources every 24 hours. Generates scored, deduplicated Markdown reports with optional cover infographics.
This repository provides a single skill: morning-ai.
To use it, read SKILL.md at the repository root — it contains full step-by-step instructions for data collection, report generation, and optional infographic creation.
Invoke with: /morning-ai or morning-ai
- Entry point:
SKILL.md(step-by-step workflow) - Collector script:
skills/tracking-list/scripts/collect.py - Entity registries:
entities/*.md(80+ tracked entities) - Report template:
templates/report.md - Config:
~/.config/morning-ai/.envor project.env
Optional keys can be configured in ~/.config/morning-ai/.env:
GITHUB_TOKEN=... # GitHub (optional, higher rate limits)
All sources work out of the box without API keys: Reddit, Hacker News, GitHub, HuggingFace, arXiv, and X/Twitter.
Default schedule: daily at 08:00 UTC+8. Each run produces date-stamped files (report_YYYY-MM-DD.md, data_YYYY-MM-DD.json), making it safe to run unattended on a recurring schedule.
- Reads public web/API data only
- Writes report and data files to the working directory
- Outbound HTTPS requests to public APIs (Reddit, GitHub, HuggingFace, arXiv, etc.)
- No telemetry, no inbound connections