创建和解压ZIP、TAR和GZIP压缩包,支持密码保护。
Scanned 2/12/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill file-archiver --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Archiver?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-file-archiver)More formats (shields.io, HTML) on the badges page.
---
name: file-archiver
description: 创建和解压ZIP、TAR和GZIP压缩包,支持密码保护。
metadata:
short-description: 创建和解压压缩包
source:
repository: https://docs.python.org/3/library/zipfile.html
license: PSF
---
# 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
```bash
# 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: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...