observability-expert

observability-expert is a skill for Claude Code, Codex from sandraschi/observability-mcp. It costs 0 tokens per session (186 once invoked), scanned A, original, MIT.

A skill for using Grafana, Prometheus, and Loki to inspect the health, metrics, dashboards, and logs of a connected software fleet.

In plain words
What is it for?
Use it to check the monitoring stack, view Grafana dashboards, query Loki logs, inspect an individual MCP server, or run a multi-step investigation.
Why use it?
It provides a defined process for checking system status and investigating problems across monitoring tools.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check the monitoring stack, view Grafana dashboards, query Loki logs, inspect an individual MCP server, or run a multi-step investigation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandraschi/observability-mcp/observability-expert
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.

Any agent
npx skills add sandraschi/observability-mcp --skill observability-expert
Clone the repo
git clone --depth 1 https://github.com/sandraschi/observability-mcp

Made for: Claude Code, Codex.

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 observability-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandraschi/observability-mcp/observability-expert.svg)](https://agentmods.dev/skills/sandraschi/observability-mcp/observability-expert)
Your own site
<a href="https://agentmods.dev/skills/sandraschi/observability-mcp/observability-expert"><img src="https://agentmods.dev/badge/skills/sandraschi/observability-mcp/observability-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 186 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.00000 $0.00186
Opus 5 $0.00000 $0.00093
Sonnet 5 $0.00000 $0.00037
Haiku 4.5 $0.00000 $0.00019

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

Security

Grade A, and why

observability-expert 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.

src/observability_mcp/skills/observability-expert/SKILL.md · 17 lines

What it actually says

Observability-MCP expert skill

Use this server as the control plane for the unified fleet PLG stack (Grafana 12000, Prometheus 12001, Loki 12002).

Workflow

  1. Call check_stack_status before deep dives.
  2. For Grafana boards, use the web Charts hub or manage_grafana_dashboards operation list.
  3. For logs: query_loki_logs with {job="..."} labels from fleet scrape config.
  4. For a single MCP process: monitor_server_health on its HTTP port.
  5. Multi-step triage: agentic_observability_workflow.

Do not

  • Start observability-mcp bundled docker-compose on 3000/9091/3100.
  • Confuse PROMETHEUS_PORT (12009 exporter) with Prometheus server (12001).
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 · 17 lines · 0 tokens per session scan A e65c316790a6

Subscribe to this mod's changes

observability-expert is a skill published in the GitHub repository sandraschi/observability-mcp (1 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 186 tokens. 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

clawmetry-selfcheck

Read your own agent telemetry from ClawMetry (waste, progress, cost) and act on it before finishing a task. Use when ClawMetry is installed on this machine and you want to check whether you are re-reading files, spinning in loops, or burning budget.

vivekchand/clawmetry · 64 tokens

clawmetry

Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.

vivekchand/clawmetry · 51 tokens

agent-kill-switch

Give the human an off switch and a cost meter for the coding agents on this machine, using ClawMetry. Use when the user asks to stop or kill a runaway agent, see what an agent is doing or spending, cap agent spend, gate risky tool calls behind approval, or "set up a kill switch" for Claude Code, Codex, Cursor, Gemini…

vivekchand/clawmetry · 95 tokens

pilot-log-analytics-setup

Deploy a log analytics system with 4 agents for collection, parsing, alerting, and visualization. Use this skill when: 1. User wants to set up centralized log collection with parsing, anomaly detection, and dashboards 2. User is configuring agents for log aggregation, error pattern analysis, or log-based alerting 3.…

TeoSlayer/pilot-skills · 142 tokens

Observability with Prometheus & Grafana

Production-grade observability stack with Prometheus metrics, Grafana dashboards, PromQL query language, alerting rules, and AI-powered anomaly detection for modern cloud-native applications.

bobmatnyc/mcp-skillset · 42 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

davila7/claude-code-templates · 45 tokens