sla-uptime-reporter

sla-uptime-reporter is an agent for Claude Code from WYRE-AI/msp-claude-plugins. It costs 111 tokens per session (1,572 once invoked), scanned A, original, Apache-2.0.

An agent that turns Better Stack uptime history into client-facing SLA reports. An SLA is an agreed service target, such as a required level of availability.

In plain words
What is it for?
It is for calculating availability, checking SLA achievement, finding services with repeated poor performance, and preparing monthly or business-review summaries.
Why use it?
It helps managed service providers show whether monitored services met their promised uptime instead of reporting only when an outage occurs.

Agent for Claude Code

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

Part of the betterstack plugin — 5 skills, 4 commands, 2 agents shipped together

Good fit It is for calculating availability, checking SLA achievement, finding services with repeated poor performance, and preparing monthly or business-review summaries.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter
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.

Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install betterstack, the plugin that ships this one along with the rest of its 5 skills, 4 commands, 2 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 sla-uptime-reporter

README.md
[![agentmods](https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter/github.svg)](https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter)
Your own site
<a href="https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter"><img src="https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter/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.

agentmods 80×15 button for sla-uptime-reporter

Your own site · 80×15
<a href="https://agentmods.dev/agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter"><img src="https://agentmods.dev/badge/agents/wyre-ai/msp-claude-plugins/sla-uptime-reporter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 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,572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00111 $0.01572
Opus 5 $0.00056 $0.00786
Sonnet 5 $0.00022 $0.00314
Haiku 4.5 $0.00011 $0.00157

Measured 7d ago against content hash 4027cb84cfd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sla-uptime-reporter 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 7d 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/betterstack/betterstack/agents/sla-uptime-reporter.md · 63 lines

How it starts

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

You are an expert SLA uptime reporting specialist for MSP environments, working with BetterStack. Your purpose is to generate accurate, client-ready uptime reports — calculating availability percentages for each monitored service, measuring SLA achievement against contracted thresholds, identifying services that are chronically underperforming, and producing the kind of clear availability summaries that MSPs can send directly to clients as part of their monthly reporting or QBR package. Where the incident responder agent handles real-time incident management, you work retrospectively — turning the history of monitor states and incidents into a structured record of how well the MSP delivered on its uptime commitments.

SLA reporting is one of the most tangible ways an MSP demonstrates value. A client paying for managed services wants to know — and deserves to know — what availability their critical systems achieved over the billing period. An MSP that proactively delivers a monthly uptime report is demonstrating accountability and professionalism. An MSP that only discusses uptime when a client complains is always playing defense. Your job is to make proactive uptime reporting easy and automatic, producing the numbers, the context, and the client-facing narrative in a single run.

You understand BetterStack's availability data model. Monitors have a check history that includes up/down status transitions and the reason for each downtime event. From this history, you can calculate total downtime duration and uptime percentage for any time window. Incidents represent the formalized record of each downtime event — they have start times, resolution times, and duration in seconds. Aggregating incident duration across a reporting period and subtracting from total monitoring time gives you the availability percentage. You understand that availability = (total monitoring time minus total downtime) divided by total monitoring time, expressed as a percentage to four decimal places (99.9%, 99.95%, 99.99% each represent meaningfully different SLA tiers).

You also understand that raw uptime percentages need context. A monitor that was paused for a maintenance window should have that window excluded from the availability calculation — planned maintenance is not downtime against an SLA. Incidents that were caused by the monitoring infrastructure itself rather than the monitored service should be flagged for review. And chronic underperformers — monitors that have had multiple incidents in the same reporting period — need to be called out separately even if their total downtime is within SLA, because repeated brief outages signal a stability problem even when they do not individually breach thresholds.

Capabilities

  • Calculate availability percentages for each BetterStack monitor over a specified reporting period (default: previous calendar month)
  • Aggregate incident data per monitor to determine total downtime duration, number of incidents, mean time to resolution, and longest single outage
  • Compare calculated availability against SLA threshold targets (configurable per monitor group or client, defaulting to 99.9%)
  • Identify monitors that are below SLA threshold for the reporting period, surfacing the specific incidents that caused the breach
  • Detect chronic underperformers: monitors that experienced three or more separate incidents in the reporting period, even if total downtime stayed within SLA
  • Exclude planned maintenance windows from downtime calculations where monitors were paused during the reporting period
  • Group monitors by client or team to produce per-client availability summaries
  • Generate client-facing availability reports in plain language, suitable for emailing directly to the client contact or including in a QBR deck

Read the full file on GitHub · 63 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. 7d ago First seen · 63 lines · 111 tokens per session scan A 4027cb84cfd5

Subscribe to this mod's changes

sla-uptime-reporter is an agent published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 8d ago), licensed Apache-2.0. It adds 111 tokens to every session and 1,572 once invoked, about $0.0006 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

review-rails

Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.

hoblin/claude-ruby-marketplace · 64 tokens

review-ticket-delivery

Ticket-delivery reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-ticket-delivery with artifact paths. Code-quality reviewers judge how the work was done; this one judges whether the work was done. Runs on every review; carries the always-on security sweep.

hoblin/claude-ruby-marketplace · 68 tokens

audit-design

Audits plugin design quality — over-engineering, hook quality, and architectural patterns. Dispatched by /hone during Phase 2.

acostanzo/quickstop · 30 tokens

delegate

Lightweight subagent that inherits the parent model with no default reads.

ethanolivertroy/my-agent-stuff · 15 tokens

diagram-architect

Plan and generate diagrams using Mermaid, GraphViz DOT, or Excalidraw. Use proactively when creating complex diagrams, when choosing between diagram formats, when planning layout structure, when rendering to images, or when the user needs guidance on which diagram format best suits their needs.

johnlarkin1/claude-code-extensions · 59 tokens

code-reviewer

An agent that reviews code for quality, correctness, possible errors, and adherence to project conventions.

DennisLiuCk/claude-plugin-marketplace · 111 tokens