Install
openclaw skills install x-zuzHandle archive/compression tasks including compressing, extracting, archiving, packaging, listing contents, and viewing files. Supports formats: zip, tar, gz...
openclaw skills install x-zuzLoad x-cmd before use:
. ~/.x-cmd.root/X
x-cmd not installed? → data/install.md
x z <output> <files...>x uz <archive> [destination]x zuz ls <archive>x z output.zip file1.txt file2.txt dir/
x z archive.tar.xz myfolder/
x z backup.tar.gz ./src/*
x uz archive.zip
x uz archive.tar.xz ./target_dir/
x uz file.7z /tmp/output/
x zuz ls archive.zip
x zuz ls archive.tar.gz
x z backup.tar.xz ./important_files/x uz downloaded.zipx zuz ls old_backup.tar.gzRun x zuz --help or x zuz -h for full help documentation.