← Back to library

Custom Morning Brief:固定时段自动晨报 + 当日行动建议

解决“早晨先花 30 分钟整理信息”的低效问题:把新闻、待办、建议动作在 8:00 前生成并推送。

GITHUBDiscovered 2026-02-14Author hesamsheikh
Prerequisites
  • At least one messaging destination (Telegram/Discord/iMessage) is connected.
  • Task source is connected (Todoist/Reminders/Asana) or explicitly marked unavailable.
Steps
  1. Define fixed brief template: top news, today's tasks, AI-proposed tasks, and optional weather.
  2. Create one daily cron job at target time (e.g., 08:00) and set delivery destination.
  3. Require full-draft output for one section (e.g., script/email draft), not only title ideas.
  4. Review for 5 mornings, then tighten scope (remove noisy sections, keep high-value sections).
Commands
openclaw cron list
openclaw cron run <jobId>
openclaw gateway status
Verify

Morning brief arrives on schedule for at least 3 days and includes all configured sections with actionable items.

Caveats
  • If task integrations fail, brief must explicitly mark missing data instead of hallucinating tasks.
  • News relevance scoring depends on query quality and source availability(需验证).
Source attribution

This tip is aggregated from community/public sources and preserved with attribution.

Open original source ↗
Visit original post