x-zuz
v1.0.0Handle archive/compression tasks including compressing, extracting, archiving, packaging, listing contents, and viewing files. Supports formats: zip, tar, gz, 7z, rar, zst, xz, bz2 and more. You MUST use this skill whenever the user mentions or implies any archive, compression, extraction, packaging...
Installation
Please help me install the skill `x-zuz` from SkillHub official store.
npx skills add lunrenyi/x-zuz
x zuz - Archive/Compression Assistant
Prerequisites
-
Load x-cmd before use:
bash . ~/.x-cmd.root/X -
x-cmd not installed? → data/install.md
Core Functions
- Compress:
x z <output> <files...> - Extract:
x uz <archive> [destination] - List contents:
x zuz ls <archive>
Usage Examples
Compress files and directories
x z output.zip file1.txt file2.txt dir/
x z archive.tar.xz myfolder/
x z backup.tar.gz ./src/*
Extract archives
x uz archive.zip
x uz archive.tar.xz ./target_dir/
x uz file.7z /tmp/output/
List archive contents
x zuz ls archive.zip
x zuz ls archive.tar.gz
Common Scenarios
- Backup packaging:
x z backup.tar.xz ./important_files/ - Extract downloaded file:
x uz downloaded.zip - View archive contents:
x zuz ls old_backup.tar.gz
Get Help
Run x zuz --help or x zuz -h for full help documentation.