From opentelemetry-agent-skills
Looks up OpenTelemetry semantic convention groups, attributes, and span naming rules. Queries released conventions for compliance checking and naming guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentelemetry-agent-skills:otel-semantic-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you need released semantic convention guidance for naming, attributes, or compliance checks.
Use this skill when you need released semantic convention guidance for naming, attributes, or compliance checks.
http, db, messaging, rpc, network, gen-ai, or mcpreferences/semconv-selection.md./scripts/query-otel-semantic-conventions.sh --groups./scripts/query-otel-semantic-conventions.sh http./scripts/query-otel-semantic-conventions.sh http spans./scripts/query-otel-semantic-conventions.sh http http.request.methodreferences/otel-semantic-conventions.mdnpx claudepluginhub ollygarden/opentelemetry-agent-skills --plugin otel-javaGuides selection, placement, and validation of OpenTelemetry attributes per semantic conventions and the attribute registry. Covers naming patterns, stability, migration, and Dash0 derived attributes.
Provides OpenTelemetry conventions for span naming, semantic attributes, status setting, in-memory trace testing, and instrumentation boundaries. Use when setting up tracing or writing trace tests.
OpenTelemetry tracing discipline: correct spans, propagation, and semantic conventions produce useful traces. Invoke whenever task involves any interaction with distributed tracing — span creation, context propagation, instrumentation, sampling configuration, or OpenTelemetry SDK setup.