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 ollygarden/opentelemetry-agent-skills --skill otel-collectorgit clone --depth 1 https://github.com/ollygarden/opentelemetry-agent-skillsWrote 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/ollygarden/opentelemetry-agent-skills/otel-collector)<a href="https://agentmods.dev/skills/ollygarden/opentelemetry-agent-skills/otel-collector"><img src="https://agentmods.dev/badge/skills/ollygarden/opentelemetry-agent-skills/otel-collector/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/ollygarden/opentelemetry-agent-skills/otel-collector"><img src="https://agentmods.dev/badge/skills/ollygarden/opentelemetry-agent-skills/otel-collector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00083 | $0.04000 |
| Opus 5 | $0.00042 | $0.02000 |
| Sonnet 5 | $0.00017 | $0.00800 |
| Haiku 4.5 | $0.00008 | $0.00400 |
Grade A, and why
otel-collector 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenTelemetry Collector
This skill covers the configuration surface of individual OpenTelemetry Collector components. It targets opentelemetry-collector and opentelemetry-collector-contrib.
It does not cover OTTL expressions (see otel-ottl), declarative SDK configuration (otel-declarative-config), or end-to-end pipeline design choices. Reach for those skills when the question is about transformation language, SDK setup, or pipeline composition.
Workflow
- Identify the component. Find the
typein the user's config or question (log_dedup,interval,otlp, …). Note that several components were renamed to snake_case across v0.146.0–v0.154.0 with deprecated aliases preserved — see Recent renames. - Load the component page before answering. If the component is in the Component index, always read
components/<type>/README.mdfirst — the top-level index is only a routing aid, not enough evidence for an answer. Follow its Details index to the smallest relevant file: readconfiguration.mdfor versioned keys, defaults, or validation;quirks.mdfor stability, availability, failure behavior, or migration traps; and the other detail files only as the question requires. Do not infer exact configuration or status from the summary row or memory. - If the component is not indexed, say so explicitly and fall back to the upstream README under
processor/<name>/,receiver/<name>/,exporter/<name>/,connector/<name>/, orextension/<name>/in opentelemetry-collector-contrib. Don't invent config keys from memory — Collector components evolve quickly. - Apply Collector-wide conventions. Named instances (
type/name), stability levels, and pipeline placement rules in Collector-wide conventions apply to every component. - Verify. Run the component page's Verification recipe —
telemetrygen(see theotel-telemetrygenskill) plus adebugorfileexporter — to confirm the component behaves as the docs claim. Alpha- and Development-stability components are common here, and behavior changes between releases. See Verification harness for how to run a recipe end-to-end.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- components/attributes/advanced.md 3.5 KB
- components/attributes/configuration.md 7.7 KB
- components/attributes/quirks.md 4.8 KB
- components/attributes/README.md 3.4 KB
- components/attributes/verification.md 2.3 KB
- components/drain/advanced.md 3.2 KB
- components/drain/configuration.md 5.3 KB
- components/drain/quirks.md 2.7 KB
- components/drain/README.md 3.6 KB
- components/drain/verification.md 1.5 KB
- components/file_log/advanced.md 5.9 KB
- components/file_log/configuration.md 8.6 KB
- components/file_log/operators.md 5.0 KB
- components/file_log/quirks.md 3.7 KB
- components/file_log/README.md 4.8 KB
- components/file_log/verification.md 3.4 KB
- components/file_storage/advanced.md 5.0 KB
- components/file_storage/configuration.md 5.0 KB
- components/file_storage/quirks.md 5.5 KB
- components/file_storage/README.md 3.3 KB
- components/file_storage/verification.md 4.2 KB
- components/filter/advanced.md 4.4 KB
- components/filter/configuration.md 7.5 KB
- components/filter/quirks.md 4.3 KB
- components/filter/README.md 3.4 KB
- components/filter/verification.md 2.1 KB
- components/interval/advanced.md 741 B
- components/interval/configuration.md 3.0 KB
- components/interval/quirks.md 2.3 KB
- components/interval/README.md 2.3 KB
- components/interval/verification.md 1.2 KB
- components/k8s_attributes/advanced.md 5.0 KB
- components/k8s_attributes/configuration.md 7.4 KB
- components/k8s_attributes/quirks.md 4.5 KB
- components/k8s_attributes/README.md 3.7 KB
- components/k8s_attributes/verification.md 5.1 KB
- components/load_balancing/advanced.md 4.0 KB
- components/load_balancing/configuration.md 7.1 KB
- components/load_balancing/quirks.md 4.5 KB
- components/load_balancing/README.md 4.3 KB
- components/load_balancing/verification.md 4.5 KB
- components/log_dedup/advanced.md 2.8 KB
- components/log_dedup/configuration.md 3.7 KB
- components/log_dedup/quirks.md 3.5 KB
- components/log_dedup/README.md 2.2 KB
- components/log_dedup/verification.md 1.1 KB
- components/memory_limiter/advanced.md 3.8 KB
- components/memory_limiter/configuration.md 6.1 KB
- components/memory_limiter/quirks.md 6.0 KB
- components/memory_limiter/README.md 3.6 KB
- components/memory_limiter/verification.md 2.4 KB
- components/otlp_exporter/advanced.md 3.6 KB
- components/otlp_exporter/configuration.md 6.6 KB
- components/otlp_exporter/quirks.md 3.6 KB
- components/otlp_exporter/README.md 4.2 KB
- components/otlp_exporter/verification.md 3.4 KB
- components/otlp/advanced.md 3.3 KB
- components/otlp/configuration.md 6.9 KB
- components/otlp/quirks.md 3.0 KB
- components/otlp/README.md 3.8 KB
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.
- 8d ago Changed 8219ab108631
- 13d ago First seen · 130 lines · 83 tokens per session scan A 29f0bc998b1a
otel-collector is a skill published in the GitHub repository ollygarden/opentelemetry-agent-skills (98 stars, last pushed yesterday), licensed Apache-2.0. It adds 83 tokens to every session and 4,000 once invoked, about $0.0004 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-30.
Other skills, from other repositories
phoenix-observability
Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.
opentelemetry-net-instrumentation
Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.
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.
migrate-state-management
Migrate Redux or React Context to the correct state option (React Query for server state, nuqs for URL/shareable state, Zustand for global client state). Use when refactoring away from Redux/Context, moving state to the right store, or when the user asks to migrate state management.
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…
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.