Install
openclaw skills install tarCreate, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption.
openclaw skills install tarArchive management tool.
createCreate tar archive (.tar/.tar.gz/.tar.bz2/.tar.xz)
scripts/script.sh create <archive> <files...>
extractExtract archive contents
scripts/script.sh extract <archive> [dir]
listList archive contents with details
scripts/script.sh list <archive>
addAdd files to uncompressed .tar archive
scripts/script.sh add <archive.tar> <files...>
infoShow archive metadata (size, entries, format)
scripts/script.sh info <archive>
diffCompare contents of two archives
scripts/script.sh diff <a1> <a2>
verifyCheck archive integrity
scripts/script.sh verify <archive>
findSearch for files matching pattern
scripts/script.sh find <archive> <pattern>
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com