aws-infra

Query, audit, and monitor AWS resources via natural language commands.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill aws-infra-zangxin75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-infra
Source: https://github.com/zangxin75/openclaw-skills/tree/main/aws-infra
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill aws-infra-zangxin75

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with AWS by allowing users to query, audit, monitor, and propose changes to their cloud infrastructure through natural language commands.

Core Features & Use Cases

  • Resource Querying: Get information about EC2 instances, S3 buckets, IAM users, Lambda functions, and more.
  • Auditing & Monitoring: Check security configurations, review CloudWatch logs and metrics, and analyze billing data.
  • Safe Change Proposals: Outline proposed modifications to infrastructure and require explicit user confirmation before execution.
  • Use Case: Ask "What are my EC2 instances in the us-east-1 region and what are their states?" or "Show me the security groups with open ingress to port 22."

Quick Start

Use the aws-infra skill to list all EC2 instances in the us-east-1 region.

Frequently Asked Questions about aws-infra

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query AWS infrastructure resources using natural language?

You can query AWS infrastructure resources by asking natural language questions. The Skill uses AWS CLI and console context to retrieve information about EC2 instances, S3 buckets, IAM users, and Lambda functions.

Can I audit AWS security configurations and check for open ingress ports?

Yes, you can audit AWS security configurations. Ask the Skill to show security groups with open ingress to port 22 or review CloudWatch logs and metrics to monitor your environment.

How do I safely propose changes to AWS infrastructure without accidental writes?

To safely propose AWS infrastructure changes, the Skill outlines modifications and requires explicit user confirmation before executing any write or destructive actions, preventing accidental updates.

Does managing AWS infrastructure via chat require the AWS CLI?

Managing AWS infrastructure via chat relies on the AWS CLI and console context. Your environment needs proper AWS credentials and configuration to facilitate querying, auditing, and monitoring.

What AWS services can I manage and monitor through chat?

You can manage and monitor AWS services including EC2, S3, IAM, Lambda, ECS, EKS, RDS, CloudWatch, and billing data. Query resource states and analyze metrics through natural language commands.

How do I check my AWS billing data and CloudWatch logs?

You can check AWS billing data and CloudWatch logs by asking the Skill directly. It facilitates analyzing billing data and reviewing logs and metrics to help monitor infrastructure costs.