Automated AI-powered daily hotspot content generation pipeline, built as Claude Code skills.
Two pipelines:
- hotspot-daily - AI industry decision page (Scout → WebSearch → Ranker → Analyst → QC → Builder → Publisher)
- hotspot-infograph - Trending topics infographic (Scout → AgentReach → Ranker → Analyst → QC → Builder → Publisher)
Published to MyVibe.
- Bun runtime
- Claude Code CLI
- myvibe-publish Claude Code skill (for publishing)
- MCP Servers (installed via Claude Code settings):
opennews-mcp— Crypto/AI news aggregationopentwitter-mcp— Twitter/X search and user tweets
git clone https://github.com/ArcBlock/ai-hotspot-daily.git
cd ai-hotspot-daily
./setup.sh
# Edit .env.local with your API keys# Run both pipelines for today
./run-daily.sh
# Run for a specific date
./run-daily.sh 2026-02-28
# Set max budget per pipeline (default: $5)
MAX_BUDGET=3 ./run-daily.shclaude
# Then use slash commands:
# /hotspot-daily --date 2026-02-28
# /hotspot-infograph --date 2026-02-28| Variable | Required | Description |
|---|---|---|
ANTHROPIC_API_KEY |
Yes | Anthropic API key for Claude CLI |
Note:
X_BEARER_TOKENandCOMPOSIO_API_KEYare no longer required. Twitter/X data is now fetched via opentwitter MCP, and news data via opennews MCP.
| Source | Type | Description |
|---|---|---|
| HackerNews | Script | Top AI stories |
| arXiv | Script | AI/ML papers |
| GitHub | Script | Trending AI repos |
| HuggingFace | Script | Popular models |
| RSS | Script | AI blogs and news sites |
| Product Hunt | Script | AI products |
| Papers With Code | Script | ML papers with code |
| Replicate | Script | AI models |
| alphaXiv | Script | Paper discussions |
| AlphaSignal | Script | AI newsletter |
| opentwitter MCP | MCP | AI-related tweets (via scout-websearch) |
| opennews MCP | MCP | AI news aggregation (via scout-websearch) |
| WebSearch | Agent | Gap-filling web search |
| Source | Type | Description |
|---|---|---|
| Script | Chinese social media trends | |
| Baidu | Script | Baidu hot search |
| Zhihu | Script | Zhihu hot topics |
| Douyin | Script | Douyin trending |
| Google Trends | Script | Google search trends |
| opentwitter MCP | MCP | Twitter trends (via scout-agent-reach) |
| agent-reach | Agent | Cross-platform search (Bilibili, XHS, etc.) |
hotspot-daily/ai/{DATE}/dist/index.html # AI decision page
hotspot-infograph/trending/{DATE}/dist/ # Trending infographic
logs/{DATE}.log # Execution log
MIT