This teaches Claude to query S3 system tables instead of paginating through list-objects-v2 calls. If you're counting millions of objects, auditing who uploaded or deleted files, or filtering by tags, the inventory and journal tables answer in seconds what would take thousands of API calls. The skill includes a decision tree showing when system tables beat raw APIs, handles catalog setup and permissions, and covers both S3 Metadata tables (journal, inventory, annotation) and Storage Lens exports. One catch: you need to enable metadata tracking first, and the skill walks through that configuration. It's built for the AWS MCP server but works anywhere with credentials and Athena access.
npx -y skills add aws/agent-toolkit-for-aws --skill querying-aws-s3 --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot