daily-briefing
Structured morning briefing skill — daily summaries covering calendar, tasks, weather, news, and priorities. Supports cron, heartbeat, and on-demand triggers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdssen/agentledger-daily-briefingDaily Briefing — by The Agent Ledger
Just deliver this skill to your agent. One paste, and your agent starts delivering structured morning briefings — no coding, no configuration files, no API setup. Your agent reads the instructions and handles the rest.
A structured morning briefing skill for AI agents. Delivers a concise, actionable daily summary covering calendar, tasks, weather, news, and priorities — so your human starts every day informed.
Version: 1.0.0 License: CC-BY-NC-4.0 More: theagentledger.com
What This Skill Does
When triggered (via heartbeat, cron, or direct request), the agent compiles a Daily Briefing covering:
- Date & Context — Day, date, notable observances
- Weather — Current conditions + forecast for the day
- Calendar — Today's events with time, location, prep notes
- Priority Tasks — Top 3-5 items ranked by urgency/impact
- Pending Items — Anything waiting on someone else
- Quick Reads — 2-3 relevant news items or market updates (customizable)
- One-liner — A motivational or humorous closing line
The briefing is delivered to the configured channel (Telegram, Discord, etc.) in a clean, scannable format.
Setup
Prerequisites
- A working OpenClaw agent with at least one messaging channel configured
- Optional: calendar integration (Google Calendar, etc.)
- Optional: weather skill or web search capability
Step 1: Configure Your Briefing
Create or update BRIEFING.md in your agent's workspace:
# Briefing Configuration
## Delivery
- **Time:** 7:00 AM (agent's configured timezone)
- **Channel:** (your preferred channel — telegram, discord, etc.)
- **Thread/Topic:** (optional — specific thread ID for delivery)
## Human Context
- **Name:** (your name)
- **Location:** (city for weather)
- **Work hours:** (e.g., 9am-5pm)
## Sections (enable/disable)
- Weather: yes
- Calendar: yes
- Tasks: yes
- Pending: yes
- News: no
- Quote: yes
## News Topics (if enabled)
- (e.g., "AI industry", "startup funding", "prediction markets")
## Task Sources
- (where the agent should look for tasks)
- (e.g., "memory/YYYY-MM-DD.md", "TODO.md", "GitHub issues")
Step 2: Schedule Delivery
Option A — Cron (recommended, OpenClaw only): Set up an OpenClaw cron job to trigger the briefing at your preferred time:
/cron add daily-briefing "0 7 * * *" "Compile and deliver the daily briefing per BRIEFING.md and the daily-briefing skill."
Note: The
/croncommand is OpenClaw-specific. If you're using Cursor, Windsurf, or another platform, use Option B (heartbeat) or Option C (on-demand) instead.
Option B — Heartbeat:
Add to your HEARTBEAT.md:
## Morning Briefing
- If it's between 6:30-8:00 AM and no briefing has been sent today, compile and deliver one per BRIEFING.md and the daily-briefing skill.
Option C — On demand: Just ask: "Give me my daily briefing."
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawdssen-agentledger-daily-briefing": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
designer-intelligence-station
Designer intelligence collection tool. Monitors 46 public sources (AI/hardware/mobile/design), dynamic quality-based filtering v2.1.8, generates structured daily/weekly reports. All data stored locally.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
cron-job-guardian
检查 cron 或 timer 配置中的频率、幂等、重试、日志与并发风险。;use for cron, timer, ops workflows;do not use for 直接启停生产任务, 替代真正监控.
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.