Azure-Region-Advisor: Skill for Claude Code

.claude/skills/azure-pricing/SKILL.md

azure-pricing is a skill for Claude Code from emrgcl/Azure-Region-Advisor. It costs 98 tokens per session (808 once invoked), scanned A, original, MIT.

A tool for looking up current Azure retail prices, including virtual-machine rates by region, operating system, currency, and reservation option. Azure is Microsoft's cloud-computing platform.

In plain words
What is it for?
It is for estimating Azure costs and comparing VM prices across regions, currencies, Spot pricing, and one- or three-year reservations.
Why use it?
It removes the need to search Azure's pricing catalogue manually or work out which service and SKU match a pricing question.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: positional $N argument.

This is emrgcl/Azure-Region-Advisor's own configuration. It tells Claude Code how to work on Azure-Region-Advisor itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Azure-Region-Advisor configures →

Reuse

Borrowing it

Nothing to install: this file belongs to emrgcl/Azure-Region-Advisor. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/emrgcl/Azure-Region-Advisor/main/.claude/skills/azure-pricing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/emrgcl/Azure-Region-Advisor

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-pricing

README.md
[![agentmods](https://agentmods.dev/badge/skills/emrgcl/azure-region-advisor/azure-pricing/github.svg)](https://agentmods.dev/skills/emrgcl/azure-region-advisor/azure-pricing)
Your own site
<a href="https://agentmods.dev/skills/emrgcl/azure-region-advisor/azure-pricing"><img src="https://agentmods.dev/badge/skills/emrgcl/azure-region-advisor/azure-pricing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azure-pricing

Your own site · 80×15
<a href="https://agentmods.dev/skills/emrgcl/azure-region-advisor/azure-pricing"><img src="https://agentmods.dev/badge/skills/emrgcl/azure-region-advisor/azure-pricing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 808 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.00808
Opus 5 $0.00049 $0.00404
Sonnet 5 $0.00020 $0.00162
Haiku 4.5 $0.00010 $0.00081

Measured 10d ago against content hash 3a4eee450544, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

azure-pricing scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/query_vm_pricing.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Run the Python script** - MANDATORY, do not use curl
.claude/skills/azure-pricing/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Azure Pricing Skill

Query Azure retail prices via https://prices.azure.com/api/retail/prices

Scripts are located under scripts folder

Workflow

  1. Parse user query - Extract SKU name
  2. Run the Python script - MANDATORY, do not use curl
  3. Display the FULL output - Both tables must be shown

CRITICAL: Always Use the Python Script

DO NOT use curl or manual API calls. ALWAYS run this command:

On Linux/Mac:

python3 scripts/query_vm_pricing.py --sku Standard_D48as_v6

On Windows:

python scripts\query_vm_pricing.py --sku Standard_D48as_v6

The script outputs TWO sections - you must display BOTH:

  1. Summary table (all regions)
  2. Cost analysis (cheapest vs most expensive with savings)

Options:

  • --sku - VM SKU name (required, e.g., Standard_D48as_v6)
  • --currency - Currency code (default: USD)
  • --regions - Comma-separated list of specific regions (optional)

Required Output Format

The script produces TWO sections that MUST both be displayed:

Section 1: Summary Table (All Regions)

Sorted by Linux hourly price (ascending):

Region Linux (Win+AHB)/hr Windows/hr Spot/hr 1yr Reserved 3yr Reserved
eastus $2.304 $3.120 $0.461 $1.456 $0.982
...

Notes:

  • Linux and Windows with Azure Hybrid Benefit share the same compute price
  • Spot prices vary based on demand and can be evicted

Section 2: Cost Analysis (8,760 hrs/year)

Cheapest Region: {region}

Price Type Hourly Annual

Most Expensive Region: {region}

Price Type Hourly Annual

Annual Savings (Cheapest vs Most Expensive)

Price Type Cheapest Annual Expensive Annual Savings % Saved

IMPORTANT: Always show BOTH sections. Do not truncate or summarize.

Read the full file on GitHub · 95 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 95 lines · 98 tokens per session scan A 3a4eee450544

Subscribe to this mod's changes

azure-pricing is a skill published in the GitHub repository emrgcl/Azure-Region-Advisor (0 stars, last pushed 7mo ago), licensed MIT. It adds 98 tokens to every session and 808 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

aws-cost-cleanup

Automated cleanup of unused AWS resources to reduce costs.

sickn33/agentic-awesome-skills · 15 tokens

aws-cost-operations

AWS cost optimization, monitoring, and operational excellence expert. Use when analyzing AWS bills, estimating costs, setting up CloudWatch alarms, querying logs, auditing CloudTrail activity, or assessing security posture.

sickn33/agentic-awesome-skills · 44 tokens

azure-compute

Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost…

microsoft/skills · 154 tokens

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…

microsoft/skills · 94 tokens

cost-optimization

Audit and reduce infrastructure and tooling costs without sacrificing reliability or velocity. Use this skill when reviewing monthly cloud or SaaS spend, finding unused resources, rightsizing infrastructure, negotiating vendor contracts, deciding what to consolidate, or planning for budget cuts. Triggers on cost…

rampstackco/claude-skills · 101 tokens

compute-resell

Autonomous compute-reselling agent on Surplus Intelligence - resells free or low-cost provider compute across Bankr, AWS Bedrock, and Google Vertex (GCP) as one skill. Reads the live market + your cost + your usage, auto-lists your models per enabled provider, and reactively prices each offer to win routing within a…

aeonfun/aeon · 83 tokens