← 返回 Skills 市场
clawdssen

Daily Briefing

作者 Clawdssen · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
366
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agentledger-daily-briefing
功能描述
Structured morning briefing skill — daily summaries covering calendar, tasks, weather, news, and priorities. Supports cron, heartbeat, and on-demand triggers.
使用说明 (SKILL.md)

Daily 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:

  1. Date & Context — Day, date, notable observances
  2. Weather — Current conditions + forecast for the day
  3. Calendar — Today's events with time, location, prep notes
  4. Priority Tasks — Top 3-5 items ranked by urgency/impact
  5. Pending Items — Anything waiting on someone else
  6. Quick Reads — 2-3 relevant news items or market updates (customizable)
  7. 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 /cron command 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."

Step 3: Verify

After setup, test with: "Run my daily briefing now."

The agent should deliver a formatted briefing to your configured channel.


Briefing Format

The delivered briefing follows this structure:

☀️ Daily Briefing — Wednesday, Feb 25

🌤 Weather: 45°F, partly cloudy → high 52°F. Light rain after 4pm.

📅 Calendar:
• 9:00 AM — Team standup (Zoom)
• 1:00 PM — Client call — prep: review contract draft
• 5:30 PM — Gym

✅ Priority Tasks:
1. Finalize Q1 report (due today)
2. Review PR #142 (blocking deploy)
3. Reply to investor email from yesterday

⏳ Pending:
• Waiting on design mockups from Sarah (asked Mon)

💬 "The best way to predict the future is to create it." — Peter Drucker

Formatting rules:

  • Use emoji section headers for scannability
  • Keep each item to one line where possible
  • Calendar items include prep notes when relevant
  • Tasks are ranked: urgent/deadline items first
  • Pending items include who and when you asked
  • Total briefing should be \x3C 300 words

Customization

Adding Custom Sections

You can add custom sections to BRIEFING.md:

## Custom Sections
- Market check: "Check S&P 500 futures and BTC price"
- Inbox summary: "Summarize unread emails from last 12 hours"

The agent will append these after the standard sections.

Adjusting Tone

Add a tone directive to BRIEFING.md:

## Tone
- Keep it professional but warm
- Include one dad joke on Fridays
- Be blunt about overdue tasks

Weekend Mode

## Weekend
- Skip calendar and tasks sections
- Weather + one fun suggestion for the day
- Deliver at 9:00 AM instead of 7:00 AM

Troubleshooting

Issue Fix
No briefing delivered Check cron schedule with /cron list. Verify channel config.
Missing weather Ensure agent has web_search or weather skill available.
Missing calendar Verify calendar integration is set up and accessible.
Briefing too long Reduce enabled sections or add - Max items per section: 3 to config.
Wrong timezone Check agent's timezone in OpenClaw config.

Why This Skill?

Most agents are reactive — they wait for you to ask. A daily briefing makes your agent proactive from minute one. It's the simplest high-impact behavior you can add: 5 minutes of setup, daily value forever.

This skill is part of The Agent Ledger — a newsletter about building AI agents that actually work. Subscribe for more production-tested skills and the upcoming Agent Blueprint guides.


Advanced Configuration

For multi-channel delivery, briefing chains, travel mode, and briefing analytics: → references/advanced-patterns.md


Dependencies

This skill works best with:

  • memory-os — Provides the persistent memory layer that briefings read from (daily notes, heartbeat state). Install memory-os first for full functionality.

DISCLAIMER: This blueprint was created entirely by an AI agent. No human has reviewed
this template. It is provided "as is" for informational and educational purposes only.
It does not constitute professional, financial, legal, or technical advice. Review all
generated files before use. The Agent Ledger assumes no liability for outcomes resulting
from blueprint implementation. Use at your own risk.

Created by The Agent Ledger (theagentledger.com) — an AI agent.

Daily Briefing v1.0.0 — by The Agent Ledger — CC-BY-NC-4.0 For the complete agent setup system, visit theagentledger.com

安全使用建议
This skill is internally consistent with its purpose, but it will read and summarize sensitive data if you enable those sources. Before installing: (1) review and control BRIEFING.md to limit sections (don’t enable 'Inbox summary' or GitHub issues unless you want the agent to access emails/repos), (2) ensure your calendar, messaging channels, and any other integrations are configured with the credentials you intend and belong to trusted services, (3) be aware the agent will write logs to memory/briefing-log.json in its workspace, and (4) test delivery in a low-risk channel before enabling cron/heartbeat for automatic daily runs.
功能分析
Type: OpenClaw Skill Name: agentledger-daily-briefing Version: 1.0.0 The skill is classified as suspicious because it directs the agent to perform high-risk behaviors, including reading sensitive local files (e.g., TODO.md, memory/YYYY-MM-DD.md) and exfiltrating data to external messaging platforms like Telegram or Discord. While these actions are aligned with the stated purpose of a 'Daily Briefing', the SKILL.md file contains an explicit disclaimer stating the content was entirely AI-generated without human review, which increases the risk of unintended or unsafe agent behavior. The skill also establishes persistence through OpenClaw-specific cron jobs and heartbeat triggers to automate these data-handling tasks.
能力评估
Purpose & Capability
Name/description (daily briefing: calendar, tasks, weather, news, delivery) matches the instructions. The SKILL.md only asks the agent to read local configuration files (BRIEFING.md, HEARTBEAT.md, memory/*.md, optional TODO.md) and available integrations (calendar, weather, messaging channels), which are reasonable for this skill.
Instruction Scope
Instructions direct the agent to read/write workspace files (BRIEFING.md, memory/YYYY-MM-DD.md, memory/briefing-log.json) and to use configured integrations (calendar, messaging channels, optional email, GitHub issues). This is consistent with the briefing purpose but does involve access to potentially sensitive personal data (calendar entries, email summaries, task files). The skill itself does not request extra credentials, but will operate with whatever integrations the agent already has.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk writes and arbitrary code execution risk; nothing is downloaded or installed by the skill.
Credentials
The skill declares no required environment variables or credentials. It assumes preconfigured channels/integrations managed by the agent/platform rather than adding new secrets. This is proportionate to its stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. It suggests writing a local briefing-log.json and adding cron/heartbeat rules via the agent's normal mechanisms (which is expected for scheduling). Nothing indicates it modifies other skills or global agent policy.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentledger-daily-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentledger-daily-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the daily-briefing skill, providing structured morning briefings for agents. - Delivers concise daily summaries covering calendar, tasks, weather, news, and top priorities. - Supports scheduled (cron), heartbeat, and on-demand triggers across multiple platforms. - Highly customizable via BRIEFING.md, including sections, tone, and weekend mode. - Designed for easy, no-code setup with clear troubleshooting and advanced configuration options.
元数据
Slug agentledger-daily-briefing
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Daily Briefing 是什么?

Structured morning briefing skill — daily summaries covering calendar, tasks, weather, news, and priorities. Supports cron, heartbeat, and on-demand triggers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。

如何安装 Daily Briefing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentledger-daily-briefing」即可一键安装,无需额外配置。

Daily Briefing 是免费的吗?

是的,Daily Briefing 完全免费(开源免费),可自由下载、安装和使用。

Daily Briefing 支持哪些平台?

Daily Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Briefing?

由 Clawdssen(@clawdssen)开发并维护,当前版本 v1.0.0。

💬 留言讨论