Install
openclaw skills install morning-briefing-proGenerate a daily morning briefing (weather, calendar, news, reminders) using the local `briefing` CLI. No API tokens consumed for data gathering. Use when the user asks for a morning briefing, daily summary, schedule overview, or wants automated daily briefings.
openclaw skills install morning-briefing-proGenerate a local daily briefing with zero API token cost.
briefing — full briefing
briefing weather — weather only
briefing calendar — calendar events
briefing news — RSS headlines
briefing reminders — due reminders
briefing --format default — rich readable
briefing --format compact — one-line summary
briefing --format json — machine-readable
Config: ~/.config/morning-briefing/config.json
Setup: briefing config init
Override location: briefing --location "New York"
Calendar lookahead: briefing calendar --days 3
Cron: openclaw cron add --name "morning-briefing" --schedule "0 7 * * *" --prompt "Run \briefing` and relay the output to me."Heartbeat: Add to HEARTBEAT.md: "Between 07:00-08:00, runbriefing` and relay output"
Calendar/Reminders: System Settings → Privacy & Security → allow Terminal
Activate: briefing activate <license-key>
Status: briefing status
npm i -g @openclaw-tools/morning-briefing