file-archiver

Installation
SKILL.md

File Archiver Tool

Description

Create and extract compressed archives (ZIP, TAR, GZIP) with optional password protection.

Trigger

  • /archive command
  • User requests file compression
  • User needs to extract archives

Usage

# Create ZIP archive
python scripts/file_archiver.py create --input folder/ --output archive.zip

# Extract archive
python scripts/file_archiver.py extract --input archive.zip --output extracted/
Installs
42
GitHub Stars
84
First Seen
Jan 28, 2026
file-archiver — aidotnet/moyucode