s3-storage-operations

Perform upload, download, list, delete, and share operations on S3-compatible storage via HTTP API.

2|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/desirecore/market --skill s3-storage-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s3-storage-operations
Source: https://github.com/desirecore/market/tree/main/skills/s3-storage-operations
Command: npx skills add https://github.com/desirecore/market --skill s3-storage-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, http, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables agents to perform file upload, download, listing, deletion, and sharing operations on S3-compatible object storage using DesireCore's HTTP API, addressing workflows that require persistent file storage and distribution.

Core Features & Use Cases

  • File Management: Upload and delete files directly in cloud storage solutions like S3, MinIO, or Kodo.
  • File Sharing: Generate downloadable share links for stored objects to facilitate easy sharing.
  • Data Listing: List objects within a specified prefix or bucket to monitor and manage stored data.
  • Use Case: A user needs to upload export reports to cloud storage and generate a share link to distribute them securely.

Quick Start

Use the skill to upload a local document to S3 and generate a link for sharing.

Frequently Asked Questions about s3-storage-operations

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

FAQPage Schema
How do I upload files to S3-compatible storage and generate a share link?

You can upload files to S3-compatible storage by making HTTP API calls to upload the object, then generate a downloadable share link for distribution. This handles persistent file storage directly through REST API integration.

Does this S3 storage operations approach work with MinIO or Kodo?

Yes, S3 storage operations work with MinIO and Kodo. The HTTP API uses automatic connection resolution and REST calls to interact seamlessly with these S3-compatible cloud object storage platforms.

What is the best way to list and manage objects in an S3 bucket via API?

The best way to list and manage objects in an S3 bucket is using REST API calls to list items within a specified prefix. This allows you to monitor, manage, and delete stored cloud data.

Can I use HTTP requests to download and delete files from cloud object storage?

Yes, you can use HTTP requests to download and delete files from cloud object storage. The API facilitates these file operations directly on S3-compatible systems using standard REST protocols.

Do I need native S3 SDK dependencies to perform file operations on cloud storage?

No, you do not need native S3 SDK dependencies. The skill implements file operations using standard HTTP and requests libraries to execute REST API calls for cloud object storage management.