HomeBrowseUpload
← Back to registry
// Skill profile

tar

version: "3.0.1"

by bytesagain1 · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain1/bytesagain1-tar
View on GitHub
// Full documentation

---

name: tar

version: "3.0.1"

author: BytesAgain

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

license: MIT-0

tags: [tar, tool, utility]

description: "Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption."

---

# tar

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 | hello@bytesagain.com*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band