LaunchKit · 2026
Back to Skills

aws-infra

Chat-based AWS infrastructure assistance using AWS CLI and console.

3
4.0k downloads
by @bmdhodl

Setup & Installation

openclaw skills install @bmdhodl/aws-infra

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aws-infra

What This Skill Does

Chat-based interface for querying and auditing AWS resources via the local AWS CLI. Defaults to read-only operations across EC2, S3, IAM, Lambda, ECS/EKS, RDS, CloudWatch, and billing. Any write or destructive action requires explicit user confirmation before execution.

Answers AWS resource questions directly in chat without switching between the console, CLI docs, and terminal tabs.

When to use it

  • Listing all EC2 instances and their current status in a region
  • Auditing S3 buckets for public access exposure
  • Checking IAM user permissions and active policies
  • Querying CloudWatch logs for recent Lambda errors
  • Reviewing current AWS spend and cost breakdowns by service

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Which of my S3 buckets have public access enabled?

AGENT
  1. 1Runs aws sts get-caller-identity to confirm active account and region
  2. 2Runs aws s3api list-buckets to retrieve all bucket names
  3. 3Checks public access block configuration for each bucket via aws s3api get-public-access-block
  4. 4Compiles buckets where any block setting is false or missing
OUTPUT

A list of bucket names with public access enabled, along with the specific block settings that are off

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AWS account with IAM credentials that have read access to target servicesAWS CLI installed and configured via ~/.aws/config or AWS_PROFILE/AWS_REGION environment variables