What problem does it solve?
This Skill simplifies installing and configuring the AWS CLI on a user's laptop so they can interact with AWS services locally without manual troubleshooting.
Core Features & Use Cases
- OS-aware installation: Guides macOS, Linux (x86/ARM), and Windows installs using Homebrew, official installers, or winget.
- Credential configuration: Walks through aws configure for access keys or aws configure sso for SSO and verifies identity with aws sts get-caller-identity.
- Common operations: Provides starter commands for listing S3 buckets, inspecting EC2 instances, invoking Lambda functions, scanning DynamoDB tables, and managing profiles.
- Use Case: A developer or ops user who needs a quick, secure local setup to sync S3 data, manage instances, or deploy serverless code from their laptop.
Quick Start
Run the aws-connector skill to install the AWS CLI, configure credentials or SSO, and verify your account with a caller-identity check.