decompress
Decompression reference — archive formats, algorithms, streaming extraction, and corruption recovery. Use when extracting archives, choosing compression formats, or troubleshooting corrupt files.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/decompressDecompress — Archive & Compression Reference
Quick-reference skill for decompression algorithms, archive formats, and extraction techniques.
When to Use
- Extracting tar, zip, 7z, rar, or other archive formats
- Choosing between compression algorithms (gzip, zstd, brotli, lz4)
- Handling corrupted or partial archives
- Streaming decompression for pipelines
- Understanding compression ratios and performance tradeoffs
Commands
intro
scripts/script.sh intro
Overview of compression and decompression — algorithms, formats, terminology.
formats
scripts/script.sh formats
Archive format comparison — tar, zip, 7z, rar, and their features.
algorithms
scripts/script.sh algorithms
Compression algorithms — gzip, bzip2, xz, zstd, lz4, brotli.
extract
scripts/script.sh extract
Extraction commands for every common format.
streaming
scripts/script.sh streaming
Streaming decompression — pipes, on-the-fly extraction, network transfers.
recovery
scripts/script.sh recovery
Recovering data from corrupted or partial archives.
performance
scripts/script.sh performance
Performance benchmarks — speed vs ratio tradeoffs by algorithm.
checklist
scripts/script.sh checklist
Decompression safety checklist — zip bombs, path traversal, verification.
help
scripts/script.sh help
version
scripts/script.sh version
Configuration
| Variable | Description |
|---|---|
DECOMPRESS_DIR | Data directory (default: ~/.decompress/) |
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-bytesagain-decompress": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
mempalace-integration
MemPalace记忆系统集成 - AAAK压缩 + Hall分类 + L0-L3分层 30x无损压缩(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens)(1000→33 tokens),facts/events/preferences/advice分类,加载优先级
ym-mediatoolkit
流式视频处理工具集 - 压缩、封面提取、音频转换,无需下载完整视频
abstract-trimmer
Compress academic abstracts to meet strict word limits while preserving key information, scientific accuracy, and readability. Supports multiple compression strategies for journal submissions, conference applications, and grant proposals.
everything-is-ok
无所不能 — Universal prompt compression protocol. Translate natural language into compressed I-Lang syntax (save 40-65% tokens). Text-to-text translator only — does not access files, URLs, or external resources. Works with ChatGPT, Claude, Gemini, DeepSeek, Kimi. Instruction-only, no code, no credentials.