api-patterns
3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server — there is no shared mcp.3cx.com),…
Error-budget and burn-rate assessment from whatever observability tools (Sentry, Datadog, Grafana, BetterStack) are connected: SLI, SLO, error budget, and burn rate applied practically, how to compute burn rate from available SLI data and the thresholds that make it actionable,
$ npx -y skills add wyre-technology/msp-claude-plugins --skill error-budget-tracking --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/error-budget-trackingContext preview
The summary Claude sees to decide when to auto-load this skill.
Error-budget and burn-rate assessment from whatever observability tools (Sentry, Datadog, Grafana, BetterStack) are connected: SLI, SLO, error budget, and burn rate applied practically, how to compute burn rate from available SLI data and the thresholds that make it actionable,
name: "Error Budget Tracking" description: > Error-budget and burn-rate assessment from whatever observability tools (Sentry, Datadog, Grafana, BetterStack) are connected: SLI, SLO, error budget, and burn rate applied practically, how to compute burn rate from available SLI data and the thresholds that make it actionable, what separates a budget-threatening trend from noise, and the fallback to raw trend reporting against a trailing baseline when no formal SLO is defined. when_to_use: >- When assessing whether a service is burning through its error budget too fast, reviewing uptime or error-rate trends, or reporting reliability status against an SLO. Use when: error budget, burn rate, SLO status, reliability scorecard, uptime review, are we meeting our SLOs, error rate trend, how reliable is this service.
An error budget turns "is this service reliable enough" from a vague feeling into a number: given a target (e.g., 99.9% uptime, or a max acceptable error rate), the budget is the amount of unreliability you're allowed before you've spent it. Burn rate is how fast you're spending it. This skill computes both from whatever observability data is actually available, and — just as importantly — knows when there isn't enough to compute a formal burn rate at all, and falls back to something honest instead of a fabricated number.
target on a client agreement is a different measurement from an SLO burn rate; use `sla-escalation-playbooks` in ops-pack.
already calculated by the platform; use `pagerduty-analytics`.
monitor groups are `betterstack-monitors`.
This pack is cross-vendor. Before pulling any observability data:
1. Call `conduit__search_tools` to discover which observability connectors are live — Sentry (error rate/issue volume), Datadog or Grafana (uptime/latency SLIs, dashboards, monitors), BetterStack (uptime checks, status pages). Tool names follow `<vendor-slug>__<tool_name>`, e.g. `sentry__list_issues`, `datadog__list_monitors`, `betterstack__list_monitors`. 2. Also check whether an SLO is formally defined anywhere reachable (a Datadog/Grafana SLO object, a documented target) versus needing to be inferred or asked for. 3. Only call the concrete tools discovery returns. If no observability connector at all is available, say so — there is no data to compute reliability trend from, formal or informal.
uptime percentage, latency percentile. This is what the observability tool actually reports.
e.g. "99.9% uptime over 30 days" or "error rate under 0.1% over 7 days."
99.9% over 30 days, the budget is roughly 43 minutes of downtime (or equivalent error volume) for the period. Budget remaining = allowed failure minus failure incurred so far in the period.
pace that would exactly exhaust it by period end. A burn rate of 1.0 means "on pace to exactly exhaust the budget at period end." A burn rate meaningfully above 1.0 (commonly used thresholds: 2x sustained, or a sharp spike like 10x+ over a short window) signals the budget will be exhausted before the period ends if the current pace continues.
The formal calculation needs three things: a defined SLO target, a measurement period, and current SLI data over that period. When all three are available:
1. Compute allowed-failure budget for the period from the SLO target. 2. Compute actual failure incurred so far in the period from the SLI data (error count/rate from Sentry, downtime from Datadog/Grafana/BetterStack uptime checks). 3. Burn rate ≈ (budget consumed so far / budget that should be consumed at this point in the period if pace were even). A value materially above 1.0 means the budget is being spent faster than a linear pace would allow. 4. State the formula and the source data explicitly in the output — a burn rate number without its inputs isn't verifiable or useful to challenge.
Not every error spike or downtime blip threatens the budget. Distinguish:
fraction of the total budget for the period (e.g., a 2-minute blip against a 43-minute monthly budget). Worth noting, not escalating.
above 1.0 sustained over hours, not minutes), or a single event large enough to consume a significant fraction of the remaining period budget in one incident. Both warrant escalation — the first because it will exhaust the budget on the current trajectory, the second because it already has.
A single data point is never enough to call something a trend — look at the trajectory over at least several data points or a meaningful fraction of the measurement window before characterizing something as budget-threatening rather than a transient blip.
Most connected services will not have a formally defined SLO object sitting in Datadog or Grafana, and that's normal, not a failure state. When no SLO target is discoverable and the user hasn't stated one:
1. **Do not fabricate a target.** Don't assume "99.9%" or any other number as if it were agreed policy. 2. **Fall back to r
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
3CX's native PBX MCP server: the per-PBX endpoint shape (every PBX is its own FQDN and its own OAuth authorization server — there is no shared mcp.3cx.com),…
3CX's live-operations surface: read-only visibility into active calls, recordings, voicemail, department and queue membership, and forwarding/presence…
3CX's read-only directory surface: resolving a caller by email or by exact extension, searching the PBX's own phonebooks, searching contacts synced from an…
3CX's system-and-configuration surface: server time, PBX event log and application log search, service status, database schema and the read-only SELECT-only…
Abnormal Security abuse mailbox cases: user-reported email submissions, case statuses and judgments, the case lifecycle, bulk and remediation actions, and…
Abnormal Security message analysis: message retrieval, email header inspection, attachments, sender reputation, delivery context, and SPF/DKIM/DMARC…