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.zip

Installs 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.
157 chars✓ has a “when” trigger
Beginner

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

You give it
Files or archive path
You get back
Compressed, extracted, or listed archive data

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.

VariableRequiredDescription
ZIP_DIRNoData 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.

SkillInstallsUpdatedSafetyDifficulty
zip (this skill)02moReviewBeginner
tmux202moReviewIntermediate
jira116moNo flagsBeginner
triaging-issues52moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

dev-supabase

aibot88

Backend development with Supabase. Trigger when the user wants to configure auth, the database, or Supabase storage.

00

configure-hooks

aibot88

This skill should be used when the user says "configure hooks", "set up quality gates", "add PostToolUse hook", "set up permission hooks", "create hook configuration", "add typecheck hook", "set up secret-scan hook", or wants to configure event-driven hooks for their Claude Code project. Validates a

00

integration-development

aibot88

Guide for creating new OAuth-based integrations in the Orient codebase. Use when adding external service integrations (APIs like Linear, GitHub, Slack, Notion, etc.), implementing OAuth flows, or creating catalog-based integration manifests. Covers the full integration lifecycle from manifest defini

00

regulatory-compliance

aibot88

Audit codebases for cross-industry regulatory compliance across SOX, GDPR, HIPAA, PCI-DSS, CCPA/CPRA, FedRAMP, FISMA, COPPA, and FERPA. Reviews audit trail completeness (who/what/when/where/why with tamper-evident storage), data retention policies and right-to-erasure workflows, RBAC/ABAC access con

00

detecting-mimikatz-execution-patterns

aibot88

Detect Mimikatz execution through command-line patterns, LSASS access signatures, binary indicators, and in-memory

00

karpathy-metric-pre

aibot88

Use this when: red-team my optimization metric, find ways to game my metric, metric pre-mortem, adversarial metric evaluation, gaming vectors for my KPI, what could an agent exploit in my metric, metric failure modes, proxy divergence risk, eval contamination, silent degradation from optimization, m

00

Search skills

Search the agent skills registry