Agent skill · Security

azure-cost

Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: \"Azure costs\", \"Azure bill\", \"cost breakdown\", \"how much am I spending\", \"forecast spending\", \"optimize costs\", \"reduce spending\", \"orphaned resources\", \"rightsize VMs\", \"cost spike\", \"reduce storage costs\", \"AKS cost\". DO NOT USE FOR: deploying resources, provisioning, diagnostics, or security audits.

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeMIT
Install
npx skills add microsoft/azure-skills --skill azure-cost --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 23
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.3.1
Declared author: Microsoft
Path: skills/azure-cost/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure Cost Management Skill Query historical costs, forecast future spending, optimize to reduce waste. ## Routing | User Intent | Workflow | |-------------|----------| | Understand current costs | [Cost Query](cost-query/workflow.md) | | Reduce costs / find waste | [Cost Optimization](cost-optimization/workflow.md) | | Project future costs | [Cost Forecast](cost-forecast/workflow.md) | ## Quick Reference | Property | Value | |----------|-------| | **Query API** | `POST {scope}/providers/Microsoft.CostManagement/query?api-version=2023-11-01` | | **Forecast API** | `POST {scope}/providers/Microsoft.CostManagement/forecast?api-version=2023-11-01` | | **Required Role** | Cost Management Reader + Monitoring Reader + Reader (on target scope) | ## Scope Patterns - Subscription: `/subscriptions/<id>` - Resource Group: `/subscriptions/<id>/resourceGroups/<name>` - Management Group: `/providers/Microsoft.Management/managementGroups/<id>` - Billing Account: `/providers/Microsoft.Billing/billingAccounts/<id>` ## Service-Specific Optimization - [Redis](cost-optimization/services/redis/azure-cache-for-redis.md) - [Storage](cost-optimization/services/storage/azure-storage.md) ## References - [

What's inside
Steps it walks through
  1. Routing
  2. Quick Reference
  3. Scope Patterns
  4. Service-Specific Optimization
  5. References
Ships with 22 files
  • cost-forecast/error-handling.md
  • cost-forecast/examples.md
  • cost-forecast/guardrails.md
  • cost-forecast/request-body-schema.md
  • cost-forecast/workflow.md
  • cost-optimization/auth-best-practices.md
  • cost-optimization/azure-aks-anomalies.md
  • cost-optimization/azure-aks-cost-addon.md
  • cost-optimization/azure-quick-review.md
  • cost-optimization/azure-resource-graph.md
  • cost-optimization/report-template.md
  • cost-optimization/sdk/azure-resource-manager-redis-dotnet.md
  • cost-optimization/services/redis/azure-cache-for-redis.md
  • cost-optimization/services/storage/azure-storage.md
  • cost-optimization/workflow.md
  • cost-query/dimensions-by-scope.md
  • cost-query/error-handling.md
  • cost-query/examples.md
  • cost-query/guardrails.md
  • cost-query/request-body-schema.md
  • cost-query/workflow.md
  • references/tools-and-best-practices.md
More from azure-skills
All skills →
About this skill
What does the azure-cost skill do?

Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: \"Azure costs\", \"Azure bill\", \"cost breakdown\", \"how much am I spending\", \"forecast spending\", \"optimize costs\", \"reduce spending\", \"orphaned resources\", \"rightsize VMs\", \"cost spike\", \"reduce storage costs\", \"AKS cost\". DO NOT USE FOR: deploying resources, provisioning, diagnostics, or security audits.

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-cost --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going