All plugins

AWS CLI v2 operator

22 skills

AWS CLI v2 operations for common services, deployments, first-party Agent Toolkit skills, integrations, and troubleshooting.

View this plugin on GitHub
any skills-format agent
$ npx skills add rj11io/11ai --skill 11ai-operator-aws-cli-v2-cheatsheet --skill 11ai-operator-aws-cli-v2-cloudformation --skill 11ai-operator-aws-cli-v2-cloudtrail --skill 11ai-operator-aws-cli-v2-cloudwatch --skill 11ai-operator-aws-cli-v2-costs --skill 11ai-operator-aws-cli-v2-deployments --skill 11ai-operator-aws-cli-v2-ec2 --skill 11ai-operator-aws-cli-v2-ecr --skill 11ai-operator-aws-cli-v2-ecs --skill 11ai-operator-aws-cli-v2-environment --skill 11ai-operator-aws-cli-v2-iam --skill 11ai-operator-aws-cli-v2-integrations --skill 11ai-operator-aws-cli-v2-lambda --skill 11ai-operator-aws-cli-v2-native-skills --skill 11ai-operator-aws-cli-v2-rds --skill 11ai-operator-aws-cli-v2-route53 --skill 11ai-operator-aws-cli-v2-s3 --skill 11ai-operator-aws-cli-v2-secrets --skill 11ai-operator-aws-cli-v2-setup --skill 11ai-operator-aws-cli-v2-ssm --skill 11ai-operator-aws-cli-v2-troubleshooting --skill 11ai-operator-aws-cli-v2-vpc
claude code
$ claude plugin install 11ai-operator-aws-cli-v2@11ai
codex
$ codex plugin add 11ai-operator-aws-cli-v2@11ai

First time? Add the marketplace once with claude plugin marketplace add rj11io/11ai or codex plugin marketplace add rj11io/11ai, then install any plugin from it.

11ai-operator-aws-cli-v2-cheatsheet

Answer common AWS CLI questions with concise, safety-aware commands for identity, regions, S3, EC2, Lambda, ECS, ECR, CloudWatch, IAM, and CloudFormation. Use when the user wants a quick reference, flag explanation, or command translation.

11ai-operator-aws-cli-v2-cloudformation

Validate CloudFormation templates and inspect stacks, events, resources, drift, and change sets with replacement and rollback awareness. Use when a stack fails, a deployment needs preview, or infrastructure state must be explained.

11ai-operator-aws-cli-v2-cloudtrail

Attribute account changes using CloudTrail, covering event history lookup by resource, user, or event name, the management and data event distinction, reading the identity behind an assumed role or federated session, querying a trail in Athena or CloudWatch Logs, event time windows and delivery lag, and separating a human action from an automated one. Use when someone must find who changed or deleted a resource, when an unexpected change must be attributed, or when an access question needs evidence.

11ai-operator-aws-cli-v2-cloudwatch

Query AWS CloudWatch logs, metrics, alarms, dashboards, and time windows for operational evidence. Use when investigating failures, checking service health, finding recent errors, or validating an approved alerting change.

11ai-operator-aws-cli-v2-costs

Report AWS spend and find what drove a change, covering Cost Explorer queries grouped by service, account, or tag, month-over-month and daily comparisons, unblended versus amortized cost, forecasts, budgets and alerts, untagged spend, and the usual sources of a sudden increase. Use when a bill must be explained, when spend has jumped, when a budget or alert must be created, or when cost must be attributed to a team or project.

11ai-operator-aws-cli-v2-deployments

Deploy a change to a running AWS service and roll it back, covering the immutable-artifact rule, deploying by digest or version, waiting for stability rather than assuming it, health checks and draining, verifying the user-visible objective, rollback by redeploying the previous identifier, and separating a code deploy from a configuration or schema change. Use when a change must reach a running service, when a deploy must be verified, or when a bad deploy must be reverted.

11ai-operator-aws-cli-v2-ec2

Inspect and operate EC2 instances, status checks, volumes, tags, and security groups with explicit target resolution and safety gates. Use when starting, stopping, rebooting, connecting to, diagnosing, or inventorying EC2 resources.

11ai-operator-aws-cli-v2-ecr

Inspect Amazon ECR repositories, image tags, digests, scan findings, and Docker authentication with reproducible, safety-aware workflows. Use when publishing, pulling, identifying, or troubleshooting container images in ECR.

11ai-operator-aws-cli-v2-ecs

