← Back to Skills Marketplace
Skill Pack Composer
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
146
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-pack-composer
Description
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-pack-composer - After installation, invoke the skill by name or use
/skill-pack-composer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Skill Pack Composer?
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Skill Pack Composer?
Run "/install skill-pack-composer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Pack Composer free?
Yes, Skill Pack Composer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Pack Composer support?
Skill Pack Composer is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Skill Pack Composer?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills