health-monitor-mcp: Skill for Claude Code

.opencode/skills/uptime-incident-triage/SKILL.md

uptime-incident-triage is a skill for Claude Code, OpenCode from oaslananka/health-monitor-mcp. It costs 30 tokens per session (213 once invoked), scanned A, original, MIT.

An incident-triage workflow for checking MCP servers and monitored services. MCP is a way for coding agents to connect to external tools and services.

In plain words
What is it for?
Use it to check a registered server, review uptime and dashboards, classify the incident, and report the likely owner action and next check.
Why use it?
It helps distinguish a service that is down, degraded, unreliable, recovered, or of unknown status using health and uptime evidence.

Skill for Claude CodeOpenCode

Written for Claude Code and OpenCode: shipped in a Claude Code plugin, but also installed under .opencode/.

This is oaslananka/health-monitor-mcp's own configuration. It tells Claude Code and OpenCode how to work on health-monitor-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything health-monitor-mcp configures →

Part of the health-monitor-mcp plugin — 3 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to oaslananka/health-monitor-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/oaslananka/health-monitor-mcp/main/.opencode/skills/uptime-incident-triage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/oaslananka/health-monitor-mcp

Made for: Claude Code, OpenCode.

Or install health-monitor-mcp, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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 uptime-incident-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/oaslananka/health-monitor-mcp/uptime-incident-triage/github.svg)](https://agentmods.dev/skills/oaslananka/health-monitor-mcp/uptime-incident-triage)
Your own site
<a href="https://agentmods.dev/skills/oaslananka/health-monitor-mcp/uptime-incident-triage"><img src="https://agentmods.dev/badge/skills/oaslananka/health-monitor-mcp/uptime-incident-triage/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 uptime-incident-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/oaslananka/health-monitor-mcp/uptime-incident-triage"><img src="https://agentmods.dev/badge/skills/oaslananka/health-monitor-mcp/uptime-incident-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 213 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.00030 $0.00213
Opus 5 $0.00015 $0.00106
Sonnet 5 $0.00006 $0.00043
Haiku 4.5 $0.00003 $0.00021

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

Security

Grade A, and why

uptime-incident-triage 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 12d 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.

.opencode/skills/uptime-incident-triage/SKILL.md · 26 lines

What it actually says

Uptime Incident Triage Skill

Use this skill when an MCP server or monitored service may be unhealthy.

Workflow

  1. Identify the affected registered server and expected transport.
  2. Run check_server for the narrowest live signal.
  3. Use get_uptime to distinguish a new failure from recurring instability.
  4. Review get_dashboard or get_report when multiple targets may be affected.
  5. Classify impact as down, degraded, flaky, recovered, or unknown.
  6. Report evidence, likely owner action, and the next verification step.

Error Handling

Inspect stable error.code and error.remediation fields. Register missing targets before retrying, and do not enable local stdio unless the target and executable are trusted.

Safety

Health inspection is read-only. Do not modify registrations or alert thresholds without explicit approval.

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. 12d ago First seen · 26 lines · 30 tokens per session scan A bf75037015f6

Subscribe to this mod's changes

uptime-incident-triage is a skill published in the GitHub repository oaslananka/health-monitor-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 213 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

atmos-introspection

Introspection & Querying: describe/list commands, config filtering, workspace introspection, dependency graphs, YQ integration, --help= scoped CLI help.

cloudposse/atmos · 37 tokens

atmos-schemas

JSON Schema for Atmos: stack-manifest and atmos.yaml config schemas, IDE auto-completion, validate stacks/schema/config, SchemaStore integration.

cloudposse/atmos · 32 tokens

atmos-lint

Atmos Terraform linting with TFLint: standalone atmos terraform lint, component-aware config discovery and toolchain versions, TFLint rule configuration, and lifecycle hooks/CI findings. Use when configuring, running, debugging, or documenting Terraform/OpenTofu linting in an Atmos project.

cloudposse/atmos · 64 tokens

atmos-diagnostics

Atmos diagnostics: machine-readable JSONL event streams, diagnostics.enabled/file/includeoutput, subprocess start/end/output events, masking, and debugging Atmos execution.

cloudposse/atmos · 33 tokens

isuzu-unity-cli

Control Unity Editor from the CLI with the isuzu-unity-cli command. Execute C# code, browse scene hierarchy, inspect/modify GameObjects, capture screenshots, read console logs, check compile status, control play mode, and execute menu items. Use when: user wants to interact with Unity Editor programmatically, run C#…

isuzu-shiranui/UnityMCP · 97 tokens

wire-observability

Add structured JSON logging, observability commands, and idempotent setup scripts to a project. Use when a project needs production-readiness instrumentation, when user wants structured logging, or as a production-readiness gate at any phase of development.

danielvm-git/bigpowers · 53 tokens