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.
Helps estimate and calculate Azure resource costs. Use this skill when users ask about Azure pricing, cost estimation, resource sizing costs, comparing pricing tiers, budgeting for Azure deployments, or understanding Azure billing. Triggers include questions like "how much will this cost in Azure", "estimate Azure costs", "compare Azure pricing", "budget for Azure resources".
Manages Azure costs using CLI tools for Advisor recommendations, budgets, anomaly alerts, savings plans, reservations, exports, and commitment discounts.