Install
openclaw skills install daily-report-skillDaily report skill - Generate and send daily work summary. Keywords: daily report, work summary, end of day. Use when: End of day reporting, or manually triggered with "generate daily report".
openclaw skills install daily-report-skillLoad config
config/daily-report.json (workspace root)Collect data
memory/YYYY-MM-DD.md (today's journal)Generate report
assets/template.md{{date}}, {{time}}, {{recipient}}, {{agent_name}}Save file
memory/daily-reports/YYYY-MM-DD.mdSend notification
channelsConfig 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 nameSee references/config.example.md for details.
Report template at assets/template.md
Supported variables:
{{date}} - Date (YYYY-MM-DD){{time}} - Time (HH:MM){{recipient}} - Recipient name{{agent_name}} - Agent namegenerate daily report
Or with temporary overrides:
generate daily report and send to feishu ou_xxx