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.
npx skills add niels-emmer/myace --skill observabilitygit clone --depth 1 https://github.com/niels-emmer/myaceWrote 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/niels-emmer/myace/observability)<a href="https://agentmods.dev/skills/niels-emmer/myace/observability"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/observability.svg" alt="Measured on agentmods" 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.00036 | $0.00541 |
| Opus 5 | $0.00018 | $0.00270 |
| Sonnet 5 | $0.00007 | $0.00108 |
| Haiku 4.5 | $0.00004 | $0.00054 |
Grade A, and why
Observability 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 4d 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
Purpose
You can't operate what you can't see. Observability is the difference between "the service is down" and "the service is down because the database connection pool is exhausted, and here's the query that did it." This skill is the checklist for making production behavior visible from day one.
When to use it
When adding a new service, changing how a service is instrumented, designing dashboards or alerts, or debugging an incident where the existing telemetry wasn't enough to answer "what changed?"
Steps / checklist
- Structured logs. Logs are structured (JSON), not free text. Include request id, service, environment, and enough context to correlate with traces. Never log secrets, tokens, or PII.
- RED metrics for services. Rate (requests/sec), Errors (failed requests/sec), Duration (latency percentiles). These three answer "is the service healthy" at a glance.
- USE metrics for resources. Utilization, Saturation, Errors — for CPUs, memory, disk, connections. These answer "is the resource the bottleneck."
- Tracing. Distributed traces across service boundaries so a slow request can be followed end-to-end. Every external call (DB, queue, API) is a span.
- Alert on symptoms, not causes. Page on user-facing impact (error rate, latency SLO breach), not on infrastructure noise (CPU at 80%). An alert that doesn't require action is noise; noise trains people to ignore alerts.
- Dashboards answer questions. A dashboard is a story about a system, not a wall of graphs. Each panel should answer a question someone actually asks during an incident.
- SLOs where it matters. Define SLOs for user-facing services and alert on error budget burn, not on individual failures.
Expected output
A service where a new on-call engineer can answer "is it healthy, and if not, where do I look?" from the dashboards and logs alone — without asking the person who built it. If an incident requires guessing, the observability work isn't done.
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.
- 4d ago First seen · 29 lines · 36 tokens per session scan A e885e2e56784
Observability is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 541 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-09-03.
Other skills, from other repositories
datadog
Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.
monitoring-expert
Expert-level monitoring and observability with Prometheus, Grafana, logging, and alerting. Use when the user mentions observability, Prometheus, Grafana, logging, metrics, or alerting, or when the task involves The Three Pillars of Observability, Monitoring Fundamentals, Prometheus Configuration, or Alert Rules.
observability-testing-patterns
Observability and monitoring validation patterns for dashboards, alerting, log aggregation, APM traces, and SLA/SLO verification. Use when testing monitoring infrastructure, dashboard accuracy, alert rules, or metric pipelines.
monitoring-observability
Monitoring and observability patterns for Prometheus metrics, Grafana dashboards, Langfuse v4 LLM tracing (astype, scorecurrentspan, shouldexportspan, LangfuseMedia), and drift detection. Use when adding logging, metrics, distributed tracing, LLM cost tracking, or quality drift monitoring.
frontmcp-observability
Use when adding tracing, structured logging, metrics, or monitoring to a FrontMCP server. Covers zero-config OpenTelemetry distributed tracing across all flows; the this.telemetry API for custom spans, events, and attributes in tools, plugins, agents, and skills; structured JSON logging with trace correlation and…
grafana-expert
Expert-level Grafana dashboards, visualization, data sources, alerting, and production operations. Use when the user mentions dashboards, visualization, monitoring, observability, or alerting, or when the task involves Grafana Architecture, Installation on Kubernetes, Data Sources, or Dashboard JSON.