Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Azure Cost ManagementSkill
Summary
Microsoft's official Azure skill for cost work: query historical spend, forecast it, and hunt down waste like orphaned disks and oversized VMs.
Features
- Routes between cost query, optimization and forecast workflows
- Azure Cost Management query and forecast APIs with correct api-version
- Handles subscription, resource group, management group and billing account scopes
- Waste hunting: orphaned resources, VM rightsizing, AKS and storage spend
- Service-specific playbooks for Azure Cache for Redis and Azure Storage
- States the exact RBAC roles required before it starts
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Break down last month's Azure spend for subscription X by service, then show me the three biggest sources of waste and what deleting them would save.
Description
azure-cost is one of the skills in microsoft/azure-skills, Microsoft's official
agent plugin for Azure. It handles the money side of a subscription, and it is built as a router
rather than one long prompt: the skill classifies what you are asking for and then loads only the
workflow file that matches.
Three workflows
- Cost Query — what am I spending, broken down how. Backed by
POST {scope}/providers/Microsoft.CostManagement/query.
- Cost Optimization — where is the waste. This is the interesting one: orphaned resources,
oversized VMs, AKS spend, storage tiering, and service-specific playbooks for Azure Cache for
Redis and Azure Storage.
- Cost Forecast — what will I spend, via the Cost Management
forecastAPI.
Scopes. Every query runs against an explicit scope, and the skill knows all four shapes:
subscription, resource group, management group and billing account. That matters because a cost
figure without a scope is meaningless, and getting the scope string wrong is the usual reason these
API calls fail.
Permissions. Cost Management Reader plus Monitoring Reader plus Reader on the target scope. The
skill states this up front rather than letting an agent discover it through a 403.
What it deliberately does not do. Deploying or provisioning resources, diagnostics, and security
audits are other skills in the same plugin — the description tells the agent to route elsewhere for
those, which keeps it from being loaded on every Azure question.
MIT licensed, authored by Microsoft, and installable as part of the azure-skills plugin.
Related Skills
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.