← 返回 Skills 市场
pagoda111king

Skill Composer

作者 pagoda111king · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-composer-pro
功能描述
L2 编排层 - 智能技能编排引擎。自动编排多技能协作流程,分析技能依赖关系,优化执行策略(并行/串行决策)。
安全使用建议
This skill appears to do what it says: local orchestration logic with no credential requests or network/external installers. Before installing or running it: 1) Review src/index.js locally (already provided) and run the included tests (npm install && npm test) in a sandboxed environment. 2) Note the SKILL.md lists shell/exec capabilities though the code does not use them — ask the maintainer to clarify whether the skill will ever run external commands or call external models. 3) The implementation maps some task types to skill ids (including 'skill-composer' itself), which could lead to self-references/cycles in some inputs — test with representative workloads. 4) Because the source origin is unknown, avoid giving it access to sensitive systems or credentials until you confirm provenance and intended runtime behavior. If you need higher assurance, ask the author for a signed release or run code analysis in an isolated environment.
功能分析
Type: OpenClaw Skill Name: skill-composer-pro Version: 0.1.0 The skill bundle requests high-privilege capabilities, specifically 'Bash' and 'Exec' tools in SKILL.md, which are not utilized by the provided JavaScript logic in src/index.js. While the code itself is a benign task-orchestration library, the declaration of these tools in the agent's instruction set creates a significant attack surface for prompt injection; an attacker could craft a task description that tricks the agent into executing arbitrary shell commands. The package-lock.json also includes a large number of native bindings for 'unrs-resolver', which, while likely part of the OpenClaw ecosystem, adds to the complexity and risk profile of the bundle.
能力评估
Purpose & Capability
The name/description (an orchestration/meta-skill) aligns with the provided code: decomposeTask, matchSkills, orchestrate, optimize, and synthesizeResults implement task decomposition, skill matching, DAG building, parallel/serial planning, simple optimization and result synthesis. Declared dependencies and required env/configs are empty, which is appropriate for this local orchestration utility.
Instruction Scope
SKILL.md describes orchestration usage and examples that match the code. The SKILL.md frontmatter lists tools (Read, Write, Bash, Exec) and a model (sonnet) which suggest capability to run shell commands or external models, but the included src/index.js contains only pure Node.js logic with no exec/fs operations beyond local module exports. This is inconsistent (documentation lists broader runtime tools than the code uses) but not necessarily malicious. Also the documentation's project layout mentions separate module files (decompose.js, match.js, etc.) that are not present — the functionality is in a single index.js instead.
Install Mechanism
No install specification is provided (instruction-only + included source). There is no download-from-URL or extraction step; package.json/devDependencies are standard (jest). package-lock.json is large (normal for npm dev deps) but nothing in the manifest indicates an installer that fetches arbitrary code at install time.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not read process.env or access external secrets. This level of access is proportional to the stated purpose.
Persistence & Privilege
Flags show always:false and autonomous invocation allowed by default — normal for skills. The skill does not request permanent presence or modify other skills' configs and does not write additional files beyond what the package would normally include.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-composer-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-composer-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
新技能发布 - L2 编排层技能编排师 Pro,100% 测试覆盖,A 级评分 0.78
元数据
Slug skill-composer-pro
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Composer 是什么?

L2 编排层 - 智能技能编排引擎。自动编排多技能协作流程,分析技能依赖关系,优化执行策略(并行/串行决策)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 Skill Composer?

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

Skill Composer 是免费的吗?

是的,Skill Composer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Composer 支持哪些平台?

Skill Composer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Composer?

由 pagoda111king(@pagoda111king)开发并维护,当前版本 v0.1.0。

💬 留言讨论