← Back to Skills Marketplace
Work Progress Summary Pro
by
Xinhai Zou
· GitHub ↗
· v1.0.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install work-progress-summary
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install work-progress-summary - After installation, invoke the skill by name or use
/work-progress-summary - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Work Progress Summary Pro?
Run "/install work-progress-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Work Progress Summary Pro free?
Yes, Work Progress Summary Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Work Progress Summary Pro support?
Work Progress Summary Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Work Progress Summary Pro?
It is built and maintained by Xinhai Zou (@seanmwx); the current version is v1.0.0.
More Skills