tzst

Create, extract, list, and verify tzst archives from the CLI.

71|7|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/xixu-me/skills --skill tzst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tzst
Source: https://github.com/xixu-me/skills/tree/main/skills/tzst
Command: npx skills add https://github.com/xixu-me/skills --skill tzst

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamline and standardize the creation, extraction, and management of tzst archives (.tzst and .tar.zst) from the command line, reducing manual effort and errors.

Core Features & Use Cases

  • Create and compress archives with configurable levels for tzst and tar.zst formats.
  • Extract, list, and inspect archive contents with streaming and filtering options.
  • Use Case: Archive a large project for transfer and reliably restore exact structure later.

Quick Start

Run tzst to create a backup.tzst from the documents/ directory and verify contents.

Frequently Asked Questions about tzst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a .tar.zst file from the command line?

To extract a .tzst file from the command line, use the tzst CLI with safe defaults to reliably restore the exact directory structure. It supports streaming and filtering options for inspecting contents.

What is the best way to create a .tzst archive for a large project?

The best way to create a .tzst archive is using the tzst CLI to compress your project directory with configurable compression levels. This streamlines transfer and reduces manual errors.

Does tzst work for both .tzst and .tar.zst format workflows?

Yes, tzst works for both .tzst and .tar.zst format workflows. It standardizes creation, extraction, listing, and compression configuration for both archive types directly from the CLI.

How can I verify the contents of a tzst archive without fully extracting it?

You can verify tzst archive contents by using the CLI to list and inspect files with streaming and filtering options. This allows you to safely check the structure before restoring.

How do I configure compression levels when creating tar.zst archives?

Configure compression levels when creating tar.zst archives by passing explicit flags to the tzst CLI. It provides safe defaults and references the official CLI for exact configuration.

What are the safe defaults for resolving conflicts during tzst extraction?

The tzst CLI applies safe defaults and explicit conflict resolution strategies during extraction to prevent errors. It guides CLI usage to ensure reliable restoration of your archive structure.