🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Zip

by @xueyetianya

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

Versionv3.0.1
Downloads897
Installs2
TERMINAL
clawhub install zip

πŸ“– About This Skill


name: zip version: "3.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [zip, tool, utility] description: "Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching."

zip

ZIP archive tool.

Commands

create

Create ZIP archive

scripts/script.sh create  

extract

Extract archive

scripts/script.sh extract  [dir]

list

List contents

scripts/script.sh list 

add

Add files to archive

scripts/script.sh add  

password

Create encrypted ZIP

scripts/script.sh password   

info

Archive metadata

scripts/script.sh info 

test

Test integrity

scripts/script.sh test 

find

Search for files

scripts/script.sh find  

diff

Compare two archives

scripts/script.sh diff  

Requirements

  • bash 4.0+

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