aws-s3

Installation
SKILL.md

AWS S3

AWS S3 is a cloud-based object storage service offered by Amazon Web Services. Developers and businesses use it to store and retrieve any amount of data, at any time, from anywhere on the web. It's commonly used for storing files, backups, and media content.

Official docs: https://docs.aws.amazon.com/s3/

AWS S3 Overview

  • Bucket
    • Object — represents a file stored in the bucket. Use action names and parameters as needed.

Working with AWS S3

This skill uses the Membrane CLI to interact with AWS S3. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.

Install the CLI

Install the Membrane CLI so you can run membrane from the terminal:

Related skills
Installs
98
GitHub Stars
33
First Seen
Mar 4, 2026