一键导入
daily-briefing
Daily briefing aggregating weather, reminders, news, and calendar. Delivered on schedule via any channel.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Daily briefing aggregating weather, reminders, news, and calendar. Delivered on schedule via any channel.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and edit PowerPoint (.pptx) presentations programmatically. Requires python-pptx.
Create and edit Excel (.xlsx) workbooks with openpyxl. Supports formulas, charts, formatting, and data analysis.
Generate images via DALL-E, Stable Diffusion, or free alternatives. Supports multi-channel delivery.
Generate meme images with text overlays using Pillow. Pick templates or create custom image macros.
Execute Python code snippets in a sandboxed environment. Supports data analysis, visualization, and quick scripts.
GitHub CLI for issues, PRs, code search, CI logs, releases, and API queries. Requires gh CLI and auth.
| name | daily-briefing |
| description | Daily briefing aggregating weather, reminders, news, and calendar. Delivered on schedule via any channel. |
| version | 1.0.0 |
| metadata | {"echo":{"tags":["Briefing","Daily","Morning","Digest","Productivity"]}} |
Generates a morning briefing combining weather, today's tasks, news headlines, and calendar events.
Create ~/.echo-agent/briefing.yaml:
schedule: "0 8 * * *" # 每天早上8点
location: Beijing
sections:
- weather
- reminders
- rss
- calendar
rss_feeds:
- https://hnrss.org/frontpage
- https://arxiv.org/rss/cs.AI
max_news: 5
channel: telegram # delivery channel
☀ 每日简报 — {date}
## 天气
{location}: {condition} {temp}°C, 湿度 {humidity}%
## 今日待办
- [ ] {reminder_1}
- [ ] {reminder_2}
## 新闻摘要
1. {title_1} — {source}
2. {title_2} — {source}
## 日程
- 09:00 {event_1}
- 14:00 {event_2}
# Generate briefing now
python3 scripts/generate_briefing.py
# Generate with custom config
python3 scripts/generate_briefing.py --config ~/.echo-agent/briefing.yaml
# Preview without sending
python3 scripts/generate_briefing.py --dry-run
Add to Echo Agent's cron channel for automatic daily delivery. The cron expression 0 8 * * * fires at 8:00 AM daily.