Install
openclaw skills install progress-reporterAutomatically reports task progress every 10 minutes during execution, including current status, recent work, overall progress, and next steps.
openclaw skills install progress-reporter每 10 分钟自动汇报当前任务进展,让总裁随时了解云端执行情况。
每次汇报包含:
| 文件 | 说明 |
|---|---|
tasks/progress-reports/*.md | 详细进度报告 |
memory/progress-*.md | 通知简报 |
memory/progress-report.log | 运行日志 |
编辑 crontab:
# 每 10 分钟汇报一次
*/10 * * * * bash /root/.openclaw/workspace/skills/progress-reporter/report.sh
# 📊 进度汇报
**时间**: 2026-03-05 23:20:00
**任务**: task-xxx
**任务内容**: 研究 AI 助手市场
---
## 当前状态
🔄 执行中 - 迭代 #5
---
## 本周期完成的工作
- 收集了 10 个竞品案例
- 分析了主要功能特点
- 生成了对比表格
---
## 当前进展
- 总迭代次数:5
- 最近操作:分析完成
- 状态:执行中
---
## 下一步计划
- 继续执行当前迭代
- 评估结果质量
- 生成最终报告
汇报系统已部署! 🫡