zip-unzip-file-compression-100mb

Compress and decompress 10-100MB archives using zip or gzip formats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill handles the compression and decompression of large archives (10-100MB) that exceed standard limits, ensuring efficient handling of substantial payloads.

Core Features & Use Cases

  • Large Archive Compression: Compress multiple files (up to 500) into a single zip archive or individual large files using gzip.
  • Large Archive Decompression: Decompress archives from cloud storage or base64 encoding, storing extracted files securely in cloud storage.
  • Use Case: Package large datasets or machine learning model files into distributable zip archives for easy sharing and storage.

Quick Start

Use the zip-unzip-file-compression-100mb skill to compress the files 'data.csv' and 'model.pkl' into a zip archive.

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

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

FAQPage Schema
How do I compress large files between 10MB and 100MB into a zip archive?

To compress large files, this Skill packages up to 500 individual files into a single zip archive or compresses single large files using gzip, efficiently handling 10-100MB payloads and storing the output securely in cloud storage.

Can I decompress large zip archives directly from base64 encoding?

Yes, you can decompress large archives from base64 encoding or cloud storage, extracting the contained files and saving them securely back into cloud storage for subsequent access.

What is the maximum number of files I can include in a single zip archive?

You can include a maximum of 500 files per zip archive when compressing large payloads between 10MB and 100MB.

Do I need wallet signature authentication to compress large datasets?

Yes, compressing or decompressing large archives requires wallet signature authentication to process credit-based payments via external API endpoints.

What's the best way to package machine learning model files for distributable storage?

The best way to package machine learning models is compressing large files like 'model.pkl' and datasets into a zip archive, yielding a single distributable payload stored efficiently in cloud storage.

When should I use gzip instead of zip for large file compression?

You should use gzip instead of zip when compressing individual large files rather than bundling multiple files together, ensuring optimal compression for single substantial payloads up to 100MB.