A structured tool for persisting work logs in a local SQLite database to generate precise daily and weekly progress summaries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install work-progress-summary
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install work-progress-summary using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Work Report Summary skill provides a robust framework for developers to maintain a professional audit trail of their daily activities. By moving away from unstructured notes and into a localized SQLite database, this skill ensures that every task, blocker, and outcome is stored with historical context. It is a powerful addition to the Openclaw Skills ecosystem for anyone who needs to justify their time or provide clear progress reports to management.
This skill doesn't just store data; it manages the lifecycle of your work records. It supports full version history, allowing you to see how a report changed over time, and provides surgical precision for updating or deleting specific tasks. Whether you are generating a summary for a Monday-to-Sunday week or auditing a specific day's revisions, this tool provides the structured output required for clear professional communication.
To initialize the environment for this skill within the Openclaw Skills framework, ensure the configuration directory exists:
mkdir -p ~/.work_report_summary
The SQLite database is automatically initialized upon the first record command. For advanced configurations, including custom database paths or language-specific templates, refer to the references directory in the skill's root folder.
The skill organizes work data into a relational format to enable complex queries and history tracking:
| Component | Type | Description |
|---|---|---|
| Entry ID | Integer | Unique identifier for updating or deleting specific tasks. |
| Task | String | The core description of the work item. |
| Status | Enum | One of: done, in_progress, or blocked. |
| Details | String | Optional context, evidence, or blocker notes. |
| Work Date | ISO Date | The date the work was performed (YYYY-MM-DD). |
| Versioning | Metadata | Tracks historical changes for auditing updates and deletions. |
Loading
A sophisticated file-based memory architecture for AI agents that combines semantic search with categorized persistent storage for long-term context retention.

A comprehensive memory architecture for AI agents featuring tiered storage, semantic vector search, and automated memory consolidation.

A robust memory survival and triple-layer backup system designed to ensure AI agent interaction data never disappears.

A high-performance extraction tool that converts web articles into clean, readable Markdown using the Diffbot Article API.

A comprehensive long-term memory framework for AI agents featuring Markdown-based storage, semantic search, and structured feedback loops.

A specialized security diagnostic tool to identify and mitigate the 2026 axios supply-chain attack on local development environments.








































