file-archiver
Installation
SKILL.md
File Archiver Tool
Description
Create and extract compressed archives (ZIP, TAR, GZIP) with optional password protection.
Trigger
/archivecommand- 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/
# Create with password
python scripts/file_archiver.py create --input folder/ --output secure.zip --password secret123
# List archive contents
python scripts/file_archiver.py list --input archive.zip
Tags
zip, archive, compress, extract, tar
Compatibility
- Codex: ✅
- Claude Code: ✅
Weekly Installs
17
Repository
aidotnet/moyucodeGitHub Stars
75
First Seen
Jan 28, 2026
Security Audits
Installed on
opencode16
cursor16
kimi-cli15
gemini-cli15
amp15
github-copilot15