A local-first, SQLite-powered task management system designed for AI agents and CLI users to track work with structured metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-manager
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 task-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Task Manager is a professional-grade component for Openclaw Skills that provides a localized SQLite database for task tracking. It solves the problem of unstructured todo lists by offering a schema-backed environment where tasks have defined priorities, statuses, and tags. Because the database is stored directly within the skill's directory, it provides natural data isolation, ensuring that every AI agent or project instance maintains its own unique state without complex configuration.
This skill is built for developers who need a reliable way to manage complex workflows via a Command Line Interface (CLI). By leveraging a relational database, it allows for sophisticated querying and reporting that simple text files cannot provide, making it an essential building block for automated agentic workflows.
To integrate this skill into your environment using Openclaw Skills, ensure you have Python 3 installed. Follow these steps to get started:
# Navigate to your skill directory
cd <skill-dir>
# Run the script directly to see available commands
python3 task-manager.py --help
# Optional: Create an alias for faster workflow management
alias task="python3 $(pwd)/task-manager.py"
The Task Manager organizes data within a tasks.db file using a structured relational format. Below is the metadata taxonomy used:
| Feature | Details |
|---|---|
| Storage | SQLite database located at /data/tasks.db |
| Priorities | P0 (Urgent), P1 (High), P2 (Normal), P3 (Low) |
| Statuses | pending, in_progress, completed, archived |
| Attributes | ID, Title, Description, Tags, Due Date, Created Timestamp |
| Isolation | Directory-based isolation prevents data leakage between agents |
Loading
An automated workflow skill that aggregates daily activity logs into structured reports and distributes them via multiple communication channels.

A powerful music automation skill for searching, adding, and monitoring artists and albums within Lidarr.

A powerful integration to query and analyze bird sound detections from your local BirdNET-Go identification system.

A unified command-line interface designed to streamline the management of Radarr, Sonarr, and Lidarr within the Openclaw Skills ecosystem.

csvglow converts tabular data into professional, interactive HTML dashboards with automated insights and visualizations.

A binary model routing system that optimizes AI performance by switching between lightweight GLM-4.7 and heavyweight GLM-5 tasks.








































