A persistent SQLite-backed todo list designed specifically for AI agents to track, propose, and execute tasks with human-defined autonomy levels.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawdo
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 clawdo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
clawdo bridges the gap between agent memory and execution by providing a dedicated task management system. While agents have memory and chat interfaces, they often lack a persistent way to track asynchronous tasks or remember to-dos across different sessions. This skill provides a structured, CLI-driven environment where agents can pick up tasks during heartbeat loops or idle cycles, ensuring no task is lost in the shuffle of a conversation.
Built to integrate seamlessly with the Openclaw Skills ecosystem, clawdo emphasizes safety and structure. It utilizes a human-in-the-loop model where agents can propose tasks, but humans retain ultimate control through a confirmation system. Every command is optimized for machine readability with structured JSON output, allowing LLMs to parse state and execute workflows without the overhead of processing terminal art or unstructured text.
To get started with this skill, install it through your workspace and ensure the CLI binary is available globally.
# Install the skill and documentation
clawhub install clawdo
# Install the CLI binary via npm
npm install -g clawdo
Requirements: Node.js version 18 or higher is required to run the persistent SQLite CLI.
clawdo organizes task data using a structured schema that is easily parsable by agents. The system uses a persistent SQLite backend and provides metadata through the following taxonomy:
| Property | Description | Syntax/Format |
|---|---|---|
| ID | Unique 4-character identifier | Random alphanumeric (e.g., a3f2) |
| Project | High-level categorization | +projectname |
| Context | Environmental or tool context | @contextname |
| Autonomy | Permission tier | auto, auto-notify, collab |
| Urgency | Priority level | now, soon, whenever, someday |
| Due Date | Deadline for task completion | due:YYYY-MM-DD |
Loading
A sophisticated framework for reducing token usage while preserving technical integrity and artifact tracking in long-running AI agent sessions.

A dedicated watchdog process providing automated health monitoring, self-repair, and git-based workspace rollback for OpenClaw Gateway.

Transform your ideas or PowerPoint files into high-impact, zero-dependency HTML presentations with built-in animations and responsive design.

A comprehensive AI programming assistant for automated development, debugging, and code optimization.

A high-performance web clipper for Youdao Yunnote that automates content extraction and image optimization.

An intelligent news aggregation agent that transforms your saved Youdao Yunote notes into personalized daily briefings.








































