An intelligent project management system that breaks down complex goals and orchestrates AI sub-agents using cost-effective model selection.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install taskmaster
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 taskmaster using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TaskMaster is a sophisticated project manager and delegation framework designed to transform high-level objectives into manageable, executed workflows. By serving as an orchestration layer within the Openclaw Skills ecosystem, it intelligently assigns tasks to the most appropriate AI models—ranging from lightweight models for data extraction to high-reasoning models for architectural decisions. This ensures that complex projects are completed efficiently without over-spending on token costs.
The skill focuses on autonomous sub-agent management, allowing users to spawn isolated processes that handle specific parts of a project in parallel. TaskMaster acts as the central brain, monitoring progress, managing budgets, and consolidating disparate outputs into a single, high-quality deliverable.
To get started with TaskMaster, ensure you have the Openclaw Skills environment active. Follow these steps to initialize the delegation engine:
# Install required dependencies for the delegation engine
pip install -r requirements.txt
# Enable the TaskMaster skill within your agent environment
openclaw install taskmaster
# Configure your model API keys and default budget limits
cp config.example.yaml config.yaml
TaskMaster maintains a structured hierarchy for managing project metadata and sub-agent outputs. Data is organized as follows:
| Component | Format | Description |
|---|---|---|
| Task Manifest | JSON | Tracks task IDs, assigned models, and current status. |
| Session Logs | Plaintext | Isolated logs for each sub-agent to prevent context contamination. |
| Budget Registry | SQLite/JSON | Real-time tracking of token consumption and cost per task. |
| Deliverables | Markdown/Code | The final consolidated output generated by the primary agent. |
Loading
A specialized knowledge retrieval tool that enables AI agents to query and extract authoritative encyclopedia data from Baidu Baike.

An intelligent web scraping tool that extracts clean main body content and converts it to Markdown for AI processing.

A high-performance web content extractor that transforms messy HTML into clean, LLM-ready Markdown while removing noise and reducing token usage.

A specialized survival and emergency preparedness skill that leverages the dolphin-llama3 model via Ollama to provide uncensored, practical knowledge.

A specialized skill for sending real-time push notifications to a Gotify server upon task completion or system events.

A comprehensive integration for managing, searching, and organizing bookmarks through the Linkding REST API.








































