Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.46 KB

File metadata and controls

40 lines (25 loc) · 1.46 KB

MorningAI

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.

Skills

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

Quick Reference

  • 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/.env or project .env

Configuration

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.

Scheduling

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.

Permissions

  • 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