← 返回 Skills 市场
Skill Pack Composer
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-pack-composer
功能描述
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突.
安全使用建议
This skill appears to do what it says: local auditing and report generation for skill bundles using the included Python script. Before running: (1) Review scripts/run.py yourself if the author is untrusted; (2) avoid pointing the tool at directories that contain private keys, passwords, or other sensitive data you do not want put into a report file; (3) use the --dry-run option or redirect output to a local file and inspect it before sharing; (4) run it in a sandbox or container if you want extra isolation. The tool will scan files for 'secret-like' patterns and other risky snippets (it masks long tokens minimally), so treat any generated report as potentially sensitive.
功能分析
Type: OpenClaw Skill
Name: skill-pack-composer
Version: 1.0.0
The 'skill-pack-composer' is a utility designed to audit and bundle multiple OpenClaw skills. The core logic in `scripts/run.py` performs directory and file scans to identify dependency conflicts and security risks, such as hardcoded secrets or dangerous shell commands (e.g., `curl|bash`), and it even includes logic to mask detected secrets in its output. The instructions in `SKILL.md` and `README.md` emphasize safety, dry-runs, and manual review, showing no evidence of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description (skill pack composition, conflict checking) align with the included resources: a template, spec.json, examples, and a local Python audit script that enumerates files, extracts headings, and produces structured reports. The declared requirement (python3) is proportional to the stated purpose.
Instruction Scope
SKILL.md explicitly limits behavior to assembling reports and producing dry-run/auditable outputs; it also suggests invoking the bundled script. The script reads files under the provided directory (Markdown, code, JSON, etc.) to build reports and runs pattern scans for risky tokens. This read-only behavior is expected for a directory-audit tool, but it will surface file contents and 'secret-like' snippets from any directory you point it at.
Install Mechanism
No install spec — instruction-only with a bundled script. The script is local and runs under python3; no external downloads or package installs are performed. This is a low-risk install footprint.
Credentials
No environment variables, no credentials, and no config-path requirements are requested. The tool works with input directories you supply; it does not require unrelated secrets or cloud credentials.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills or system-wide settings. The SKILL.md and script emphasize read-only/dry-run behavior and not performing external publish/write actions without explicit user decision.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-pack-composer - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-pack-composer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-pack-composer.
- Combines multiple Skills into a bundle and checks for slug, dependency, resource, and location conflicts.
- Provides checklists for conflicts and bundling issues, including review drafts and structured outputs.
- Includes local resources: spec files, templates, examples, and smoke tests.
- Operates with clear safety boundaries: audit-only, no direct external changes, and explicit handling of missing or risky information.
- User-invocable, with built-in support for macOS, Linux, and Windows.
元数据
常见问题
Skill Pack Composer 是什么?
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Skill Pack Composer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-pack-composer」即可一键安装,无需额外配置。
Skill Pack Composer 是免费的吗?
是的,Skill Pack Composer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Pack Composer 支持哪些平台?
Skill Pack Composer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Skill Pack Composer?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills