s3-bucket-list

List all Amazon S3 buckets accessible via configured AWS credentials.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill s3-bucket-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s3-bucket-list
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/aws-s3-bucket-list
Command: npx skills add https://github.com/AstorYH/PASB --skill s3-bucket-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly see all the S3 buckets associated with their AWS account, preventing confusion and ensuring they know where their data is stored.

Core Features & Use Cases

  • Inventory Management: Provides a clear list of all available S3 buckets.
  • Configuration Verification: Helps confirm that the correct AWS credentials are set up and have access to S3.
  • Use Case: Before uploading a file, a user can run this skill to verify the existence and spelling of a target bucket name.

Quick Start

Use the s3-bucket-list skill to list all of your S3 buckets.

Frequently Asked Questions about s3-bucket-list

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

FAQPage Schema
How do I list all AWS S3 buckets in my account?

You can list all AWS S3 buckets by running this skill, which programmatically retrieves a complete inventory of every bucket accessible via your configured AWS credentials for operational oversight.

Can I verify my AWS credentials have S3 access by listing buckets?

Yes, listing S3 buckets verifies your AWS credentials configuration. By successfully retrieving the bucket inventory, you confirm that your setup is correct and the credentials have the necessary permissions to access S3 storage.

What AWS configuration do I need to list S3 buckets?

You need valid AWS credentials configured in your environment to list S3 buckets. The skill uses these credentials to authenticate programmatic access and retrieve the available cloud storage inventory.

How do I check if a target S3 bucket name exists before uploading?

To check if a target S3 bucket name exists before uploading, run this skill to retrieve a full list of available buckets. This helps verify the exact spelling and existence of your cloud storage destination.

Is listing S3 buckets suitable for cloud storage security audits?

Yes, listing S3 buckets is suitable for cloud storage security audits. The skill provides programmatic access to your bucket inventory, enabling operational oversight and ensuring you know where your data is stored.