Inspect Amazon ECS clusters, services, tasks, task definitions, deployments, and execution behavior with bounded targets and rollout verification. Use when an ECS service is unhealthy, a task will not start, or a deployment needs investigation.

11ai-operator-aws-cli-v2-environment

Inspect AWS CLI profiles, credentials, identity, region, SSO, and execution context safely. Use when the AWS account, role, region, profile, or CLI setup is unknown or when a command might target the wrong environment.

11ai-operator-aws-cli-v2-iam

Inspect AWS IAM users, roles, policies, permission boundaries, trust relationships, and simulated access without weakening security. Use when an action is denied, a role is unclear, or access needs evidence-based analysis.

11ai-operator-aws-cli-v2-integrations

Connect AWS to the systems around it, covering CI pipeline authentication with short-lived OpenID Connect roles, container image publishing to ECR, infrastructure-as-code state and drift, application runtime configuration from Secrets Manager and Parameter Store, and local development against cloud resources. Use when a pipeline needs AWS credentials, when a deploy must publish an image or update a service, when an application must read configuration at runtime, or when local development needs to reach a cloud resource.

11ai-operator-aws-cli-v2-lambda

Inspect, invoke, update, publish, and troubleshoot AWS Lambda functions with explicit aliases, versions, payloads, and logs. Use when a function fails, needs a controlled test, or requires a carefully scoped deployment change.

11ai-operator-aws-cli-v2-native-skills

Discover, compatibility-check, install, update, or explain AWS's first-party Agent Toolkit skills for AWS CLI v2. Use when asked about AWS native skills, Agent Toolkit for AWS, aws agent-toolkit, or whether installed AWS skills match this AWS CLI v2 operator.

11ai-operator-aws-cli-v2-rds

Inspect and operate RDS and Aurora databases, covering instance and cluster state, endpoints and parameter groups, snapshots and point-in-time restore, storage and connection metrics, maintenance and pending modifications, failover, and the difference between an immediate change and one deferred to a maintenance window. Use when a database must be inspected, snapshotted, restored, resized, or its maintenance state understood.

11ai-operator-aws-cli-v2-route53

Inspect and change Route 53 DNS, covering hosted zones and delegation, record types and alias records, change batches and propagation, time-to-live choices, health checks and failover routing, private zones, and diagnosing a lookup that returns the wrong answer or nothing. Use when a DNS record must be read or changed, when a domain does not resolve, or when a cutover needs a safe time-to-live plan.

11ai-operator-aws-cli-v2-s3

Operate AWS S3 buckets and objects with explicit paths, region checks, dry runs, and post-change verification. Use when listing, inspecting, copying, syncing, uploading, downloading, or troubleshooting S3 data and bucket access.

11ai-operator-aws-cli-v2-secrets

Read, create, and rotate values in AWS Secrets Manager and SSM Parameter Store without printing them, covering listing by name, retrieving a single field, versions and staging labels, rotation, encryption keys, resource policies, and choosing between the two stores. Use when an application needs a secret or parameter, when a value must be created or rotated, or when a secret has to be inspected without disclosing it.

11ai-operator-aws-cli-v2-setup

Install the AWS CLI and configure profiles, IAM Identity Center single sign-on, static access keys, role assumption, default regions, output formats, and credential precedence, then verify the identity the CLI actually resolves. Use when the AWS CLI is missing or out of date, when a profile must be created or repaired, when single sign-on needs configuring, or when the user asks how to get credentials working on a new machine.

11ai-operator-aws-cli-v2-ssm

Reach EC2 instances and private services through AWS Systems Manager, covering Session Manager shells, Run Command across a target set, port forwarding to a private database, session logging, and the agent and instance-profile prerequisites. Use when an instance must be reached without a bastion or an inbound rule, when a command must run across several instances, or when a private endpoint must be forwarded to a local port.

11ai-operator-aws-cli-v2-troubleshooting

Diagnose AWS CLI and service failures from reproducible evidence, covering credentials, account and region context, authorization, throttling, resource state, networking, logs, deployments, and eventual consistency. Use when an AWS command errors or a resource behaves unexpectedly.

11ai-operator-aws-cli-v2-vpc

Inspect AWS networking and prove reachability, covering VPCs and subnets, route tables and gateways, security groups and network ACLs, the stateful versus stateless distinction, Reachability Analyzer, flow logs, and endpoints for private service access. Use when traffic cannot reach a resource, when a security group or route must be understood or changed, or when a network path must be proven rather than guessed.