← Back to Skills Marketplace
xueyetianya

Bundle

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bundle
Description
Package directories into distributable bundles with manifests. Use when creating release packages, verifying contents, or generating checksums.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bundle
  3. After installation, invoke the skill by name or use /bundle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug bundle
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bundle?

Package directories into distributable bundles with manifests. Use when creating release packages, verifying contents, or generating checksums. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.

How do I install Bundle?

Run "/install bundle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bundle free?

Yes, Bundle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bundle support?

Bundle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bundle?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.

💬 Comments