prajapatimehul

Claude AWS Cost Saver — DevOps skill for Claude Code

DevOps community

Claude Code plugin that finds AWS cost savings.

How to install Claude AWS Cost Saver

This entry records only its repository, not the path inside it, so there is no exact command to give. Open prajapatimehul/claude-aws-cost-saver and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude AWS Cost Saver does

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

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Skill Claw — OpenClaw instance administration — manage hosts across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox 2.8k ★
  • AWS Skills Pack — AWS cloud services skills 1.6k ★

README

AWS Cost Saver

[![GitHub stars](https://img.shields.io/github/stars/prajapatimehul/claude-aws-cost-saver?style=social)](https://github.com/prajapatimehul/claude-aws-cost-saver/stargazers) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/prajapatimehul/claude-aws-cost-saver/pulls) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-5C4EE5)](https://code.claude.com) [![Plugin Version](https://img.shields.io/badge/version-2.1.0-blue.svg)](https://github.com/prajapatimehul/claude-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`](plugins/aws-cost-saver/.mcp.json) as a template. Skills live under [`plugins/aws-cost-saver/skills/`](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.