aws

Inventory AWS resources and generate bash and Python scripts for cost optimization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/idallasj/oneclaw --skill aws-idallasj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/idallasj/oneclaw/tree/main/llm_settings/skills/aws
Command: npx skills add https://github.com/idallasj/oneclaw --skill aws-idallasj

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive management, optimization, and governance of AWS infrastructure, focusing on cost reduction, resource inventory, and adherence to tagging standards.

Core Features & Use Cases

  • Resource Inventory: Discover and catalog all AWS resources across all regions.
  • Cost Optimization: Identify rightsizing opportunities for EC2, EBS, and RDS, and optimize S3 storage tiers.
  • Tagging Governance: Audit and enforce required tags for cost attribution and compliance.
  • Script Generation: Produce runnable bash and Python scripts for discovery, analysis, and remediation.
  • Use Case: Automatically generate a report of all EC2 instances with CPU utilization below 20% over the last 30 days, along with a script to downsize them, and a plan to update their tags to meet the FY26 cost reduction target.

Quick Start

Use the aws skill to inventory all EC2 instances in all regions and report on their current tagging status.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I automate AWS resource inventory across all regions?

Automating AWS resource inventory involves discovering and cataloging compute, storage, and database services across all regions. This Skill generates bash and Python scripts to perform comprehensive discovery for EC2, EBS, RDS, and S3 resources.

What is the best way to identify EC2 rightsizing opportunities for cost optimization?

Identifying EC2 rightsizing opportunities requires analyzing CPU utilization metrics over a 30-day period. This Skill automates that cost optimization analysis and generates scripts to downsize underutilized instances according to FinOps principles.

How do I audit and enforce tagging standards for AWS cost attribution?

Auditing AWS tagging standards requires checking resource metadata against required compliance tags. This Skill performs tagging governance by evaluating current tags and generating remediation plans to meet FY26 cost reduction targets.

Can I use this to optimize S3 storage tiers and EBS volumes?

Yes, optimizing S3 storage tiers and EBS volumes is a core feature. It analyzes storage usage patterns and generates Python scripts to transition data tiers and rightsize volumes for ongoing cloud cost management.

Does this approach generate runnable scripts for AWS remediation?

Yes, this approach produces runnable bash and Python scripts for AWS remediation. It generates executable code to discover underutilized resources, apply rightsizing changes, and update tags automatically.

What FinOps principles does this AWS cost optimization skill follow?

This AWS cost optimization follows strict FinOps principles focused on FY26 cost reduction targets. It aligns resource inventory, rightsizing recommendations, and tagging governance with financial operations best practices.