ワンクリックで
daily-news-digest
Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build high-performing OpenClaw agents end-to-end. Use when you want to design a new agent (persona + operating rules) and generate the required OpenClaw workspace files (SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md, optional MEMORY.md + memory/YYYY-MM-DD.md). Also use to iterate on an existing agent's behavior, guardrails, autonomy model, heartbeat plan, and skill roster.
brain v1.1.7 用户版(免费):让AI Agent拥有类大脑决策架构。置信度触发、双保险记忆、经验胶囊复用。开箱即用,3片段内存池,2并发上限。
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.
Recommend curated prompts from a 10,000+ real-world image generation prompt library. Works with ANY AI image model — Nano Banana Pro, Nano Banana 2, Seedream 5.0, GPT Image 1.5, Midjourney, DALL-E 3, Flux, Stable Diffusion, and more. Use this skill when users want to: - Find proven image generation prompts (any model) - Get prompt inspiration for portraits, products, social media, posters, etc. - Create illustrations for articles, videos, podcasts, or marketing content - Browse categorized prompt templates with sample images - Translate and understand prompt techniques
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
使用东方财富 API 获取 A 股(沪市/深市)及指数的日内分时数据。当用户询问某只 A 股或指数的日内走势、分时数据、当日行情、实时价格、分时图数据时,必须使用此 skill。触发关键词包括:分时数据、日内数据、今日行情、分时走势、intraday、当日走势、东方财富获取数据。支持沪市(market=1)和深市(market=0)。
| name | Daily News Digest |
| license | MIT |
| slug | daily-news-digest |
| version | 1.0.0 |
| homepage | https://clawic.com/skills/daily-news-digest |
| description | Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering. |
| metadata | {"openclaw":{"emoji":"📰","requires":{"bins":[]},"os":["linux","darwin","win32"]}} |
| source | https://github.com/1yihui/YiHui |
| compatibility | openclaw |
Your AI News Chief of Staff. Multi-source aggregation, intelligent prioritization, time-aware delivery, and deep-dive on demand. Never miss what matters, never drown in noise.
On first use, read setup.md for integration guidelines. The setup process learns preferences through conversation.
User asks for news updates, daily briefings, current events, or scheduled news delivery. Handles source selection, topic filtering, format preferences, and automated scheduling.
Memory lives in ~/daily-news-digest/. See memory-template.md for structure.
~/daily-news-digest/
├── memory.md # Preferences + delivery schedule + learned interests
├── sources.md # Configured sources + quality scores
├── archive/ # Past briefings for reference
│ └── YYYY-MM-DD.md # Daily archives
└── cache/ # Temporary fetch cache (auto-cleaned)
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Source configuration | sources.md |
| Briefing formats | formats.md |
| Scheduling guide | scheduling.md |
Fetch from multiple source types for comprehensive coverage:
| Source Type | Method | Best For |
|---|---|---|
| RSS feeds | Direct fetch | Established outlets, blogs |
| Web search | Brave Search API | Breaking news, trending |
| Public APIs | REST calls | Hacker News, Reddit public |
Combine sources to avoid single-point-of-failure. If one fails, others compensate.
Same story appears across multiple outlets. Detect and merge:
Rank stories by importance, not just recency:
| Signal | Weight | Rationale |
|---|---|---|
| User topic match | +40 | Personalization |
| Multi-outlet coverage | +25 | Importance indicator |
| Breaking/trending tag | +20 | Timeliness |
| Trusted source | +15 | Quality signal |
| Recency (last 6h) | +10 | Freshness |
Memory stores learned preferences. Always check before fetching:
Never override user preferences. If conflict, ask.
Deliver in user's preferred format:
| Format | When | Output |
|---|---|---|
| Brief | "quick update" | 3-5 headlines, 1 line each |
| Standard | default | 8-12 stories, 2-3 sentences each |
| Deep Dive | "full briefing" | All stories, full context |
| Audio | "voice/listen" | TTS via elevenlabs or system |
| Archive | "save this" | Markdown file in archive/ |
Adapt tone and content based on time of day:
| Time | Mode | Behavior |
|---|---|---|
| 6-11am | Morning | Energetic, forward-looking, "here's what's happening today" |
| 12-5pm | Midday | Neutral, focused on breaking/developing stories |
| 6-10pm | Evening | Reflective recap, "what you might have missed" |
| Weekend | Relaxed | Lighter content, skip urgent tone, more features/analysis |
End every briefing with: "Reply with any story number to dive deeper."
When user replies with a number:
Integrate with OpenClaw cron for automated briefings:
User: "Send me news every morning at 8am"
→ Create cron job with appropriate systemEvent
→ Briefing auto-delivers to configured channel
Track delivery history in memory. Don't duplicate if already sent.
Maintain quality scores per source in sources.md:
Deprioritize low-quality sources over time.
Work with whatever is available. If a source fails:
| Endpoint | Data Sent | Purpose |
|---|---|---|
| RSS feed URLs | None (GET only) | Fetch headlines |
| Brave Search API | Query text | Trending/breaking news |
| Hacker News API | None (GET only) | Tech news |
| Reddit JSON API | None (GET only) | Public subreddit feeds |
| ElevenLabs TTS (optional) | Briefing text | Voice synthesis |
No other data is sent externally.
Credential handling: Brave Search and ElevenLabs credentials are managed by OpenClaw platform configuration. RSS, Hacker News, and Reddit public APIs require no authentication. Scheduled deliveries use OpenClaw's built-in channel integrations.
Data that leaves your machine:
Data that stays local:
This skill does NOT:
By using this skill with voice features, briefing text is sent to ElevenLabs. Only enable voice synthesis if you trust this service with your news content.
Install with clawhub install <slug> if user confirms:
news — personalized news with learningsummarizer — article summarizationpodcast — audio content discoveryschedule — calendar and schedulingdigest — general content digestsclawhub star daily-news-digestclawhub sync