Skip to content
OpenSmartRoute
Skillv1.0.0

zip

Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.

by aibot88(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from aibot88/sec_skill_store (skills/claudskills/zip/SKILL.md). Install upstream with npx skills add aibot88/sec_skill_store --skill zip. Copyright stays with the author.

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 | hello@bytesagain.com

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aibot88-sec-skill-store-zip/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aibot88-sec-skill-store-zip.ocm.jsonjson
{
  "ocm": "1",
  "id": "aibot88-sec-skill-store-zip",
  "kind": "skill",
  "name": "zip",
  "description": "Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.",
  "publisher": "aibot88",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "zip",
      "general",
      "cli",
      "tool",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Compress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/aibot88/sec_skill_store",
      "path": "skills/claudskills/zip/SKILL.md",
      "ref": "608120788167d56f99e31449e411e603ed250dc6",
      "url": "https://github.com/aibot88/sec_skill_store/blob/608120788167d56f99e31449e411e603ed250dc6/skills/claudskills/zip/SKILL.md",
      "key": "aibot88/sec_skill_store/skills/claudskills/zip/SKILL.md"
    }
  },
  "instructions": "# zip\n\nCompress, extract, list, and encrypt ZIP archives in batch. Use when archiving files, extracting packages, listing contents, encrypting backups, or batching.\n\n## Commands\n\n### `status`\n\n```bash\nscripts/script.sh status\n```\n\nShow current status\n\n### `add`\n\n```bash\nscripts/script.sh add\n```\n\nAdd new entry\n\n### `list`\n\n```bash\nscripts/script.sh list\n```\n\nList all entries\n\n### `search`\n\n```bash\nscripts/script.sh search\n```\n\nSearch entries\n\n### `remove`\n\n```bash\nscripts/script.sh remove\n```\n\nRemove entry by number\n\n### `export`\n\n```bash\nscripts/script.sh export\n```\n\nExport data to file\n\n### ",
  "cost": {
    "context_tokens": 323
  }
}

Fetch it by URL: GET /api/v1/registry/aibot88-sec-skill-store-zip/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.