An advanced task orchestration engine that breaks down complex user intents into manageable subtasks while discovering or creating necessary Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install super-skills
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 super-skills using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Task Decomposer & Skill Generator is a sophisticated framework designed to bridge the gap between high-level user requests and executable agent actions. It systematically analyzes intent to produce a roadmap of atomic tasks, mapping each to specific capability types such as browser automation, API integration, or data extraction.
By leveraging the vast ecosystem of Openclaw Skills, this tool ensures that agents have the right functional capabilities at their disposal. Whether the required functionality already exists in the registry or needs to be generated on the fly, this skill provides a structured path from ideation to deployment. It is particularly effective for developers building autonomous agents that need to navigate multi-step processes like research pipelines or automated notification systems.
To manage your Openclaw Skills and begin decomposing tasks, use the following commands within your terminal:
# Search for existing capabilities in the registry
npx skills find <keyword>
# Add a discovered skill to your local environment
npx skills add <owner/repo@skill> -g -y
# Initialize a new skill structure for custom capabilities
npx skills init <skill-name>
The Task Decomposer organizes its analysis and findings into a structured Task Decomposition Report containing the following metadata:
| Component | Description |
|---|---|
| Task ID | A unique numerical identifier for each subtask in the sequence. |
| Capability Type | The functional category assigned to the task (e.g., message_delivery, web_search). |
| Search Query | The specific keywords used to find matching Openclaw Skills. |
| Status | Indicates if the capability is Found, Built-in, or needs to be Created. |
| Execution Plan | A step-by-step guide for the agent to follow, linking skills to specific actions. |
Loading
A privacy-focused, API-key-free web search skill for AI agents to retrieve real-time news, images, and documentation.

A specialized browser automation tool that retrieves real-time bid, ask, and high/low prices for over 20 types of precious metals.

A high-performance financial data skill for Openclaw agents to query A-share stock prices, intraday bars, and valuation factors.

An advanced interface for querying multi-chain EVM data, including balances, transactions, and smart contract details via the Etherscan API v2.

A powerful utility for breaking down complex user requests into executable subtasks while identifying or creating the necessary Openclaw Skills for completion.

An AI-driven browser automation skill for sending highly personalized, multi-part LinkedIn messages to your existing connections.








































