tech-news-digest
Installation
Summary
Automated tech news digest system with unified data source model, quality scoring pipeline, and template-based output generation.
- Collects from six sources in parallel: RSS feeds, Twitter/X KOLs, GitHub releases and trending repos, Reddit posts, and web search, with deduplication and quality scoring across all sources
- Includes 151 pre-configured sources (62 RSS feeds, 48 Twitter accounts, 28 GitHub repos, 13 subreddits, plus web search) covering AI, crypto, and frontier tech topics
- Supports multiple output formats: Discord messages, email with HTML/PDF attachments, and markdown digests with customizable templates
- Pipeline-based Python scripts with retry logic, parallel fetching, and archive-based duplicate detection; optional full-text article enrichment via Cloudflare or HTML extraction
- Workspace-based configuration override system for custom sources and topics; auto-generates GitHub tokens from GitHub App credentials if needed
SKILL.md
Tech News Digest
Automated tech news digest system with unified data source model, quality scoring pipeline, and template-based output generation.
Quick Start
- Configuration Setup: Default configs are in
config/defaults/. Copy to workspace for customization:mkdir -p workspace/config cp config/defaults/sources.json workspace/config/tech-news-digest-sources.json cp config/defaults/topics.json workspace/config/tech-news-digest-topics.json