claudeers.
// Claude Plugins

claude-aws-cost-saver

Claude Code plugin that finds AWS cost savings. 163 checks across EC2, RDS, S3, Lambda, and 30+ services.

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up claude-aws-cost-saver (git-clone project) into my current project.
Found on https://claudeers.com/claude-aws-cost-saver
Repo: https://github.com/prajapatimehul/claude-aws-cost-saver
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/prajapatimehul/claude-aws-cost-saver
Category: plugins. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/prajapatimehul/claude-aws-cost-saver

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

AWS Cost Saver

Find what's wasting money in your AWS account.

You: "Scan my AWS for cost savings"
Claude: Found 8 issues. Potential savings: $340/month

Installation

The plugin ships with both a .claude-plugin/plugin.json (Claude Code) and a .codex-plugin/plugin.json (Codex) manifest, so the same source tree installs cleanly into either agent.

Claude Code

/plugin marketplace add prajapatimehul/claude-aws-cost-saver
/plugin install aws-cost-saver@aws-cost-saver-marketplace

Or interactively: /plugin → Marketplaces → Add Marketplace → prajapatimehul/claude-aws-cost-saver.

Codex

codex plugin marketplace add prajapatimehul/claude-aws-cost-saver

Then launch Codex and run /plugins to browse and install aws-cost-saver.

Other agents (MCP only)

Any agent that supports MCP can wire the AWS API server directly using plugins/aws-cost-saver/.mcp.json as a template. Skills live under plugins/aws-cost-saver/skills/ and can be loaded as plain Markdown.

Quick Start

/aws-cost-saver:scan

Or just ask: Scan my AWS account for cost savings

Requirements: AWS credentials configured (aws configure or SSO), uv installed.

This tool only reads data — it never modifies or deletes anything. A PreToolUse hook enforces a read-only allowlist: only describe-/get-/list-/lookup-/search- style AWS CLI operations are permitted, and everything else is denied by default.

Features

  • 180 checks across EC2, RDS, S3, Lambda, ECS, EKS, Aurora, SageMaker, and 30+ services
  • Parallel scanning - 11 domain agents run simultaneously
  • Confidence scoring - filters false positives
  • Real pricing - uses AWS Cost Explorer
  • Markdown reports - clean, actionable output

What's included

Commands (slash)

CommandDescription
/aws-cost-saver:scanFull cost optimization scan across 11 domains

Skills (auto-loaded)

SkillDescription
reviewing-findingsConfidence-scored review; filters false positives
validating-aws-pricingMandatory Pricing-API/verified-table sanity check before reporting

Subagent

aws-cost-saver:aws-cost-saver — domain-scoped scanner. Invoke 11 in parallel (one per domain) for a full account audit.

MCP server

The plugin pre-wires the AWS API MCP server in .mcp.json, launched via uvx from scripts/start-mcp.sh. A PreToolUse hook in hooks/hooks.json (backed by scripts/guard_readonly.py) denies every non-read AWS CLI operation, keeping every scan read-only by default.

CLI

The repository also ships a standalone Python CLI (main.py) usable without a coding agent:

python main.py checks                       # list all 180 checks
python main.py check EC2-001                # detail for one check
python main.py scan-info                    # show the AWS CLI commands a scan runs
python main.py spend-hotspots --profile X   # rank scan order by real spend (Cost Explorer)
python main.py report --findings findings.json

Demo

Results

Scan results - findings and savings

Before & After

60% cost reduction - $105/day to $42/day Real AWS account: $105/day → $42/day after running the scanner

How it works

Step 1: Choose compliance requirements

Scan step 1 - Compliance selection

Step 2: Parallel agents scan your account

Scan step 2 - Parallel domain scanning


Domains & Checks

DomainChecksKey Areas
Compute28EC2 idle/over-provisioned, Compute Optimizer ML, Cost Optimization Hub, EBS, GP2→GP3
Storage24S3 lifecycle, CloudWatch Logs, snapshots, Secrets Manager
Database17RDS idle/over-provisioned, extended support, Valkey migration, RI coverage
Networking19Unused EIPs, NAT, public IPv4, data transfer, VPC endpoints
Serverless11Lambda memory, unused functions, SQS provisioned-mode idle
Reservations13RI/SP/Database SP coverage, purchase recommendations
Containers17ECS/EKS idle, extended support versions, Fargate, Spot, ECR lifecycle
Advanced DBs18Aurora, DocumentDB, Neptune, Redshift
Analytics15SageMaker, EMR, OpenSearch
Data Pipelines12Kinesis, MSK, Glue
Storage Advanced6FSx, AWS Backup

Troubleshooting

"MCP server not found" — Install uv: curl -LsSf https://astral.sh/uv/install.sh | sh

"AWS credentials not configured" — Run aws configure or aws sso login

"Access Denied" — Use ReadOnlyAccess policy or check permissions

License

MIT

// faq

What is claude-aws-cost-saver?

Claude Code plugin that finds AWS cost savings. 163 checks across EC2, RDS, S3, Lambda, and 30+ services.. It is open-source on GitHub.

Is claude-aws-cost-saver free to use?

claude-aws-cost-saver is open-source under the MIT license, so it is free to use.

What category does claude-aws-cost-saver belong to?

claude-aws-cost-saver is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
22 stars
unclaimed
updated about 1 hour ago

// embed badge

claude-aws-cost-saver on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-aws-cost-saver.svg)](https://claudeers.com/claude-aws-cost-saver)

// retro hit counter

claude-aws-cost-saver hit counter
[![Hits](https://claudeers.com/api/counter/claude-aws-cost-saver.svg)](https://claudeers.com/claude-aws-cost-saver)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/203,096[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python141,574[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python47,363Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python34,276Apache-2.0[ claude ]
→ see how claude-aws-cost-saver connects across the ecosystem