Install
openclaw skills install @xueyetianya/zipCompress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.
openclaw skills install @xueyetianya/zipZIP archive tool.
createCreate ZIP archive
scripts/script.sh create <archive.zip> <files...>
extractExtract archive
scripts/script.sh extract <archive.zip> [dir]
listList contents
scripts/script.sh list <archive.zip>
addAdd files to archive
scripts/script.sh add <archive.zip> <files...>
passwordCreate encrypted ZIP
scripts/script.sh password <archive> <pass> <files...>
infoArchive metadata
scripts/script.sh info <archive.zip>
testTest integrity
scripts/script.sh test <archive.zip>
findSearch for files
scripts/script.sh find <archive.zip> <pattern>
diffCompare two archives
scripts/script.sh diff <a1.zip> <a2.zip>
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com