tar
Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/tartar
Archive management tool.
Commands
create
Create tar archive (.tar/.tar.gz/.tar.bz2/.tar.xz)
scripts/script.sh create <archive> <files...>
extract
Extract archive contents
scripts/script.sh extract <archive> [dir]
list
List archive contents with details
scripts/script.sh list <archive>
add
Add files to uncompressed .tar archive
scripts/script.sh add <archive.tar> <files...>
info
Show archive metadata (size, entries, format)
scripts/script.sh info <archive>
diff
Compare contents of two archives
scripts/script.sh diff <a1> <a2>
verify
Check archive integrity
scripts/script.sh verify <archive>
find
Search for files matching pattern
scripts/script.sh find <archive> <pattern>
Requirements
- bash 4.0+
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-tar": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.