s3-openai

Generate OpenAPI 2.0 and 3.0 definitions for an Amazon S3 proxy service.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dotlab-hq/storage-platform --skill s3-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s3-openai
Source: https://github.com/dotlab-hq/storage-platform/tree/main/.agents/skills/s3-openai
Command: npx skills add https://github.com/dotlab-hq/storage-platform --skill s3-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates and standardizes OpenAPI definitions for an Amazon S3 proxy, enabling consistent API design, testing, and documentation across environments.

Core Features & Use Cases

  • OpenAPI 2.0 and 3.0: Includes full endpoint definitions for bucket, object, and admin operations, with security and error schemas.
  • Documentation & Testing: Provides ready-to-import specs for API gateways like AWS API Gateway and testing tools.
  • Use Case: Developers can quickly bootstrap an S3-like proxy API to prototype storage workflows and validate client integrations.

Quick Start

Import the included OpenAPI definitions into your API tooling to bootstrap an S3 proxy service.

Frequently Asked Questions about s3-openai

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

FAQPage Schema
How do I document an S3 proxy API using OpenAPI definitions?

OpenAPI definitions for an S3 proxy provide full endpoint paths for bucket and object operations, request and response schemas, and AWS SigV4 security to standardize your API design and documentation.

Can I use these OpenAPI definitions to test an S3 proxy in AWS API Gateway?

Yes, these OpenAPI definitions are ready-to-import specs designed for API gateways like AWS API Gateway and testing tools to validate client integrations and storage workflows.

What is included in the OpenAPI specification for the Amazon S3 proxy service?

The OpenAPI specification includes endpoint definitions for bucket, object, and admin operations, complete request and response schemas, error handling, and AWS SigV4 security schemes.

Does the S3 proxy OpenAPI suite support both OpenAPI 2.0 and 3.0?

Yes, the S3 proxy OpenAPI suite provides full definitions in both OpenAPI 2.0 and 3.0 formats, allowing you to standardize API documentation and testing across different tooling environments.

Why use an OpenAPI definition suite for prototyping S3 storage workflows?

Using an OpenAPI definition suite allows developers to quickly bootstrap an S3-like proxy API, prototype storage workflows, and validate client integrations without needing a full backend implementation.