What problem does it solve?
Aggregating and maintaining a high-quality, de-duplicated stream of AI and technology news is time-consuming and error-prone when done manually; this Skill centralizes multi-source feeds, handles failures, and produces ready-to-publish static data so teams always have an up-to-date news timeline.
Core Features & Use Cases
- 24h Incremental Updates: Fetches and compiles news within a rolling 24-hour window for timely snapshots.
- OPML & RSS Bulk Ingestion: Accepts OPML lists and private RSS feeds for large-scale subscription management.
- Failure Handling & Source Replacement: Detects failed or empty sources, replaces or skips them, and emits diagnostics like failed_feeds and replaced_feeds.
- Bilingual Title Caching & WaytoAGI Timeline: Provides Chinese/English title caching and WaytoAGI-style daily/7-day timeline exports.
- Static Site Output & Automation: Produces JSON outputs and static files for hosting (Vercel/Netlify) and integrates with GitHub Actions for scheduled updates.
Quick Start
Run the update script to fetch the latest 24-hour AI news, write JSON outputs to the data directory, and serve the site locally.