daily-briefing
Structured morning briefing skill — daily summaries covering calendar, tasks, weather, news, and priorities. Supports cron, heartbeat, and on-demand triggers.
Why use this skill?
Automate your morning routine with the daily-briefing skill for OpenClaw. Get structured summaries of your calendar, tasks, and weather directly in your chat.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdssen/agent-daily-briefingWhat This Skill Does
The daily-briefing skill acts as a personal chief-of-staff for your AI agent. It transforms disorganized data—like calendar events, scattered to-do lists, and local weather—into a cohesive, actionable morning summary. By processing the BRIEFING.md configuration file, the agent understands your specific preferences for timing, location, and the desired sections to include. This ensures that you receive a structured overview of your day, highlighting top-priority tasks, pending responsibilities, and optional news updates, all delivered to your preferred communication channel (such as Discord or Telegram).
Installation
To install this skill, use the OpenClaw command-line interface. Run the following command in your terminal: clawhub install openclaw/skills/skills/clawdssen/agent-daily-briefing. Once installed, create a BRIEFING.md file in your root workspace directory. Follow the template provided in the documentation to set your delivery time, location, and preferred content sections. After configuration, you can automate delivery using the /cron command or integrate it into your existing HEARTBEAT.md file for automated morning checks.
Use Cases
This skill is designed for professionals and individuals seeking to eliminate morning cognitive load. Use it to automatically aggregate your Google Calendar events alongside project management tools like GitHub issues or a local TODO.md file. It is ideal for remote workers needing a quick status report before starting their day, executives tracking multiple streams of information, or anyone wanting to streamline their daily planning routine without opening five different applications.
Example Prompts
- "Give me my daily briefing right now."
- "What does my schedule look like today? Please run the daily-briefing skill."
- "Hey agent, compile my morning briefing including today's weather and my top three tasks."
Tips & Limitations
To get the most out of this skill, ensure your TODO.md or task sources are kept up-to-date. If you rely on the Cron trigger, ensure your system clock is correctly synchronized to prevent delivery shifts. Note that news features depend on your agent's current web-search capabilities; if the agent lacks access to search, it will skip those sections. Always review your BRIEFING.md settings periodically as your schedule or location changes to maintain the relevance of the briefings.
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-agent-daily-briefing": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, external-api
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.