devpilot-news-digestlisted
Install: claude install-skill SiyuQian/devpilot
# News Digest
Generate a professional, neutral news briefing using RSS feeds as the primary data source.
RSS feeds return structured headlines and summaries, which is far more token-efficient than
web search. Only fall back to WebSearch when RSS coverage is insufficient.
## Workflow
### 1. Determine scope
Parse the user's request to figure out:
- **Timeframe**: "today" (last 24h) or "this week" (last 7 days). Default to today if unclear.
- **Language**: If the user writes in Chinese or asks for Chinese news, produce the digest in Chinese.
Otherwise default to English. The user can also explicitly request a language.
- **Categories**: Use the user's requested categories if specified. Otherwise use the defaults below.
**Default categories:**
- International (geopolitics, diplomacy, conflicts, major world events)
- AI & Machine Learning (models, research, industry moves, regulation)
- Technology (products, startups, platforms, cybersecurity)
- Economics & Finance (markets, central banks, trade, macro indicators)
The user can add, remove, or replace categories — be flexible.
### 2. Fetch RSS feeds
Use `WebFetch` to fetch RSS feeds in parallel. Pick 2-3 feeds per category from the list below
based on the user's language preference. RSS feeds return XML with `<item>` elements containing
`<title>`, `<description>`, `<link>`, and `<pubDate>` — extract these to build your story list.
**RSS Feed Directory:**
#### International (English)
- BBC World: `http://feeds.bbci.co.u