💲
DataTypeScript

Azure Prices

by Code-and-Sorts

Azure Prices is a Data skill for Claude Code, published by Code-and-Sorts in awesome-copilot-agents.

561 stars92 forkson Code-and-Sorts/awesome-copilot-agentsAdded 2026/08/25Repository updated 2026/04/29
agent-skillsai-agentsawesomeawesome-listcopilot-instructionscopilot-promptingcustom-agentsgithub-copilotmcpprompt-engineeringvscode-copilot-chat
Install in seconds
Install Azure Prices
Copy Azure Prices into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/skills/cloud/azure-prices ~/.claude/skills/azure-prices

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Code-and-Sorts/awesome-copilot-agents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/cloud/azure-prices/SKILL.md in Code-and-Sorts/awesome-copilot-agents
Installs to
~/.claude/skills/azure-prices
Collection
One of 4 skills cataloged from this repository
Category
Data668 skills

What Azure Prices does

Azure Prices fetches and compares live Azure service pricing from the Azure Retail Prices API using bundled scripts. Use it to check costs, compare regions, or find the cheapest Azure service option.

Azure Prices is cataloged under Data on DirSkills. Azure Prices comes from a repository tagged agent-skills, ai-agents, awesome, awesome-list and copilot-instructions.

Documentation

README

Azure Prices

Fetch and compare live Azure service pricing using the bundled scripts that call the Azure Retail Prices API.

Execution Rules

Always use the bundled npm script for price lookups and comparisons when terminal execution is available.

DO NOT call the Azure Retail Prices API directly. You can only use the script to call the API.

Scripts

All scripts live in ./scripts/ and run via npm:

# List sample service names (discover what's available)
npm run --prefix ./scripts get-prices

# Get prices for a service in a region (default region: eastus)
npm run --prefix ./scripts get-prices -- "Virtual Machines" eastus

The script accepts two positional arguments:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Azure Prices

  • What else does Code-and-Sorts publish alongside Azure Prices?

    Azure Prices is one of 4 skills that DirSkills catalogs from Code-and-Sorts/awesome-copilot-agents, the repository it ships in. Its siblings there include Az CLI, Calculator and Jira CLI. Each one is a separate skill with its own page in this directory, installs the same way Azure Prices does, and is maintained by Code-and-Sorts in that same repository. The rest of the collection is listed on the Code-and-Sorts/awesome-copilot-agents page.

  • How does Azure Prices compare to other Data skills?

    Azure Prices ranks #568 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Azure Prices against them. Open each page to compare what they document and how they install.