work-progress
工作进度检查技能 - 定期检查待办事项 + 子代理超时/消失检测与自动恢复 + 全量会话监控
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amd5/work-progressWhat This Skill Does
The Work Progress Skill (work-progress) is an essential automation tool designed to monitor the health of your OpenClaw environment. It operates on a 10-minute cadence to perform two primary functions: tracking progress on your daily to-do lists stored in memory/daily/ and managing sub-agent reliability. The skill includes an intelligent 'timeout detection' feature that scans system logs for execution failures or hung tasks. Once an issue is identified, it logs the event in memory/error.md and provides a mechanism for automatic recovery, ensuring that your long-running agents or background tasks do not stall indefinitely. It follows a strict 'silent mode' philosophy, outputting reports only when intervention is required.
Installation
To install, ensure you are within your OpenClaw workspace. You can use the provided install script by navigating to the skill directory or register the cron job manually using the command: openclaw cron add --name "工作进度检查" --schedule '{"kind":"every","everyMs":600000}' --payload '{"kind":"systemEvent","text":"..."}' --session-target main --delivery '{"mode":"none"}'. Alternatively, execute the shorthand installation command: clawhub install openclaw/skills/skills/amd5/work-progress.
Use Cases
- Continuous Monitoring: Keep track of pending development tasks without manual checks.
- Agent Resilience: Automatically detect and resolve timeouts for long-running sub-agents during complex workflows.
- Error Logging: Centralize system errors in a dedicated
memory/error.mdfile for easy debugging. - Automated Reporting: Maintain a clutter-free interface by only receiving notifications when a task is overdue or an error occurs.
Example Prompts
- "Check if there are any outstanding tasks or timeout errors in the current session."
- "Show me the last 10 minutes of error logs recorded by the work-progress skill."
- "Force a manual progress scan to ensure all sub-agents are running correctly."
Tips & Limitations
- Silent Reporting: The skill uses a 'NO_REPLY' policy for healthy statuses to avoid notification fatigue.
- Log Pathing: Ensure your environment has the correct permissions for the skill to read
memory/daily/and write tomemory/error.md. - Customization: You can modify the
CHECK_INTERVAL_MSin the configuration to increase or decrease the frequency of checks based on your workload intensity.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amd5-work-progress": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
feishu-repair
自动修复飞书-自动修复飞书群聊+自动修复会话 - 诊断 Gateway 连接、权限配置、消息投递问题
memory-archiver
记忆管理技能 - 三层时间架构 + 自动搜索/提取/会话笔记统一 Hook + 记忆巩固(整合 auto-dream)
error-monitor-fix
错误监控 - 扫描 JSON 日志、捕获 ERROR 级别错误、OpenClaw 系统级错误修复建议
heap-dump
内存快照分析(v8 heap snapshot)+ 性能分析(perf_hooks)
secure-storage
AES 加密存储,用于安全保存 API 密钥等敏感信息