← 返回 Skills 市场
dinghaibin

Zip Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zip-tool
功能描述
Package and compress files into ZIP archives with configurable compression levels, password protection, directory recursion, and cross-platform compatibility...
使用说明 (SKILL.md)

ZIP Tool — Archive Manager

Create, update, list, and extract ZIP archives. Supports recursive directory inclusion, compression level control, password encryption, and cross-platform compatibility.

Quick Start

# Create a ZIP archive
zip-tool -r archive.zip ./documents/

# List archive contents
zip-tool -l archive.zip

# Extract archive
zip-tool -x archive.zip -d ./output/

Usage

zip-tool [OPTIONS] ARCHIVE [FILES...]

Options:
  -r, --recursive      Recursively include directories
  -l, --list           List contents of an archive
  -x, --extract        Extract an archive
  -d, --delete PATTERN Remove entries matching pattern
  -u, --update         Update existing entries or add new ones
  -P, --password PASS  Protect archive with password
  -c, --compress N     Compression level (0-9, default: 6)
  -o, --output DIR     Extract destination directory
  --overwrite          Overwrite existing files when extracting
  --json               Output archive metadata as JSON

Examples

# Create a ZIP with directory
zip-tool -r backup.zip ./my-project/

# Create with maximum compression
zip-tool -r -c 9 archive.zip ./data/

# List archive contents
zip-tool -l backup.zip

# Extract to specific directory
zip-tool -x archive.zip -d ./restored/

# Password-protected archive
zip-tool -r -P secret123 confidential.zip ./docs/

# Update an existing archive
zip-tool -u archive.zip ./new-file.txt

# Delete entries matching pattern
zip-tool -d "*.tmp" archive.zip

# Archive metadata as JSON
zip-tool -l backup.zip --json

Features

  • Create/extract/update — full archive lifecycle
  • Directory recursion — pack entire folder trees
  • Compression levels — 0 (store) to 9 (maximum)
  • Password encryption — AES-256 and traditional ZIP encryption
  • List contents — inspect archives without extracting
  • Pattern deletion — selective entry removal
  • Cross-platform — compatible with all major OS ZIP tools
  • JSON output — structured archive metadata
安全使用建议
Review before installing. This appears to be a local ZIP-creation helper, but do not rely on its advertised password protection or AES encryption unless you independently verify a real implementation. Also confirm what `zip-tool` command would run on your system, because the package does not provide a clear install mapping.
能力评估
Purpose & Capability
The stated purpose is coherent for a ZIP utility, but the artifacts are inconsistent: SKILL.md advertises password/AES encryption, extraction, listing, update, and delete operations, while the only included script just creates a basic ZIP from positional file arguments.
Instruction Scope
The documented actions are user-directed CLI examples, not hidden autonomous behavior, but they include file mutation concepts such as extraction overwrite and archive entry deletion.
Install Mechanism
There is no install spec or required binary declaration for the documented `zip-tool` command, so users should verify what executable would actually run.
Credentials
The included code performs local file reads and creates a ZIP archive, with no network access or credentials, which is proportionate for the purpose; however, the claimed confidentiality features are not evidenced.
Persistence & Privilege
No persistence, background workers, privilege escalation, credential storage, or long-running behavior is shown in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zip-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zip-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug zip-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zip Tool 是什么?

Package and compress files into ZIP archives with configurable compression levels, password protection, directory recursion, and cross-platform compatibility... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Zip Tool?

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

Zip Tool 是免费的吗?

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

Zip Tool 支持哪些平台?

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

谁开发了 Zip Tool?

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

💬 留言讨论