zip-unzip-file-compression-10mb

Compresses and decompresses zip/gzip archives up to 10MB via AgentPMT API.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill zip-unzip-file-compression-10mb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zip-unzip-file-compression-10mb
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/zip-unzip-file-compression-10mb
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill zip-unzip-file-compression-10mb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines file management by providing efficient compression and decompression capabilities for zip and gzip archives, essential for managing data payloads and preparing files for transfer or storage.

Core Features & Use Cases

  • Archive Creation: Bundle multiple files (up to 200) into a single zip archive or compress individual files using gzip.
  • Archive Extraction: Decompress zip and gzip archives, with options to receive file contents directly as base64 data.
  • Use Case: Compress a collection of generated reports into a single zip file for easy download or transfer to another system.

Quick Start

Use the zip-unzip-file-compression-10mb skill to compress the files report.txt and data.csv into a zip archive.

Frequently Asked Questions about zip-unzip-file-compression-10mb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compress multiple files into a single zip archive?

To compress files into a zip archive, you can bundle up to 200 individual files into a single zip archive using this Skill. It handles files up to 10MB and accepts base64 encoded or cloud storage input.

Can I decompress gzip archives and receive the file contents directly?

Yes, you can decompress gzip archives and receive the extracted file contents directly as base64 data. This provides immediate access to the decompressed payload without requiring manual extraction steps.

Does zip file compression work with base64 encoded inputs?

Zip file compression fully supports base64 encoded inputs by decoding the payload before processing. It also supports fetching input files from cloud storage, providing flexible data ingestion options.

What is the maximum file size limit for gzip decompression?

The maximum file size limit for gzip decompression and zip archive creation is 10MB. This size restriction applies to the total payload processed through the external API endpoints.

Are there file quantity limitations when creating zip archives?

There is a limitation of 200 files per zip archive when creating compressed bundles. This constraint ensures stable processing through the API while maintaining path traversal protection during extraction.