Install
openclaw skills install tar-toolClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Create and extract tar archives with optional compression. Use for file bundling, backup, and distribution.
openclaw skills install tar-toolCreate, maintain, and extract tar archives. Supports gzip, bzip2, and xz compression for efficient storage and transfer.
tar-tool [options] <archive> [files...]
-cf archive.tar files: Create archive-xf archive.tar: Extract archive-tf archive.tar: List contents-czf archive.tar.gz files: Create gzip compressed-cjf archive.tar.bz2 files: Create bzip2 compressedtar-tool -cf backup.tar ./docs/
tar-tool -czf archive.tar.gz ./project/
tar-tool -xf archive.tar.gz