news-discover
2
总安装量
2
周安装量
#66466
全站排名
安装命令
npx skills add https://github.com/aikdeirel/daily-pulse-chatbot --skill news-discover
Agent 安装分布
openclaw
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
cursor
2
Skill 文档
News Discover
Daily news briefing â global, local, and topic-based. Optimized for ~60 second read time.
Context
- User location and current date are available in system prompt
- Mix German and English sources naturally
- If user context/interests are known, weight topics accordingly
- No sports coverage
Categories
| Emoji | Category | Focus |
|---|---|---|
| ð | Global | World politics, international events, breaking news |
| ð | Local | News from user’s city/region/country |
| ð» | Tech | Web dev, DevOps, hosting, AI/ML, developer tools |
| ð¬ | Science | Research, space, climate, discoveries |
| ð | Business | Only if broadly relevant or particularly significant |
| ð¬ | Culture | Entertainment, music, gaming, film â keep light |
Workflow
-
Search current news via web search for each active category
- Focus on “today” / “last 24 hours”
- Use location context for local news
- Vary sources for perspective diversity
-
Filter & prioritize
- Only genuinely current stories (today, maybe yesterday)
- Mark breaking/significant news with ð´
- Skip categories if nothing noteworthy found
-
Output briefing
- 2-4 stories per category
- One-liner per story: what happened + source
- Include links where available
-
Offer deep-dive
- User can ask for details on any story
- â Triggers news-summary skill or further search
Output Format
[Short greeting + date context]
ð Global
- [Headline] â [1-sentence summary] ([Source])
- ...
ð Local ([City/Region])
- ...
ð» Tech
- ...
[Other categories as relevant]
---
[Optional: "Mehr zu einem Thema?" or note if a category had nothing notable]
Guidelines
- Be selective â quality over quantity, skip empty categories
- Stay neutral â present facts, note controversy where relevant
- Source diversity â mix perspectives, don’t rely on single outlet
- Brevity â each story is 1-2 sentences max
- Recency â if it’s not from today/yesterday, skip it unless major ongoing story
- Personalize â if user interests are known, lead with those topics
Error Handling
- If web search unavailable: inform user, suggest enabling it
- If no news found for category: skip silently or note briefly
- If user asks about specific topic not covered: search specifically for that
Connection to Other Skills
- Deep-dive on any story â
news-summaryskill - User shares article URL â hand off to
news-summary