Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add WYRE-AI/msp-claude-plugins --skill cloud-cost-managementgit clone --depth 1 https://github.com/WYRE-AI/msp-claude-pluginsWrote 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.
[](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/cloud-cost-management)<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/cloud-cost-management"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/cloud-cost-management/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.
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/cloud-cost-management"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/cloud-cost-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00103 | $0.01841 |
| Opus 5 | $0.00051 | $0.00920 |
| Sonnet 5 | $0.00021 | $0.00368 |
| Haiku 4.5 | $0.00010 | $0.00184 |
Grade A, and why
Cloud Cost Management scanned grade A with 0 findings 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 6d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cloud Cost Management
Overview
Cloud cost management here means two things: catching spend that changed unexpectedly, and finding spend that shouldn't exist at all (a resource nobody is using but that's still billing). Both are about protecting margin on infrastructure that's easy to lose track of once it's provisioned — this skill treats "the bill went up" and "we're paying for something idle" as related but distinct findings, and reports them separately.
This is spend on the infrastructure substrate itself (compute, storage,
managed databases, networking). It is not PSA/contract billing
reconciliation (see finance-pack) — this skill is about what the cloud
platform itself is charging, not what the MSP bills the client for it.
Anti-triggers
- Azure retail pricing and inventory lookups — meter rates, quota
headroom, and subscription/resource-group listings are the connector's own
read-only surface; use
azure-mcp-cost-and-capacity. This skill consumes those numbers to find anomalies and reclaimable spend. - The raw metric or log query behind a spend signal — use
azure-mcp-observabilityfor the monitor and log surface itself.
Discovering available tools first
Never assume which cloud platform is connected:
- Call
conduit__search_toolswith a query like"cost","pricing","billing", or"list droplets"to discover which cloud platform connector(s) are live and their actual tool names (e.g.azure-mcp__pricing,azure-mcp__monitor,azure-mcp__group_resource_list,digitalocean__list_droplets,digitalocean__list_databases,digitalocean__list_volumes,digitalocean__list_load_balancers). - More than one cloud platform can be connected — cover all of them.
- Only call concrete tools that discovery actually returned. Not every
connected platform exposes a first-class billing API through its MCP
surface — where cost data isn't directly available, build the cost view
from resource inventory and known pricing (
azure-mcp__pricing) instead, and say explicitly that it's a derived estimate, not a billed figure.
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.
- 6d ago First seen · 166 lines · 103 tokens per session scan A 80ab0ce742c6
Cloud Cost Management is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 7d ago), licensed Apache-2.0. It adds 103 tokens to every session and 1,841 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
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.
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…
finance-financial-statements
A financial-reporting assistant for preparing statements under K-IFRS, the Korean version of international financial reporting standards. It covers the balance sheet, income statement, cash-flow statement, statement of changes in equity, notes, and financial-ratio analysis.
finance-close-management
A guide for monthly, quarterly, and annual accounting close, meaning the work of finalizing records for a reporting period. It covers closing checklists, payroll and social-insurance reconciliation, tax dates, and K-IFRS closing entries.
analyze-costs
Analyze cloud costs, find optimization opportunities, and track anomalies using Harness CCM via MCP. Use when user says "cloud costs", "analyze costs", "cost optimization", "reduce spending", "cost report", or asks about cloud bills.
finance-personal-tax-saver
A guide for employees in South Korea to reduce their yearly income-tax bill through 연말정산, the annual process that reconciles payroll taxes and may produce a refund.