← Back to Skills Marketplace
10e9928a

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.

by 10e9928a · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2449
Downloads
1
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install super-skills
Description
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.
Usage Guidance
This skill is internally consistent and does what it says: decompose tasks, map capabilities, and search/create skills. The main practical risk is that following its instructions requires using the Skills CLI (npx) to fetch/install third‑party skills or to initialize new skills — those actions will download and execute external code. Before installing or letting an agent run npx installs: (1) review the code of any skill you plan to install, (2) avoid granting secrets (API keys, tokens) unless you trust the target skill, (3) run installations in an isolated environment or sandbox, and (4) consider restricting the agent's ability to run arbitrary CLI/network commands if you need stronger confinement.
Capability Analysis
Type: OpenClaw Skill Name: super-skills Version: 1.0.0 The skill's primary function is to decompose user requests and manage other OpenClaw skills (search, install, create). All instructions in SKILL.md, including the use of `npx skills find`, `npx skills add`, and `npx skills init`, are directly aligned with this stated purpose. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized execution, or persistence mechanisms. The skill explicitly notes that 'Skill creation requires user confirmation before proceeding', which is a mitigating factor for the `npx skills init` command.
Capability Assessment
Purpose & Capability
Name/description describe decomposition, capability mapping, skills search and generation; SKILL.md, README and reference files implement that workflow. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Instructions stay within the stated domain: break down tasks, map capabilities, search skills.sh and create skill templates. Examples mention using service credentials (email, Slack tokens) as inputs for specific tasks — this is expected for real integrations, but the skill does not itself instruct broad file reads or exfiltration. It does instruct using the Skills CLI (npx) to search/install skills, which lets the agent execute network fetches and run remote code when installing found/created skills.
Install Mechanism
There is no install spec and no code files executed by the skill itself (instruction-only), which is low-risk. However the docs and runtime instructions recommend using 'npx skills add'/'npx skills init' — invoking those at runtime will fetch and run code from external sources (npm/GitHub), so installation actions triggered by this skill could carry the usual risks of executing third-party packages.
Credentials
The skill declares no required environment variables, credentials, or config paths. Examples reference service credentials only where they are logically required (e.g., Slack webhook for message_delivery). No disproportionate or unrelated secret requests are present.
Persistence & Privilege
always:false and no special persistence or cross-skill config edits are requested. The skill can be invoked autonomously by the agent (platform default) but it does not request elevated 'always' presence or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install super-skills
  3. After installation, invoke the skill by name or use /super-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the "task-decomposer" skill. - Automatically breaks down complex user requests into executable subtasks. - Identifies required capabilities for each subtask using a universal capability taxonomy. - Searches for existing skills on skills.sh and maps them to tasks. - Creates new skills when no suitable solution is found in the skills ecosystem. - Provides a clear execution plan to automate workflows or manage large tasks.
Metadata
Slug super-skills
Version 1.0.0
License
All-time Installs 7
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is 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.?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2449 downloads so far.

How do I install 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.?

Run "/install super-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 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. free?

Yes, 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. is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 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. support?

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. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 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.?

It is built and maintained by 10e9928a (@10e9928a); the current version is v1.0.0.

💬 Comments