AWS Cloud Operator

SkillFiles & storage

Operate AWS with the aws CLI - EC2, EKS, S3, IAM, VPC, RDS, Lambda, costs. Read-first; mutations gated by approval.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the AWS Cloud Operator skill

What this skill tells your AI

The instructions your AI receives, as published by navinspire-ia/navin in navin/skills/cloud-aws/SKILL.md and read by ahel’s review.

Overview

Drive AWS through the aws CLI (or the AWS MCP servers when configured). Always confirm account and region before acting.

Common commands

aws sts get-caller-identity
aws ec2 describe-instances --query 'Reservations[].Instances[].[InstanceId,State.Name,InstanceType]' --output table
aws eks list-clusters && aws eks update-kubeconfig --name <cluster>
aws s3 ls
aws iam list-roles --max-items 20
aws logs tail <log-group> --since 1h
aws ce get-cost-and-usage --time-period Start=<d1>,End=<d2> --granularity MONTHLY --metrics UnblendedCost

Workflow

  1. Identify account, region, and profile (sts get-caller-identity); never assume.
  2. Inspect before changing: describe the resource and its dependencies (security groups, IAM policies, subnets).
  3. Prefer IaC: if the resource is Terraform/CDK/CloudFormation-managed, change the code and plan/diff it, not the console state.
  4. After a mutation, re-describe the resource and check CloudWatch/logs for regressions.

Rules

  • Terminating instances, deleting buckets/data, and any IAM or security-group change require human-approval.
  • Never print or store credentials; use profiles and env vars.
  • Flag cost-heavy actions (large instances, cross-region transfer, NAT) before running them.

Signals

GitHub stars
22
Forks
4
Last commit
Sep 2026

ahel review

  • S4info
    community integration, published by navinspire-ia, not aws

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
cloud-aws
Source
github.com/navinspire-ia/navin