LaunchKit · 2026
Back to Skills

sovereign-aws-cost-optimizer

Analyzes AWS infrastructure for cost savings.

0
398 downloads
by @ryudi84

Setup & Installation

openclaw skills install @ryudi84/sovereign-aws-cost-optimizer

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sovereign-aws-cost-optimizer

What This Skill Does

Analyzes AWS account resources to identify cost reduction opportunities. Covers right-sizing compute instances, recommending Reserved Instances or Savings Plans, and flagging idle or underutilized resources.

Combines right-sizing, reservation analysis, and unused resource cleanup in one pass instead of navigating separate AWS console tools.

When to use it

  • Identifying oversized EC2 instances running at low CPU utilization
  • Finding unattached EBS volumes and unused Elastic IPs
  • Comparing on-demand costs against Reserved Instance or Savings Plan pricing
  • Auditing idle RDS databases or over-provisioned Lambda memory settings
  • Generating a prioritized cost reduction report for engineering or finance teams

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What is wasting money in my AWS account this month?

AGENT
  1. 1Reviews EC2 instance types against CPU and memory utilization metrics
  2. 2Checks for unattached EBS volumes, unused Elastic IPs, and idle load balancers
  3. 3Compares current on-demand spend against Reserved Instance and Savings Plan rates
  4. 4Identifies over-provisioned RDS instances and Lambda memory configurations
  5. 5Ranks findings by estimated monthly savings with specific resource IDs
OUTPUT

Prioritized list of cost issues with resource identifiers, estimated savings per item, and recommended remediation steps

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AWS accountAWS credentials (access key and secret, or IAM role) with read access to Cost Explorer, EC2, RDS, and related services