Skill
Zip Tool
Package and compress files into ZIP archives with configurable compression levels, password protection, directory recursion, and cross-platform compatibility...
When to use Zip Tool
Choose if
You need an agent-friendly ZIP utility — create/extract/update archives with configurable compression (0-9), password protection, recursive directory inclusion, content inspection without extraction, pattern-based entry removal, and JSON metadata output. Picks over invoking system zip/unzip when you want a consistent skill interface across platforms.
Avoid if
You need strong cryptographic protection for sensitive payloads — ZIP password protection alone is weak, and the README does not specify the algorithm. Also avoid for non-ZIP formats (tar, 7z, rar); the skill is ZIP-only.
Risk Flags
- LOW security README documents password encryption for archives but does not specify the algorithm or strength — sensitive payloads should rely on dedicated encryption rather than ZIP password protection alone.
Cost
Type: Unknown
Distribution
- ClawHub
zip-tool- License
- MIT-0