← Back to Skills Marketplace
Package Skill
by
aiguozhi123456
· GitHub ↗
· v1.0.2
· MIT-0
114
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install package-skill
Description
Create and manage skill packages — bundles of related skills merged into a single top-level skill with internal dispatch. A package skill's own description d...
Usage Guidance
This skill is internally coherent and appears to do what it says, but it performs high-impact filesystem changes (copies, moves, and deletes of skill directories). Before installing or running it: 1) Review the two Python scripts yourself (they are included) to confirm behavior; 2) Back up your skills/ directory so you can recover accidentally removed skills; 3) Test on a copy of your skills directory or in an isolated environment; 4) Prefer running the CLI manually (python .../create.py ...) rather than allowing automated/unsupervised agent invocation; 5) Ensure you use only safe package and skill names (the scripts validate names, but avoid running with names you don't trust). No network or credentials are required by the tool.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md instructions, and the included scripts all implement a skill-packaging tool: copying sub-skills into a package, generating pack.md, producing a package SKILL.md, and removing/restoring top-level skill directories. The requested capabilities (filesystem operations under the skills/ tree) are coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent/operator to read pack.md and individual SKILL.md files and to run the provided create/update scripts. The scripts explicitly remove the original top-level skill directories during 'create' and 'add' operations (shutil.rmtree/shutil.move). Reading and modifying SKILL.md and pack.md is expected, but the destructive removal of original directories is a significant action that the user should be aware of.
Install Mechanism
No install spec or third-party downloads; the skill is instruction-only with included Python scripts. Nothing is fetched from external URLs and no packages are installed automatically, which minimizes supply-chain risk.
Credentials
The skill requests no environment variables or credentials. It does, however, require read/write access to the local skills/ directory (calculated relative to the script location). That filesystem access is necessary for packaging work but is a privilege to consider.
Persistence & Privilege
Although always:false, the scripts change other skills on disk (copy, remove, and restore top-level skill directories). Modifying or deleting other skill directories is within the tool's purpose but is a high-impact operation — it can permanently remove top-level skills if used incorrectly, so exercising caution and backups is important.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install package-skill - After installation, invoke the skill by name or use
/package-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Internal scripts create.py and update.py were updated.
- No changes to functionality or documentation in SKILL.md.
- Maintenance update; no user-facing changes.
v1.0.1
package-skill 1.0.1
- Updated scripts/create.py and scripts/update.py.
- SKILL.md unchanged; no user-facing documentation updates.
- Maintenance release; no breaking changes.
v1.0.0
- Initial release of package-skill: create and manage skill packages for organizing related skills under a single top-level skill with internal dispatch.
- Provides scripts to create, update, add to, and remove from skill packages, automating directory management and registry updates.
- Detailed documentation included for installation, workflow, directory structure, file formats, and best practices for packaging.
- Supports reducing trigger noise and improving skill library organization, especially useful when skill count is high or triggers overlap.
- Ensures sub-skills remain intact, packaging is reversible, and dispatch to sub-skills is explicit and guided by generated files.
Metadata
Frequently Asked Questions
What is Package Skill?
Create and manage skill packages — bundles of related skills merged into a single top-level skill with internal dispatch. A package skill's own description d... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Package Skill?
Run "/install package-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Package Skill free?
Yes, Package Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Package Skill support?
Package Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Package Skill?
It is built and maintained by aiguozhi123456 (@aiguozhi123456); the current version is v1.0.2.
More Skills