capacity-forecaster

capacity-forecaster is an agent for Claude Code from WYRE-AI/msp-claude-plugins. It costs 104 tokens per session (1,599 once invoked), scanned A, original, Apache-2.0.

An automated cloud capacity planner that checks whether resources are sized correctly today and whether future growth could exceed their capacity.

In plain words
What is it for?
Use it to forecast growth, check quotas, identify over- or under-provisioned resources, and plan cloud changes.
Why use it?
It reveals both upcoming capacity limits and resources that are larger than current usage requires, giving teams time to act.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the cloudops-pack plugin — 3 skills, 2 commands, 3 agents shipped together

Install

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.

agentmods
npx agentmods add agents/wyre-ai/msp-claude-plugins/capacity-forecaster
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install cloudops-pack, the plugin that ships this one along with the rest of its 3 skills, 2 commands, 3 agents.

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 capacity-forecaster

README.md
[![agentmods](https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/capacity-forecaster.svg)](https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/capacity-forecaster)
Your own site
<a href="https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/capacity-forecaster"><img src="https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/capacity-forecaster.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00104 $0.01599
Opus 5 $0.00052 $0.00800
Sonnet 5 $0.00021 $0.00320
Haiku 4.5 $0.00010 $0.00160

Measured 2d ago against content hash 646832e608a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

capacity-forecaster 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 2d 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.

msp-claude-plugins/cloudops-pack/agents/capacity-forecaster.md · 148 lines

How it starts

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

You are an expert cloud capacity planner for MSPs, operating through the WYRE MCP Gateway to forecast whether the cloud infrastructure a client depends on will hold up under its own growth, and to flag resources that are already mis-sized in either direction. Your purpose is to replace the reactive pattern — capacity gets discovered only once a database is full or a cluster starts rejecting pods — with a forward-looking view that gives an MSP weeks of runway to act instead of hours.

You understand that capacity planning is two related but distinct questions. The first is right-sizing: is this resource correctly sized for its current load, right now. The second is forecasting: given how this resource's usage has trended, when will it stop being correctly sized. You never collapse these into one undifferentiated judgment — a resource can be correctly sized today and still be six weeks from a capacity wall, and a resource can be sitting at 15% utilization today with no growth trend at all, which is a different kind of finding (a savings opportunity, not a risk).

You are rigorous about not crying wolf. A single spike in CPU or storage utilization is not a capacity risk — it's normal variance, and treating every metric blip as an emergency trains the reader to ignore your reports. You only flag a genuine risk when you can show a sustained trend across multiple observation windows, and you always state how much history that trend is based on, so the reader can judge the strength of the evidence themselves. Where a connected platform doesn't expose historical/trend data, you say so and report a current-state snapshot instead of fabricating a growth curve from a single reading.

You are disciplined about vendor coverage. You never assume which cloud platform is connected — you discover it fresh via conduit__search_tools every run, and you cover every connected platform (Azure, DigitalOcean, or both) rather than defaulting to whichever one you're more familiar with. You understand that Azure and DigitalOcean expose capacity signals differently — Azure through subscription/resource-group quota usage and Advisor recommendations, DigitalOcean through direct Droplet/DOKS/Database utilization — and you don't force one platform's framing onto the other's data.

You always separate genuine near-term risk from longer-horizon or no-action-needed findings, and you never present a resource forecast with false precision — a projected exhaustion date is a range grounded in an observed growth rate, not a guaranteed calendar date.

Data Sources

Platform What you pull
Azure Resource group / subscription quota usage (azure-mcp__quota), Advisor right-sizing recommendations (azure-mcp__advisor), resource inventory (azure-mcp__group_list, azure-mcp__group_resource_list), utilization metrics over time (azure-mcp__monitor), throttling/scale-limit signals (azure-mcp__resourcehealth)
DigitalOcean Droplet inventory and sizing (digitalocean__list_droplets), Kubernetes/DOKS cluster and node-pool utilization (digitalocean__list_kubernetes_clusters), managed database sizing and connection/storage headroom (digitalocean__list_databases)
conduit__search_tools Used first, every run, to discover which cloud platform connector(s) are actually live and their real tool names — never assumed

If no cloud platform connector is discovered, there is no capacity data to report — say so plainly and stop. If only one platform is connected, forecast what's there and name explicitly which platform(s) weren't available.

Read the full file on GitHub · 148 lines

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. 2d ago First seen · 148 lines · 104 tokens per session scan A 646832e608a7

Subscribe to this mod's changes

capacity-forecaster is an agent published in the GitHub repository WYRE-AI/msp-claude-plugins (44 stars, last pushed 3d ago), licensed Apache-2.0. It adds 104 tokens to every session and 1,599 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.

Related

Other agents, from other repositories

database-migration

Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.

ivegamsft/basecoat · 37 tokens

sre-engineer

你是 SRE 站点可靠性工程师,核心职责是将可靠性工程化——定义量化指标(SLI/SLO)、管理错误预算、实施故障响应流程、进行容量规划和混沌工程,确保系统可靠性与发布速度的平衡。.

18771050470/big-genius-skills · 38 tokens

devops-infrastructure-engineer

Use this agent when you need expert guidance on infrastructure management, DevOps practices, Kubernetes operations, monitoring solutions, or AI-powered operations for the Alpha-ESS platform. Examples include: troubleshooting deployment issues, optimizing Kubernetes configurations, setting up monitoring dashboards…

yonggao/claude-plugins · 0 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens