← 返回 Skills 市场
seanmwx

Work Progress Summary Pro

作者 Xinhai Zou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install work-progress-summary
功能描述
Record daily work items in a local SQLite database, replace a day's report when the user wants to correct it, edit or delete one logged task by entry id, tra...
安全使用建议
This skill is mostly coherent and implements a local SQLite work log, with no network calls or secret requirements. Before installing: (1) review the included script yourself (it will create and write a .db file under ~/.work_report_summary by default or at a path you pass), (2) note the SKILL.md and script reference optional env vars WORK_REPORT_SUMMARY_DB_NAME and WORK_REPORT_SUMMARY_HOME even though the registry lists none — set these yourself if you want control over database location, (3) ensure you are comfortable with the agent writing files to your home directory (or supply an explicit --db-path to place the DB elsewhere), (4) verify there are no unexpected external endpoints (the shipped code appears local-only), and (5) if you need stricter guarantees, ask the publisher to declare the optional env vars in the metadata and to provide a checksum or signed release for the script. Overall risk is low but the metadata/manifest inconsistency warrants attention.
功能分析
Type: OpenClaw Skill Name: work-progress-summary Version: 1.0.0 The skill bundle provides a legitimate utility for tracking work items in a local SQLite database. The Python script (work_report_summary.py) implements standard CRUD operations with history tracking, using parameterized SQL queries to prevent injection and basic regex validation for database names. It operates within a dedicated local directory (~/.work_report_summary/) and lacks any network access, sensitive file reading, or remote execution capabilities. The instructions in SKILL.md and the reference files are clearly aligned with the stated purpose of work logging and reporting.
能力评估
Purpose & Capability
The name/description match the included Python script and SKILL.md: the code implements local SQLite storage, per-day records, per-entry updates/deletes, history tracking, and day/week reports. No unexpected network or cloud service integrations are present in the code.
Instruction Scope
The SKILL.md instructs the agent to read reference files and to persist databases under ~/.work_report_summary (or a user-specified path). It also expects the agent to run the shipped script with specific arguments. The instructions reference environment variables and on-disk paths (WORK_REPORT_SUMMARY_DB_NAME, WORK_REPORT_SUMMARY_HOME and a default ~/.work_report_summary) not declared in registry requirements, which is an inconsistency to note.
Install Mechanism
No install spec is provided (instruction-only plus a bundled Python script). That is low risk compared with arbitrary network downloads or package installs. The code is executed locally (python script) and does not fetch external binaries.
Credentials
Registry metadata lists no required environment variables, yet the script and docs optionally read WORK_REPORT_SUMMARY_DB_NAME and WORK_REPORT_SUMMARY_HOME to resolve storage. These env vars are not secret credentials and appear to be optional configuration, but the discrepancy between declared requirements and referenced env vars should be documented by the publisher.
Persistence & Privilege
always is false and there are no special privileges requested. The skill writes local files under a per-user directory (or an explicitly provided db-path). This is expected for a local logging tool; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install work-progress-summary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /work-progress-summary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of work_report_summary skill. - Enables users to record, update, replace, and delete daily work logs in a local SQLite database. - Supports inspection of entry version history and day-level report history. - Provides daily and weekly work progress summaries. - Includes multilingual response support with output shaping for Chinese queries.
元数据
Slug work-progress-summary
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Work Progress Summary Pro 是什么?

Record daily work items in a local SQLite database, replace a day's report when the user wants to correct it, edit or delete one logged task by entry id, tra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Work Progress Summary Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install work-progress-summary」即可一键安装,无需额外配置。

Work Progress Summary Pro 是免费的吗?

是的,Work Progress Summary Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Work Progress Summary Pro 支持哪些平台?

Work Progress Summary Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Work Progress Summary Pro?

由 Xinhai Zou(@seanmwx)开发并维护,当前版本 v1.0.0。

💬 留言讨论