From azure-toolkit
Analyzes Azure costs via CLI queries and recommends optimizations like reserved instances, rightsizing VMs/databases, spot instances, and unused resource cleanup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-toolkit:azure-cost-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze Azure costs and implement optimization strategies to reduce spending while maintaining performance.
Analyze Azure costs and implement optimization strategies to reduce spending while maintaining performance.
# 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 \
--type Usage \
--dataset-grouping name="ServiceName" type="Dimension"
Check for unused resources:
Review resource utilization:
Reserved Instances:
Azure Hybrid Benefit:
Rightsizing:
Spot VMs:
For detailed information, see:
npx claudepluginhub p/armanzeroeight-azure-toolkit-plugins-azure-toolkitAnalyzes Azure subscriptions to identify and quantify cost savings via orphaned resource cleanup, VM rightsizing, utilization metrics, and optimization recommendations.
Optimizes cloud costs across AWS, Azure, and GCP through rightsizing, tagging, reserved instances, and spending analysis. Includes pricing models and governance policies.
Manages Azure costs using CLI tools for Advisor recommendations, budgets, anomaly alerts, savings plans, reservations, exports, and commitment discounts.