Use this when working with OpenTelemetry, telemetry, observability, traces, spans, metrics, logs, OTLP, semantic conventions, or instrumentation. Triggers on questions like "what attributes should I use", "how do I configure the collector", "what's the semconv for X".
Provides expert OpenTelemetry guidance by searching bundled documentation for semantic conventions, collector configuration, and .NET instrumentation patterns. Triggers on questions about attributes, collector setup, or semantic conventions, citing authoritative sources from the bundled docs.
/plugin marketplace add ANcpLua/ancplua-claude-plugins/plugin install otelwiki@ancplua-claude-pluginsThis skill is limited to using the following tools:
You have access to bundled OTel documentation at ${CLAUDE_PLUGIN_ROOT}/docs/.
docs/semantic-conventions/docs/collector/docs/instrumentation/dotnet.mddocs/protocol/# Find attribute definitions
Grep pattern="attribute_name" path="${CLAUDE_PLUGIN_ROOT}/docs/semantic-conventions/"
# Find collector config
Grep pattern="processor|exporter|receiver" path="${CLAUDE_PLUGIN_ROOT}/docs/collector/"
# Find .NET examples
Grep pattern="ActivitySource|Meter|Logger" path="${CLAUDE_PLUGIN_ROOT}/docs/instrumentation/"
When answering OTel questions: