/install daily-report-skill
Daily Report Skill
Trigger
- Configure via OpenClaw cron to auto-execute at your preferred time
- Or manual trigger: "generate daily report"
Workflow
-
Load config
- Read
config/daily-report.json(workspace root) - Fall back to defaults or prompt user if missing
- See references/config.example.md
- Read
-
Collect data
- Read
memory/YYYY-MM-DD.md(today's journal) - Read conversation logs, task status (optional)
- Read
-
Generate report
- Load template:
assets/template.md - Replace variables:
{{date}},{{time}},{{recipient}},{{agent_name}} - Fill sections: work, learning, review, suggestions, evolution
- Load template:
-
Save file
- Write to
memory/daily-reports/YYYY-MM-DD.md
- Write to
-
Send notification
- Iterate through configured
channels - Call corresponding message API per channel type
- Supports parallel multi-channel delivery
- Iterate through configured
Configuration
Config file: config/daily-report.json (workspace root, not included in skill package)
Required fields:
recipient.name- Report recipient namechannels- Notification channels (at least one)agent_name- Agent name
See references/config.example.md for details.
Template
Report template at assets/template.md
Supported variables:
{{date}}- Date (YYYY-MM-DD){{time}}- Time (HH:MM){{recipient}}- Recipient name{{agent_name}}- Agent name
Manual Invocation
generate daily report
Or with temporary overrides:
generate daily report and send to feishu ou_xxx
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-report-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-report-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Daily Report Skill 是什么?
Daily report skill - Generate and send daily work summary. Keywords: daily report, work summary, end of day. Use when: End of day reporting, or manually trig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 525 次。
如何安装 Daily Report Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-report-skill」即可一键安装,无需额外配置。
Daily Report Skill 是免费的吗?
是的,Daily Report Skill 完全免费(开源免费),可自由下载、安装和使用。
Daily Report Skill 支持哪些平台?
Daily Report Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Report Skill?
由 raressen(@rare)开发并维护,当前版本 v1.0.0。