awsflow-s3

Manage Amazon S3 buckets and objects through awsflow S3Tool commands.

3|1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-s3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awsflow-s3
Source: https://github.com/necatiarslan/awsflow/tree/main/skills/awsflow-s3
Command: npx skills add https://github.com/necatiarslan/awsflow --skill awsflow-s3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Amazon S3 buckets and objects through the awsflow S3Tool, simplifying common S3 tasks from chat.

Core Features & Use Cases

  • List buckets and objects, upload/download, copy, and delete S3 items.
  • Inspect bucket configuration including encryption, versioning, lifecycle, replication, logging, CORS, and website settings.
  • Query object content with S3 Select SQL and open the interactive S3 Explorer view.
  • Validate bucket policies, notifications, and replication configurations.

Quick Start

List all buckets and inspect the contents and configuration of a target bucket.

Frequently Asked Questions about awsflow-s3

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

FAQPage Schema
How do I manage Amazon S3 buckets and objects from a chat interface?

You can manage Amazon S3 buckets and objects from a chat interface by using the awsflow S3Tool to list, upload, download, copy, and delete items. It simplifies common S3 tasks directly from your conversation.

Can I inspect S3 bucket configurations like encryption and versioning without using the AWS CLI?

Yes, you can inspect S3 bucket configurations without the AWS CLI by requesting bucket settings for encryption, versioning, lifecycle, replication, logging, CORS, and website configurations directly through the awsflow S3Tool.

How do I run SQL queries on S3 object content?

You can run SQL queries on S3 object content by using the SelectObjectContent command. This S3 Select feature allows you to query and filter object data directly without needing to download the entire file.

Is there an interactive way to explore S3 buckets and list objects?

Yes, there is an interactive way to explore S3 buckets and list objects. You can open the interactive S3 Explorer view and use ListObjectsV2 to browse and navigate your S3 storage visually.

How do I validate S3 bucket policies and replication configurations?

You can validate S3 bucket policies and replication configurations by inspecting the bucket settings through the S3Tool. This allows you to review and verify notifications and replication rules applied to your buckets.

Does awsflow support copying and deleting multiple S3 objects?

Yes, awsflow supports copying and deleting S3 objects. You can use the CopyObject and DeleteObject commands, supplying a params object for each call to handle your S3 items.