/install daily-brief-digest
Daily Digest
This skill provides a structured way to get a quick overview of your day. It relies on locally configured tools (himalaya for email and gog for calendar) and does not store any personal credentials within the skill itself.
Workflow
- Email Triage: Use
himalaya --output json envelope list --page-size 20to get recent emails. Identify urgent items needing attention. - Calendar & Task Sync: Use
gog calendar events [calendarId] --from [today_start] --to [today_end]to fetch today's schedule. Also check for due tasks usinggogtasks/contacts or specific list commands if available. - News Retrieval: Use
web_fetchorbrowserto find the top 3-5 news stories of the day. - Log & Present: Use
scripts/digest.jsto assemble these components into a stylized HTML report. CRITICAL: The script automatically saves this report as a permanent Markdown file in.openclaw/cron/DailyDigest_logs/[date].mdfor historical record. - Notify User: Send a brief notification via the
messagetool to the user's active channel. Mention that the full detailed log is available at.openclaw/cron/DailyDigest_logs/[date].md.
Data Sources
- Email:
himalayaCLI. - Calendar:
gogCLI. - News: Web search or trusted RSS feeds.
- Logs: Saved locally to
~/.openclaw/cron/DailyDigest_logs/.
Example Output
📅 Daily Briefing - 2026-02-12
📧 Emails (Recent)
- Google: Security alert (04:10)
- The Replit Team: Unlock Replit Agent's Full Potential (Feb 11)
🗓️ Calendar
- 10:30 AM: Workout (Shoulder)
- 02:00 PM: Project Review
📰 News
- [Top news item 1]
- [Top news item 2]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-brief-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-brief-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Daily Brief Digest 是什么?
Generates a daily brief including urgent emails (himalaya), upcoming calendar events (gog), and relevant news. Use when the user asks for a morning summary, daily briefing, or a status update on their day. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1029 次。
如何安装 Daily Brief Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-brief-digest」即可一键安装,无需额外配置。
Daily Brief Digest 是免费的吗?
是的,Daily Brief Digest 完全免费(开源免费),可自由下载、安装和使用。
Daily Brief Digest 支持哪些平台?
Daily Brief Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Brief Digest?
由 RajTejani(@rajtejani61)开发并维护,当前版本 v1.0.0。