From elmah.io
Check the status of uptime monitors in elmah.io. Use when the user wants to know if their services are up, or investigate a downtime event.
How this skill is triggered — by the user, by Claude, or both
Slash command
/elmah-io:check-uptime-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The user asks "is my site up?" or "what's the uptime status?"
Get context — call system_get_context then organizations_list and logs_list to identify the relevant workspace.
List all monitors — call uptime_list to get all configured uptime monitors and their current status.
Identify issues — for any monitor that is down:
uptime_get_details to get the full incident history, response times, and downtime duration.Correlate errors — if a monitor is down or recently recovered, call messages_list_recent filtered to the downtime window to find related error messages that might explain the outage.
Report status:
Uptime Status — <timestamp>
Overall: ALL UP | PARTIAL OUTAGE | MAJOR OUTAGE
Monitors:
✓ <name> (<url>) — UP, <avg response time>ms
✗ <name> (<url>) — DOWN since <timestamp> (<duration>)
Incident: <description if available>
Related errors: <n> errors logged during downtime
<If incidents found>:
Incident Timeline:
<timestamp> — <status change>
<timestamp> — <status change>
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub elmahio/elmah-io-ai-plugin --plugin elmah-io