Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.

Install

openclaw skills install zip

zip

ZIP archive tool.

Commands

create

Create ZIP archive

scripts/script.sh create <archive.zip> <files...>

extract

Extract archive

scripts/script.sh extract <archive.zip> [dir]

list

List contents

scripts/script.sh list <archive.zip>

add

Add files to archive

scripts/script.sh add <archive.zip> <files...>

password

Create encrypted ZIP

scripts/script.sh password <archive> <pass> <files...>

info

Archive metadata

scripts/script.sh info <archive.zip>

test

Test integrity

scripts/script.sh test <archive.zip>

find

Search for files

scripts/script.sh find <archive.zip> <pattern>

diff

Compare two archives

scripts/script.sh diff <a1.zip> <a2.zip>

Requirements

  • bash 4.0+

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com