azure-cost-optimizer

Installation
SKILL.md

Azure Cost Optimizer

Quick Start

Analyze Azure costs and implement optimization strategies to reduce spending while maintaining performance.

Instructions

Step 1: Analyze current costs

# View cost analysis
az cost-management query \
  --type Usage \
  --dataset-aggregation name="PreTaxCost" function="Sum" \
  --dataset-grouping name="ResourceGroup" type="Dimension"

# View costs by service
az cost-management query \
Related skills

More from armanzeroeight/fastagent-plugins

Installs
6
GitHub Stars
27
First Seen
Feb 4, 2026