Install
openclaw skills install smart-report-generatorAutomatically generate and schedule daily, weekly, or monthly reports with customizable templates and multi-platform IM push support.
openclaw skills install smart-report-generatorAI 自动生成日报/周报/月报,支持飞书/企业微信/钉钉/Slack 多平台推送
pip install openclaw lark
# config.yaml
platform: feishu
webhook: https://open.feishu.cn/open-apis/bot/v2/hook/xxx
schedule: "18:00" # 每天下午 6 点推送
template: |
## 📅 {date} 日报
### ✅ 今日完成
{completed_tasks}
### 📋 明日计划
{planned_tasks}
### 🚧 阻塞问题
{blockers}
python report_bot.py --config config.yaml
| 版本 | 价格 | 功能 |
|---|---|---|
| 个人版 | ¥29 | 日报生成 + 本地存储 |
| 团队版 | ¥99 | 多人汇总 + 多平台推送 |
| 企业版 | ¥299 | 私有部署 + 自定义模板 |
作者:OpenClaw 中文社区 版本:1.0.0