← 返回 Skills 市场
aiguozhi123456

Package Skill

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

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

如何安装 Package Skill?

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

Package Skill 是免费的吗?

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

Package Skill 支持哪些平台?

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

谁开发了 Package Skill?

由 aiguozhi123456(@aiguozhi123456)开发并维护,当前版本 v1.0.2。

💬 留言讨论