file-archiver
0
总安装量
3
周安装量
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill file-archiver
Agent 安装分布
claude-code
3
cursor
3
opencode
3
qoder
2
github-copilot
2
Skill 文档
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: â