← 返回 Skills 市场
wangwanxia

Morning Briefing

作者 wangwanxia · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-briefing-wps
功能描述
每天早上定时生成并发送数据分析与项目进展汇报。适用场景:1) 触发晨检 cron(每日 09:00);2) 用户要求查看当前项目状态/进展摘要;3) 需要整合 memory 日志、WPS 日历、Ezone 卡片、PG 压测状态等多源数据生成简报。触发词包括:早报、晨检、数据汇报、进展汇报、项目状态、今天怎么样。
使用说明 (SKILL.md)

Morning Briefing

每天 09:00 Asia/Shanghai 触发,向霞姐发送早安 + 项目进展简报。

数据源

来源 读取内容 优先级
MEMORY.md 核心项目状态索引 必读
memory/YYYY-MM-DD.md 今天 + 昨天的工作日志 必读
WPS 日历 今日日程 可选
Ezone 待办卡片(如有权限) 可选

输出格式

references/template.md

执行流程

  1. 读取 MEMORY.md(核心索引)
  2. 读取今天和昨天的日志文件(memory/YYYY-MM-DD.md
  3. 提取 #pending 标签的条目 → 待处理事项
  4. 从 MEMORY.md 的"项目进展"部分提取各项目状态
  5. (可选)调用 WPS 日历查今日日程:
    mcporter --config skills/wps-cli/mcporter.json call 'ksc-mcp-wps.mcp_calendar.list_events(query: {"start_time": "今日00:00 ISO8601", "end_time": "今日23:59 ISO8601"})'
    
  6. 按模板生成简报文本
  7. 用 message 工具发送到当前会话(无需指定 target,自动路由)

内容原则

  • 结论优先:每个项目只写一句状态 + 最关键风险
  • 待处理事项单列:从日志的 #pending 条目提取,带机器名/具体行动
  • 不废话:不写"根据日志分析"这类过渡语,直接上内容
  • 异常高亮:磁盘满/压测停止/服务宕机等用 ⚠️ 标注

Cron 配置

# 当前生效的晨检任务(cron ID: 008a8882-a71a-4b97-b257-6438022e00bf)
openclaw cron list  # 验证任务存在

# 若需重建:
openclaw cron add --session main --schedule "0 9 * * *" --timezone "Asia/Shanghai" \
  --name "morning-memory-check" \
  "读取 MEMORY.md 和今天昨天的日志,向霞姐发晨报,包含:早安问候、各项目进展状态、#pending 待处理事项、今日 WPS 日历日程"

注意事项

  • cron 任务 target 必须是 main(isolated session 容易超时)
  • WPS 日历调用失败时静默跳过,不阻塞发送
  • 发完消息回复 NO_REPLY,避免重复消息
安全使用建议
Install or enable this only if you want a daily 09:00 briefing in the main session. Check that MEMORY.md, daily logs, and any WPS/Ezone integrations do not expose information you would not want summarized, and review or remove the cron job if automatic messages are not desired.
功能分析
Type: OpenClaw Skill Name: daily-briefing-wps Version: 1.0.0 The skill is designed to automate a daily project briefing by reading local markdown logs (MEMORY.md) and querying a WPS calendar via the 'mcporter' CLI tool. It includes standard instructions for the agent to format reports and configure a recurring cron job. All actions, including file access and tool execution, are transparently documented and strictly aligned with the stated purpose of generating a morning status update.
能力评估
Purpose & Capability
The stated purpose matches the instructions: generate a daily project/status briefing from memory logs, optional calendar/task sources, and send it as a message.
Instruction Scope
The workflow is mostly scoped to MEMORY.md, today/yesterday memory logs, today's WPS calendar events, and the current/main session, but users should notice the hard-coded daily-send behavior and recipient wording.
Install Mechanism
There is no install script or code, but SKILL.md documents commands for OpenClaw cron and optional WPS mcporter access that are not declared as requirements in metadata.
Credentials
Reading project memory and today's calendar is proportionate for a briefing skill, but these sources may contain private work details.
Persistence & Privilege
The skill is designed around a persistent daily 09:00 cron in the main session; this is disclosed and purpose-aligned, but should only be enabled deliberately.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-briefing-wps
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-briefing-wps 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
每日晨报 skill:整合 memory 日志、WPS 日历生成早安+项目进展简报,含标准输出模板
元数据
Slug daily-briefing-wps
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Morning Briefing 是什么?

每天早上定时生成并发送数据分析与项目进展汇报。适用场景:1) 触发晨检 cron(每日 09:00);2) 用户要求查看当前项目状态/进展摘要;3) 需要整合 memory 日志、WPS 日历、Ezone 卡片、PG 压测状态等多源数据生成简报。触发词包括:早报、晨检、数据汇报、进展汇报、项目状态、今天怎么样。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Morning Briefing?

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

Morning Briefing 是免费的吗?

是的,Morning Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Morning Briefing 支持哪些平台?

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

谁开发了 Morning Briefing?

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

💬 留言讨论