file-storage-over-10mb

Upload 10MB to 100MB files to cloud storage via signed PUT URLs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables AI agents to upload and store large files (10MB-100MB) securely in the cloud, facilitating data sharing and workflow continuity for substantial data payloads.

Core Features & Use Cases

  • Large File Upload: Handles files between 10MB and 100MB.
  • Secure Storage: Offers signed URLs, optional password protection, and configurable expiration (1-7 days).
  • Use Case: Uploading large video files for processing, sharing extensive datasets with collaborators, or storing database exports for archival.

Quick Start

Use the file-storage-over-10mb skill to upload the file 'my_large_dataset.zip' with a content type of 'application/zip' and set expiration to 3 days.

Frequently Asked Questions about file-storage-over-10mb

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

FAQPage Schema
How do I upload large files over 10MB to cloud storage securely?

To upload large files securely to cloud storage, use signed PUT URLs to transfer payloads between 10MB and 100MB directly. This method supports base64 encoding, password-protected sharing, and configurable expiration periods up to 7 days.

Can I use signed URLs to share large video files with collaborators?

Yes, you can use signed URLs to share large video files with collaborators. This approach allows secure data transfer for substantial payloads, offering optional password protection and configurable link expiration ranging from 1 to 7 days.

What is the maximum file size limit for cloud storage uploads using signed PUT URLs?

The maximum file size limit for cloud storage uploads using signed PUT URLs is 100MB. This large file upload mechanism specifically handles data payloads ranging from 10MB to 100MB, accommodating extensive datasets and database exports.

How do I set an expiration period for a password-protected large file upload?

You can set an expiration period for a password-protected large file upload by configuring the signed URL duration. The secure storage mechanism allows you to specify a configurable expiration window between 1 and 7 days.

Does base64 encoding work when transferring large datasets to cloud storage?

Yes, base64 encoding works when transferring large datasets to cloud storage. The secure upload process supports base64 encoding for files between 10MB and 100MB, ensuring data integrity during the transfer of extensive datasets or comprehensive reports.