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.

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

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.