A professional task management system for AI agents that handles task lifecycle tracking, project mapping, and automated performance reporting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install work-todo
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-todo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Work Todo is a specialized task management framework designed to empower AI coding agents with structured productivity capabilities. It provides a standardized way to create, track, and conclude work items while maintaining a detailed history of progress logs. By integrating this skill through Openclaw Skills, developers can ensure their agents have a persistent memory of professional obligations, project contexts, and deadlines.
The skill is particularly effective for multi-project environments where tasks need to be categorized by specific project names, aliases, or locations. It uses a robust JSON-based backend to store metadata including start dates, due dates, and completion assessments, making it a powerful tool for both individual developers and automated project management workflows.
To deploy the Work Todo skill, you need to configure the directory structure and initialize the data store for your agent. Follow these steps to set up the environment required for Openclaw Skills:
mkdir -p ~/.openclaw/workspace/shared/work-todo/lwork/
echo '{"todos": []}' > ~/.openclaw/workspace/shared/work-todo/lwork/todos.json
~/.openclaw/ directory to manage task updates.The skill organizes data within a todos.json file. Each task follows a strict metadata taxonomy to ensure compatibility with reporting tools:
| Property | Description | Example |
|---|---|---|
id |
Unique 10-digit timestamp | 2026032310 |
task_name |
The summary of the work item | Design Submission |
project |
Standardized project name | Sanya Phase 1 |
status |
Current lifecycle state | In Progress / Completed |
due_date |
Target deadline date | 2026-03-31 |
progress |
Array of dated update logs | {date, content} |
assessment |
Auto-calculated performance | On-time / Delayed X days |
Loading
A comprehensive technical reference and calculation engine for radio frequency design, wireless propagation modeling, and hardware certification.

A professional-grade knowledge base and toolset for signal processing, covering everything from basic LTI systems to advanced MIMO and OFDM communication engineering.

An automated AI agent skill that curates the top 5 trending open-source projects and developer news from GeekNews for daily Telegram delivery.

A comprehensive technical reference covering the complete hierarchy of communication protocols from physical layers to advanced wireless IoT standards.

An advanced AI workflow that generates premium static images using Gemini 3 Pro and transforms them into cinematic videos via the Veo 3.1 engine.

A powerful workflow skill that transforms raw requirements into structured, dependency-ordered implementation plans and orchestrates parallel execution via subagents.








































