aws-cli

Inspect AWS resources and manage CloudFormation stacks via AWS CLI.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/faccomichele/open-claw-team --skill aws-cli-faccomichele
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cli
Source: https://github.com/faccomichele/open-claw-team/tree/main/skills/aws-cli
Command: npx skills add https://github.com/faccomichele/open-claw-team --skill aws-cli-faccomichele

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually navigating AWS CLI commands and managing CloudFormation stacks is error-prone and time-consuming, especially when guessing flag syntax or tracking infrastructure changes.

Core Features & Use Cases

  • CloudFormation Stack Management: List, describe, validate templates, detect drift, and view stack events for infrastructure as code workflows.
  • AWS Resource Inspection: Quickly inventory S3 buckets, EC2 instances, Lambda functions, RDS instances, and cloud cost data across services.
  • Use Case: A DevOps engineer can use this skill to diagnose a failing CloudFormation deployment, identify configuration drift, and pull 30-day cost breakdowns by service without memorizing complex CLI syntax.

Quick Start

Use the aws-cli skill to list all active CloudFormation stacks and display their current status and last updated timestamp.

Frequently Asked Questions about aws-cli

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

FAQPage Schema
How do I manage AWS CloudFormation stacks via the CLI without memorizing command syntax?

You can manage AWS CloudFormation stacks via the CLI using built-in command discovery to list, describe, validate templates, and detect drift without memorizing complex flag syntax. This streamlines infrastructure as code workflows by automatically handling command construction for stack management.

Can I inspect AWS resources like EC2 instances and S3 buckets without knowing exact CLI flags?

Yes, you can inventory AWS resources like S3 buckets, EC2 instances, Lambda functions, and RDS instances without knowing exact CLI flags. The skill provides read-only infrastructure inspection capabilities, allowing you to quickly pull resource lists across multiple AWS services.

What is the best way to detect CloudFormation stack drift and view deployment events?

The best way to detect CloudFormation stack drift is by using a skill that offers built-in drift detection and stack event viewing. This allows you to diagnose failing deployments and identify configuration changes by directly querying stack status and event logs.

Does this AWS CLI tool provide cloud cost monitoring and service breakdowns?

Yes, this AWS CLI tool provides cloud cost monitoring by pulling 30-day cost breakdowns by service. It enables DevOps engineers to monitor cloud spending and analyze cost data across AWS resources without manually constructing complex billing queries.

How do I validate CloudFormation templates before deploying infrastructure changes?

You validate CloudFormation templates before deploying infrastructure changes by using the skill's built-in template validation capabilities. This checks your infrastructure as code definitions for syntax errors prior to execution, preventing failed stack updates.