What problem does it solve?
Manually writing AWS CLI commands with correct JMESPath queries and filters is slow and error-prone, especially when you just want a quick answer about what resources exist in your account. This Skill converts plain-English questions into safe, read-only AWS CLI commands and formats the results as readable tables.
Core Features & Use Cases
- Natural Language to AWS CLI: Maps intents like "show my databases" or "list running instances" to the correct
describe-*, list-*, and get-* commands across EC2, S3, RDS, Lambda, ECS, EKS, IAM, VPC, and more.
- Strict Read-Only Safety Contract: Never executes create, modify, or delete operations, and never retrieves secret or parameter values — only metadata.
- Cost and Cross-Service Queries: Supports Cost Explorer spending breakdowns, tag-based resource lookups, and AWS Config inventory queries.
- Use Case: Ask "which EBS volumes are unattached?" and get a formatted table of unused volumes, then drill into a specific region or filter by tag.
Quick Start
Ask the assistant to list all running EC2 instances in your AWS account using this skill.