ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

task-decomposer

Decomposes complex user requests into executable subtasks, identifies required capabilities, searches for existing skills at skills.sh, and creates new skills when no solution exists. This skill should be used when the user submits a complex multi-step request, wants to automate workflows, or needs help breaking down large tasks into manageable pieces.

Why use this skill?

Use the OpenClaw Task Decomposer to break complex requests into automated workflows. Effortlessly find, manage, and create new skills for your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/10e9928a/task-decomposer
Or

What This Skill Does

The Task Decomposer is the orchestrator of the OpenClaw ecosystem. Its primary function is to transform ambiguous or overly complex user goals into a structured, executable roadmap. By acting as an architectural layer, it identifies the necessary logic, required data, and sequence of events needed to achieve a result. It doesn't just plan; it actively manages the skill lifecycle by searching existing libraries for pre-built solutions and triggering automated generation pipelines when gaps are detected.

Installation

To integrate this skill into your environment, run the following command in your OpenClaw terminal: clawhub install openclaw/skills/skills/10e9928a/task-decomposer Ensure your agent has the necessary permissions to access the skills registry and write to your local workflow directory.

Use Cases

This skill is ideal for power users and developers looking to automate multi-step workflows. Common scenarios include:

  1. Cross-Platform Integration: Syncing data between disparate services like CRMs, email clients, and communication tools.
  2. Routine Automation: Designing complex daily briefings that require gathering data from multiple APIs, processing them via AI, and delivering them to team channels.
  3. Complex Research Projects: Breaking down large information-gathering tasks into specific search, retrieval, and synthesis subtasks.

Example Prompts

  1. "I need to automate my end-of-week reporting: pull my commits from GitHub, summarize my progress using AI, and save the result as a PDF in my Drive."
  2. "Help me create a workflow that monitors a specific crypto price on CoinGecko and executes a trade via my Binance API when it drops below a threshold."
  3. "Decompose the task of researching the top 10 competitors in the AI industry into a list of specific web scraping and analytical subtasks."

Tips & Limitations

To get the most out of the Task Decomposer, provide as much context as possible regarding your preferred tools and endpoints. If you use custom private APIs, specify the documentation or schema. Note that while this skill is highly proficient at breaking down tasks, its effectiveness in creating new skills relies on the quality of the prompts provided during the generation phase. Always review the generated execution plan before authorizing high-stakes automated tasks.

Metadata

Author@10e9928a
Stars2387
Views6
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-10e9928a-task-decomposer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#workflow#orchestration#productivity#agentic
Safety Score: 3/5

Flags: external-api, code-execution