claudeindex
Marketplace

opentelemetry-agent-skills

Reusable OpenTelemetry agent skills (language-agnostic and per-language)

Stars

31

Forks

2

Plugins

14

Installation

1

Add the marketplace

/plugin marketplace add ollygarden/opentelemetry-agent-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

14

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

otel-collector

OpenTelemetry Collector component configuration: config keys, defaults, validation rules, signal support, stability, and gotchas. Progressive disclosure via components/<type>.md; currently covers log_dedup and interval processors.

Plugin

otel-declarative-config

OpenTelemetry declarative YAML configuration for SDK setup (otelconf, OTEL_CONFIG_FILE, file_format). Points at upstream schema, env-var substitution, and configuration precedence.

Plugin

otel-ottl

OpenTelemetry Transformation Language (OTTL) expert for writing and debugging telemetry transformations in the Collector (transform, filter, routing, tail_sampling).

Plugin

otel-sdk-versions

OpenTelemetry SDK and package version lookup across languages.

Plugin

otel-semantic-conventions

OpenTelemetry semantic convention lookup and naming guidance for attributes, groups, and span naming.

Plugin

otel-span-events-to-logs-migration

Migrate OpenTelemetry Span Events (AddEvent, RecordException) to the Logs API following the OTEP 4430 deprecation plan.

Plugin

otel-telemetrygen

Construct telemetrygen commands for generating synthetic OpenTelemetry traces, metrics, and logs via OTLP; load-test collectors and validate pipelines.

Plugin

otel-weaver

OpenTelemetry Weaver registry authoring, codegen, and CI enforcement (registry check/generate/diff).

Plugin

otel-go

OpenTelemetry in Go: declarative SDK setup with otelconf, API surface, contrib instrumentation libraries (otelhttp, otelgrpc), performance tuning, breaking-change audits.

Plugin

otel-java

OpenTelemetry in Java: Javaagent zero-code instrumentation, Spring Boot Starter, manual autoconfigure SDK, declarative YAML configuration, BOM dependency management.

Plugin

otel-js

OpenTelemetry in Node.js / JavaScript / TypeScript: NodeSDK, declarative YAML configuration, auto-instrumentations, ESM vs CJS import patterns.

Plugin

otel-python

OpenTelemetry in Python: declarative SDK setup (experimental file config), API surface and logging bridge, zero-code instrumentation (opentelemetry-distro / opentelemetry-instrument) and contrib catalog, performance tuning, breaking-change audits.

Plugin

otel-dotnet

OpenTelemetry in .NET: DI/builder SDK setup (OpenTelemetry.Extensions.Hosting), native BCL instrumentation (ActivitySource, Meter, ILogger), zero-code CLR-profiler agent and contrib instrumentation catalog, performance tuning, breaking-change audits. Note: .NET has no declarative YAML config yet.

Plugin

otel-browser

OpenTelemetry in the browser (Real User Monitoring / RUM): web tracing SDK (sdk-trace-web, context-zone) and experimental browser-sdk, event- and span-based browser instrumentations (web vitals, navigation, errors, fetch/XHR), sessions, frontend-to-backend trace propagation, bundle size / cost / PII trade-offs.