Install
openclaw skills install @lunrenyi/x-zuzHandle 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, or archive viewing needs. Even if the user doesn't explicitly mention x-zuz or specific commands, as long as there's an archive-related request, invoke this skill.
openclaw skills install @lunrenyi/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.