From uptimerobot
List downtime incidents and fetch per-incident checker locations, IPs, logs, and traceroute data to diagnose outages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/uptimerobot:incidentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Preflight — read first.** If you cannot see any `uptimerobot:*` MCP tools in your tool list, invoke the `uptimerobot:setup` skill before doing anything else. Do not tell the user the MCP is misconfigured — `setup`'s Step 0 detects the common case (server connected, tools loaded after session start) and resolves it without re-keying.
Preflight — read first. If you cannot see any
uptimerobot:*MCP tools in your tool list, invoke theuptimerobot:setupskill before doing anything else. Do not tell the user the MCP is misconfigured —setup's Step 0 detects the common case (server connected, tools loaded after session start) and resolves it without re-keying.
Two tools:
list-incidents — paginated incidents across the account or for one monitor.get-incident-details — checker locations, IPs, logs, traceroute for one incident.{
"timeRange": "7d",
"limit": 25
}
Parameters:
timeRange — "24h" / "7d" / "30d" (1h–90d), or ISO 8601 interval "2024-01-01T00:00:00Z/2024-01-31T23:59:59Z". Defaults to "7d".monitorId — optional, restrict to one monitor.cursor, limit — pagination (follow the instructions field for the next call).{
"monitorId": 800123456,
"timeRange": "30d"
}
{
"timeRange": "2025-04-01T00:00:00Z/2025-04-15T23:59:59Z"
}
{ "incidentId": "inc_abcdef1234567890" }
Note: incidentId is a string, not a number.
Response includes:
Use this to answer "why did this go down?" — show the user the checker locations first, then the error types, then (if asked) the verbose logs.
incidentId. It's always a string.list-incidents is paginated. Loop with the cursor from instructions until hasMore: false.incidentIds. Always source them from list-incidents.stats — for aggregated downtime minutes across a time range.manage-monitors — to pause a flapping monitor after confirming incidents.npx claudepluginhub uptimerobot/aiGuides through end-to-end incident response: find down monitors, diagnose incidents, pause flapping monitors, and verify recovery using UptimeRobot MCP tools.
Lists, triages, acknowledges, and resolves Better Stack incidents triggered by uptime monitors or manual reports.
Lists, triages, creates, updates, resolves, and investigates PagerDuty incidents. Covers incident lifecycle, urgency, alert grouping, notes, log entries, past incident matching, and PSA ticket correlation for MSPs.