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.
curl -O https://raw.githubusercontent.com/oaslananka/health-monitor-mcp/main/.opencode/skills/uptime-incident-triage/SKILL.mdgit clone --depth 1 https://github.com/oaslananka/health-monitor-mcpWrote 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.
[](https://agentmods.dev/skills/oaslananka/health-monitor-mcp/uptime-incident-triage)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Uptime Incident Triage Skill
Use this skill when an MCP server or monitored service may be unhealthy.
Workflow
- Identify the affected registered server and expected transport.
- Run
check_serverfor the narrowest live signal. - Use
get_uptimeto distinguish a new failure from recurring instability. - Review
get_dashboardorget_reportwhen multiple targets may be affected. - Classify impact as down, degraded, flaky, recovered, or unknown.
- 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.
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.
- 12d ago First seen · 26 lines · 30 tokens per session scan A bf75037015f6
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.
Other skills, from other repositories
atmos-introspection
Introspection & Querying: describe/list commands, config filtering, workspace introspection, dependency graphs, YQ integration, --help= scoped CLI help.
atmos-schemas
JSON Schema for Atmos: stack-manifest and atmos.yaml config schemas, IDE auto-completion, validate stacks/schema/config, SchemaStore integration.
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.
atmos-diagnostics
Atmos diagnostics: machine-readable JSONL event streams, diagnostics.enabled/file/includeoutput, subprocess start/end/output events, masking, and debugging Atmos execution.
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#…
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.