🦀 ClawHub
AWS Infra
by @bmdhodl
Chat-based AWS infrastructure assistance using AWS CLI and console context. Use for querying, auditing, and monitoring AWS resources (EC2, S3, IAM, Lambda, ECS/EKS, RDS, CloudWatch, billing, etc.), and for proposing safe changes with explicit confirmation before any write/destructive action.
TERMINAL
clawhub install aws-infra📖 About This Skill
name: aws-infra description: Chat-based AWS infrastructure assistance using AWS CLI and console context. Use for querying, auditing, and monitoring AWS resources (EC2, S3, IAM, Lambda, ECS/EKS, RDS, CloudWatch, billing, etc.), and for proposing safe changes with explicit confirmation before any write/destructive action.
AWS Infra
Overview
Use the local AWS CLI to answer questions about AWS resources. Default to read‑only queries. Only propose or run write/destructive actions after explicit user confirmation.Quick Start
1. Determine profile/region from environment or~/.aws/config.
2. Start with identity:
- aws sts get-caller-identity
3. Use read‑only service commands to answer the question.
4. If the user asks for changes, outline the exact command and ask for confirmation before running.Safety Rules (must follow)
--dry-run when available and show the plan before execution.Task Guide (common requests)
list/describe/get commands.Region & Profile Handling
AWS_PROFILE / AWS_REGION if set, then fall back to ~/.aws/config.References
Seereferences/aws-cli-queries.md for common command patterns.Assets
assets/icon.svg — custom icon (dark cloud + terminal prompt)💡 Examples
1. Determine profile/region from environment or ~/.aws/config.
2. Start with identity:
- aws sts get-caller-identity
3. Use read‑only service commands to answer the question.
4. If the user asks for changes, outline the exact command and ask for confirmation before running.