← 返回 Skills 市场
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.

作者 10e9928a · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2449
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install super-skills
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install super-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /super-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug super-skills
版本 1.0.0
许可证
累计安装 7
当前安装数 6
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2449 次。

如何安装 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.?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install super-skills」即可一键安装,无需额外配置。

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. 完全免费(开源免费),可自由下载、安装和使用。

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. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 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.?

由 10e9928a(@10e9928a)开发并维护,当前版本 v1.0.0。

💬 留言讨论