← 返回 Skills 市场
367
总下载
0
收藏
0
当前安装
12
版本数
在 OpenClaw 中安装
/install work-progress
功能描述
工作进度检查技能 - 定期检查待办事项 + 子代理超时/消失检测与自动恢复 + 全量会话监控
安全使用建议
This package implements the described monitoring features, but two things to confirm before installing: (1) It calls the local 'openclaw' CLI (execSync('openclaw ...')) but the skill metadata does not declare that binary as required—ensure you have a trusted openclaw binary on PATH. (2) It reads and writes files under ~/.openclaw/workspace (state.json, memory/error.md, memory/daily/*). If you install, review and back up those directories and check file permissions; the skill will append to error.md and persist state.json. The code does not call external network endpoints, but it uses child_process execSync — if you modify this skill or accept a tampered copy, that could run arbitrary commands. If you proceed, consider running the scripts in --dry-run or --json modes first, inspect the output, and confirm the cron entries and install steps manually.
功能分析
Type: OpenClaw Skill
Name: work-progress
Version: 4.0.6
The work-progress skill bundle is designed to monitor OpenClaw agent sessions, track task progress, and log errors for recovery. The included Node.js scripts (check-progress.js, work-monitor.js, and auto-recover.js) interact with the OpenClaw CLI to retrieve session data and manage local state files within the workspace. All file system operations and command executions are consistent with the stated purpose of session monitoring and maintenance, with no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
The name/description (monitor tasks, detect timeouts, auto-recover, session monitoring) match the provided scripts (check-progress.js, auto-recover.js, work-monitor.js). Functionality implemented (state tracking, todo checks, reporting, recovery suggestions) is coherent with the stated purpose.
Instruction Scope
Runtime scripts read and write files under HOME/.openclaw/workspace (state.json, memory/error.md, memory/daily/*.md) and expect to call the 'openclaw' CLI to list sessions. That behavior is consistent with a monitoring skill, but SKILL.md and registry metadata do not declare these config paths or the dependency on the 'openclaw' binary—an omission that should be corrected/confirmed.
Install Mechanism
No network downloads or external install steps. The included install.js only creates expected workspace directories. No remote code fetch or archive extraction is present.
Credentials
The scripts rely on an external binary 'openclaw' (invoked via execSync) and on process.env.HOME to access ~/.openclaw/workspace, but the skill metadata declares no required binaries or config paths and lists no credentials. The missing declaration of the runtime dependency (openclaw CLI) and of filesystem paths is a proportionality/packaging mismatch that could cause unexpected failures or privilege surprises at runtime.
Persistence & Privilege
The skill writes/updates files inside the agent workspace (state.json, memory/error.md, created memory/daily and weekly folders). This is expected for a monitoring skill and 'always' is false. It does not request system-wide or other-skill configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install work-progress - 安装完成后,直接呼叫该 Skill 的名称或使用
/work-progress触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.6
install.sh转为install.js
v4.0.5
工作进度检查技能更新,作者改为c32
v4.0.4
工作进度检查技能更新
v4.0.3
工作进度检查技能 - 定期检查待办事项+子代理超时/消失检测与自动恢复+全量会话监控,版本更新
v7.0.0
工作进度检查 + 全量会话监控 + 自动恢复
v4.0.2
work-progress v4.0.2
- Updated cron task description and instructions for greater clarity in SKILL.md.
- Enhanced static "cron add" payload to better reflect silent mode logic and user handling.
- No code logic changes; documentation and metadata improvements only.
v4.0.1
- Internal metadata and configuration files updated.
- No user-facing changes or functional updates to documentation or code.
v4.0.0
work-progress 4.0.0
- 增强检测:新增对子代理会话状态的检查,支持检测子代理消失或停止
- 自动恢复:支持对已消失或停止的子代理任务执行恢复或自动重启
- 下一批次任务自动恢复功能
- 文档与描述同步更新
v3.0.1
超时检测整合到工作进度检查,每 10 分钟主动检测系统日志中的 timeout 错误,自动提取任务名并记录恢复
v3.0.0
超时检测整合到工作进度检查,主动自动恢复:每 10 分钟检查日志中的 timeout 错误,自动提取任务名并记录恢复
v2.0.0
新增子代理超时检测 + 自动恢复功能:每小时检测系统日志中的 timeout 错误,自动记录并建议恢复
v1.0.0
初始版本:定期检查待办事项完成情况,静默模式运行
元数据
常见问题
Work Progress 是什么?
工作进度检查技能 - 定期检查待办事项 + 子代理超时/消失检测与自动恢复 + 全量会话监控. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 Work Progress?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install work-progress」即可一键安装,无需额外配置。
Work Progress 是免费的吗?
是的,Work Progress 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Work Progress 支持哪些平台?
Work Progress 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Work Progress?
由 c32(@amd5)开发并维护,当前版本 v4.0.6。
推荐 Skills