agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f

Compress and decompress files using zip and gzip formats up to 10MB.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies file management by providing efficient compression and decompression capabilities for archives up to 10MB, streamlining data transfer and storage.

Core Features & Use Cases

  • Zip Compression: Bundle multiple files (up to 200) into a single zip archive with path traversal protection.
  • Gzip Compression: Compress individual files using gzip format.
  • Decompression: Extract contents from zip or gzip archives, with options to receive file contents directly via base64 encoding.
  • Use Case: Package multiple generated reports into a single zip file for easy download or extract uploaded zip archives to process individual files in automated workflows.

Quick Start

Use the agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f skill to compress a list of files into a zip archive.

Frequently Asked Questions about agentpmt-tool-zip-unzip-file-compression-10mb-9bc86f

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?

You can compress multiple files into a single zip archive by bundling up to 200 files together. The process includes path traversal protection to securely package your generated reports or data for streamlined storage and transfer.

Can I decompress a zip file and receive the file contents directly?

Yes, you can decompress zip or gzip archives and receive the extracted file contents directly via base64 encoding or file IDs. This allows you to extract uploaded archives and process individual files seamlessly within automated workflows.

What is the maximum file size limit for zip and gzip compression?

The maximum file size limit for zip and gzip compression is 10MB. This capacity applies to both bundling multiple files into a single zip archive and extracting uploaded archives, ensuring efficient data transfer and storage management.

Does the file compression tool require wallet signature authentication?

Yes, the file compression and decompression operations run via AgentPMT external API endpoints that require wallet signature authentication. Access to these zip and gzip utilities is credit-based, ensuring secure authenticated usage for your file management tasks.

When should I use gzip compression instead of zip compression?

You should use gzip compression when you need to compress individual files, whereas zip compression is for bundling multiple files together. Choose gzip for single-file size reduction and zip for packaging up to 200 files into one archive.