← 返回 Skills 市场
xueyetianya

Bundle

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bundle
功能描述
Package directories into distributable bundles with manifests. Use when creating release packages, verifying contents, or generating checksums.
使用说明 (SKILL.md)

bundle

Package directories into distributable bundles with manifests. Use when creating release packages, verifying contents, or generating checksums.

Commands

create

scripts/script.sh create \x3Cdir output>

manifest

scripts/script.sh manifest \x3Cdir>

verify

scripts/script.sh verify \x3Cbundle>

size

scripts/script.sh size \x3Cdir>

list

scripts/script.sh list \x3Cbundle>

extract

scripts/script.sh extract \x3Cbundle dir>

Requirements

  • bash 4.0+

Data Storage

Data stored in ~/.local/share/bundle/.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears coherent and local-only: it packages directories with tar, computes/validates SHA256 checksums, lists and extracts bundles, and stores data in ~/.local/share/bundle. Before installing or running: (1) ensure you have/allow the standard tools it uses (bash, tar, sha256sum, find, du); (2) review any bundles before extraction — tar -xzf can overwrite files or be abused by crafted archives (path traversal, symlinks); (3) note the script will create a directory in your home for data; (4) if you need stricter guarantees, run the script in a sandbox or inspect the script contents (they are included) before use.
功能分析
Type: OpenClaw Skill Name: bundle Version: 1.0.0 The skill bundle contains several anomalies and technical flaws that suggest low-quality or untrustworthy provenance. The `scripts/script.sh` file contains significant logic errors in argument handling (e.g., in `cmd_create` and `cmd_extract`) that would cause the commands to fail under normal usage. Additionally, the script features over 60 identical repeated comment lines, and the `_meta.json` file contains a future-dated timestamp (March 2026). While the script uses quotes to mitigate basic shell injection, the combination of broken logic and anomalous formatting makes the bundle suspicious.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and the included script all align: they implement bundling, manifests, verification, listing, sizing, and extraction. Minor inconsistency: metadata listed no required binaries, while SKILL.md notes "bash 4.0+" and the script relies on standard Unix tools (tar, sha256sum, find, du). These are expected for the stated purpose but were not enumerated in the registry metadata.
Instruction Scope
SKILL.md directs the agent to run the included scripts/script.sh commands. The script operates only on user-provided paths and creates a local data directory (~/.local/share/bundle). It does not read unrelated system files, environment variables, or contact external endpoints. Commands like extract use tar which can overwrite files if run on untrusted archives; this is expected behavior for an extraction tool but is worth noting.
Install Mechanism
There is no install spec (instruction-only), and the only shipped code is a shell script. No downloads or archive extraction during installation are required, minimizing installation risk.
Credentials
The skill does not request any environment variables, credentials, or external config paths. It does create and use ~/.local/share/bundle for local data, which is proportionate to its stated need to store metadata/caches.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or global agent config. Its persistent effect is limited to creating a directory under the user's home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bundle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bundle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug bundle
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bundle 是什么?

Package directories into distributable bundles with manifests. Use when creating release packages, verifying contents, or generating checksums. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。

如何安装 Bundle?

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

Bundle 是免费的吗?

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

Bundle 支持哪些平台?

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

谁开发了 Bundle?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论