← 返回 Skills 市场
Zip
作者
bytesagain4
· GitHub ↗
· v3.0.1
· MIT-0
574
总下载
0
收藏
2
当前安装
7
版本数
在 OpenClaw 中安装
/install zip
功能描述
Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.
安全使用建议
This skill appears to do exactly what it says: local ZIP operations using zip/unzip. Before installing: ensure you have zip/unzip available. Do not pass sensitive passwords on the command line (avoid zip password <pass>); instead use interactive/more secure mechanisms or external encrypted key stores because command-line arguments are visible to other users and may be recorded in shell history. Be aware that zip -P uses legacy ZipCrypto which is weak—use stronger encryption tools if protecting highly sensitive data.
功能分析
Type: OpenClaw Skill
Name: zip
Version: 3.0.1
The skill provides standard ZIP archive management functionality including creation, extraction, listing, and encryption using system utilities like 'zip' and 'unzip'. The implementation in 'scripts/script.sh' follows good practices such as using 'set -euo pipefail' and 'mktemp' for temporary files, and there are no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (compress, extract, list, encrypt ZIPs) align with the provided script. The script requires zip/unzip at runtime (checked by check_deps), which is appropriate and expected for the stated functionality.
Instruction Scope
Instructions are limited to running the included scripts/script.sh which only operates on local files and uses standard tools (zip, unzip, grep, awk, stat, du). No network endpoints or unrelated system paths are referenced. Note: the password command accepts the ZIP password as a command-line argument, which exposes it to process listings and shell history—this is a security concern for secrets handling (not a coherence issue).
Install Mechanism
No install spec is provided (instruction-only plus a shipped script). Nothing is downloaded or written to disk by an installer; the single script runs using system binaries. This is low risk and proportionate.
Credentials
The skill requests no environment variables or credentials (appropriate). However, the 'password' command requires a plaintext password argument; that design leaks secrets via process arguments and shell history and uses zip's -P which offers weak ZipCrypto encryption—considered a security hygiene note.
Persistence & Privilege
always is false, no special persistence or modification of other skills or global agent settings. The skill is user-invocable and may be called autonomously (platform default), which is expected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zip - 安装完成后,直接呼叫该 Skill 的名称或使用
/zip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
v3.0.1: SKILL.md rewritten to match new script commands.
v3.0.0
v3.0.0: Complete rewrite — real zip commands instead of logging template.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
常见问题
Zip 是什么?
Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 574 次。
如何安装 Zip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zip」即可一键安装,无需额外配置。
Zip 是免费的吗?
是的,Zip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zip 支持哪些平台?
Zip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zip?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.0.1。
推荐 Skills