← 返回 Skills 市场
299
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-progress-report
功能描述
在运行长任务时,同步开启"任务进展汇报"功能,定时输出当前任务进展情况。当用户提到"汇报进展"、"定时报告"、"任务进度"、"长时间运行"、"监控任务状态"或需要了解长时间任务的执行情况时,使用此技能。特别适用于模型蒸馏、数据训练、批量处理、爬虫任务等需要长时间运行的场景。
安全使用建议
This skill appears coherent and limited to local reporting, but check the following before installing: 1) ensure Python 3 is available (the script is invoked via python); 2) note it will create and append files under /root/.openclaw/workspace/reports/progress — if you run in a non-root or multi-tenant environment, consider changing the report path or file permissions; 3) the script writes command-line argument values verbatim into reports, so avoid passing secrets or sensitive data as report fields; 4) set up a log retention/rotation policy to avoid unbounded disk growth; and 5) confirm any scheduler/cron you use for periodic reports runs with the intended identity and permissions.
功能分析
Type: OpenClaw Skill
Name: task-progress-report
Version: 1.0.0
The skill bundle is a legitimate utility designed to provide periodic progress reports for long-running tasks like model training or data processing. It includes a Python script (scripts/generate_report.py) that handles directory creation and Markdown file generation within the local workspace (/root/.openclaw/workspace/reports/progress). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the code and instructions are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description, SKILL.md instructions, and the included Python script are consistent: they implement periodic progress messages and append a detailed Markdown report to /root/.openclaw/workspace/reports/progress/task_progress_report.md. No unrelated services, credentials, or unusual binaries are requested.
Instruction Scope
Instructions only direct creating the report directory, setting up a timer/cron, invoking the script to append reports, and generating a final summary. The script reads command-line args and writes/prints reports; it does not access other system files, environment variables, or external endpoints.
Install Mechanism
There is no install spec (instruction-only plus a local script), so nothing is downloaded or installed. Note: the SKILL.md and script assume a Python 3 runtime (calls like `python generate_report.py`) but the registry metadata didn't declare required binaries; ensure Python 3 is available in the agent environment.
Credentials
The skill declares and requires no environment variables, secrets, or credentials. The script uses only command-line arguments and local filesystem writes — this is proportionate to the stated reporting purpose.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill writes files only into its own workspace path under /root/.openclaw/workspace/reports/progress and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-progress-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-progress-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "任务进展汇报" (Task Progress Report) skill.
- Adds scheduled progress reporting for long-running tasks (e.g., model training, data processing).
- Provides concise in-chat summaries and detailed markdown reports saved to a fixed location.
- Supports customizable reporting intervals and key checkpoints.
- Includes example scenarios and best practice recommendations.
- Integrates with helper scripts for automated report generation.
元数据
常见问题
Task Progress Report 是什么?
在运行长任务时,同步开启"任务进展汇报"功能,定时输出当前任务进展情况。当用户提到"汇报进展"、"定时报告"、"任务进度"、"长时间运行"、"监控任务状态"或需要了解长时间任务的执行情况时,使用此技能。特别适用于模型蒸馏、数据训练、批量处理、爬虫任务等需要长时间运行的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 Task Progress Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-progress-report」即可一键安装,无需额外配置。
Task Progress Report 是免费的吗?
是的,Task Progress Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Progress Report 支持哪些平台?
Task Progress Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Progress Report?
由 cheffly(@cheffly)开发并维护,当前版本 v1.0.0。
推荐 Skills