By ahmadabdalla
Estimate Azure resource costs in real-time using the Retail Prices API. Supports cost assessment for architectures, deployment plans, and resource requirements, returning detailed estimates in chat.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Real-time Azure cost estimation using the public Azure Retail Prices API. Works with any agent in the skills.sh ecosystem. All prices come from live API lookups. No Azure subscription required.
Run inside a Copilot CLI or Claude Code session.
/plugin marketplace add ahmadabdalla/plugins
/plugin install azure-cost-calculator@ahmadabdalla-plugins
Plugin install pulls from versioned releases with changelog tracking and update control. For the full plugin install/uninstall/update guide, see Plugin Management.
npx (works with any agent):
npx skills add ahmadabdalla/azure-cost-calculator-skill
Don't have
npx? Install Node.js (which includesnpmandnpx), or runnpm install -g skillsfirst then useskills add ahmadabdalla/azure-cost-calculator-skill.
The npx method pulls the latest from the
mainbranch directly; it always gets the current stable content but without version pinning or rollback.
Ask about Azure costs in natural language. The skill activates automatically.
How much does a D4s v5 VM cost per month in East US?
Compare App Service pricing tiers for a production web app
Estimate a Standard_B2s VM with a P30 managed disk in Australia East in AUD
What's the cost of a General Purpose SQL Database with 4 vCores in West Europe in EUR?
How much would Azure Cosmos DB with 1000 RU/s and 100 GB storage cost?
Planning a larger architecture? Start with:
I'd like to perform a cost analysis on an Azure architecture. What do I need to consider to get consistent results?
The agent will walk you through the key parameters that affect pricing accuracy. For the full guide on writing prompts that produce deterministic estimates, see the Usage Guide.
The skill uses service reference files as an index. Each file contains exact API filter values as declarative Key: Value parameters, cost formulas, and traps. The agent reads the matching file, translates the parameters to the detected runtime (Bash or PowerShell), runs the pricing script against the live API, and presents a structured estimate.
The skill optimises for two goals:
Other design goals:
Note: Targets measured via A/B testing with clean-context sessions against complex Azure architectures. Tested with Claude Opus 4.6 and Gemini Pro 3. Results with other models may vary.
References load on demand, keeping token usage low even for 10+ service estimates.
210+ Azure services are mapped across 18 categories (Compute, Databases, Networking, Storage, Security, Monitoring, Integration, AI + ML, and more). 110+ services have full reference files with documented query patterns. For services without a reference file, the skill includes an exploration script that searches the live API to find the right filters automatically.
If you query a service and the skill falls back to discovery mode, that's a signal we're missing a reference file. Please open an issue with the service name rather than accepting the best-effort result. Even if the estimate looked correct this time, the next user (or the next API change) may not get the same result. Issues help us prioritise which reference files to add next.
npx claudepluginhub ahmadabdalla/plugins --plugin azure-cost-calculatorA curated collection of production-ready agentic skills for Microsoft Azure development. Installs 193+ skills covering Azure compute, data, AI/ML, networking, security, and management services. Built from Microsoft Learn documentation and following the Agent Skills open standard.
Optimize cloud costs and generate cost reports
Microsoft Azure MCP integration for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Claude Code.
Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend (multi-provider, model-agnostic).
Azure service configuration and deployment automation
Azure MCP Server integration for 40+ Azure services with Azure CLI authentication.