Aws Inventory banner
aquavis12 aquavis12

Aws Inventory

DevOps community

Description

--- name: aws-inventory description: Scan your AWS account and generate a formatted Excel infrastructure inventory report. --- Run the `aws-inventory` skill against the AWS account currently authenticated in this shell. Usage patterns this command should handle: - `/aws-inventory` → ask for scan mode and region scope, then run - `/aws-inventory full` → full scan, all regions - `/aws-inventory quick us-east-1` → quick scan, single region - `/aws-inventory category Security` → category scan of a

Installation

Installs to ~/.claude/skills/aquavis12-aws-inventory-plugin-aws-inventory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aquavis12-aws-inventory-plugin-aws-inventory && curl -fsSL https://raw.githubusercontent.com/aquavis12/aws-inventory-plugin/HEAD/commands/aws-inventory.md -o ~/.claude/skills/aquavis12-aws-inventory-plugin-aws-inventory/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository