Manage ZIP archives with batch compression, extraction, and encryption capabilities.
Install
mkdir -p .claude/skills/zip && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11161" && unzip -o skill.zip -d .claude/skills/zip && rm skill.zipInstalls to .claude/skills/zip
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.Key capabilities
- →Compress files into ZIP archives
- →Extract ZIP packages
- →List archive contents
- →Encrypt sensitive backups
- →Batch process archive operations
How it works
The skill provides a CLI interface to manage ZIP archives by executing scripts that handle compression, extraction, and encryption tasks, storing metadata in a JSONL format.
Inputs & outputs
When to use zip
- →Compress files in batches
- →Extract archive packages
- →Encrypt sensitive backups
- →List archive contents
About this skill
zip
Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.
Commands
status
scripts/script.sh status
Show current status
add
scripts/script.sh add
Add new entry
list
scripts/script.sh list
List all entries
search
scripts/script.sh search
Search entries
remove
scripts/script.sh remove
Remove entry by number
export
scripts/script.sh export
Export data to file
stats
scripts/script.sh stats
Show statistics
config
scripts/script.sh config
View or set config
help
scripts/script.sh help
version
scripts/script.sh version
Configuration
Use scripts/script.sh config <key> <value> to set preferences.
| Variable | Required | Description |
|---|---|---|
ZIP_DIR | No | Data directory (default: ~/.zip/) |
Data Storage
All data stored in ~/.zip/ using JSONL format (one JSON object per line).
Output
Structured output to stdout. Exit code 0 on success, 1 on error.
Powered by BytesAgain | bytesagain.com | [email protected]
When not to use it
- →When the target archive format is not ZIP
Limitations
- →Data storage limited to ~/.zip/ directory
How it compares
It provides a structured batch-processing workflow for ZIP archives with integrated encryption and status tracking, rather than using standard command-line utilities.
Compared to similar skills
zip side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| zip (this skill) | 0 | 2mo | Review | Beginner |
| tmux | 20 | 2mo | Review | Intermediate |
| jira | 11 | 6mo | No flags | Beginner |
| triaging-issues | 5 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by aibot88
View all by aibot88 →You might also like
tmux
openclaw
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
jira
davila7
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.
triaging-issues
pytorch
Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.
file-manager
Xxiii8322766509
文件管理技能。用于创建、移动、复制、删除文件和文件夹,整理目录结构。当用户需要管理文件、整理文件夹或批量处理文件时使用。
openspec-archive-change
studyzy
归档实验性工作流中已完成的变更。当用户想要在实现完成后最终确定并归档变更时使用。
slash-commands
parcadei
Create and use Claude Code slash commands - quick prompts, bash execution, file references