Use when working with OpenTelemetry, telemetry, observability, traces, spans, metrics, logs, OTLP, semantic conventions, or instrumentation. Triggers on "what attributes should I use", "how do I configure the collector", "what's the semconv for X".
From otelwikinpx claudepluginhub ancplua/ancplua-claude-plugins --plugin otelwikiThis skill is limited to using the following tools:
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
You have access to bundled OTel documentation. Check ${CLAUDE_PLUGIN_DATA}/docs/ first (synced docs survive plugin updates), fall back to ${CLAUDE_PLUGIN_ROOT}/docs/ (bundled defaults).
${CLAUDE_PLUGIN_DATA}/docs/INDEX.md first, then ${CLAUDE_PLUGIN_ROOT}/docs/INDEX.mddocs/semantic-conventions/docs/collector/docs/instrumentation/dotnet.mddocs/protocol/# Find attribute definitions (try PLUGIN_DATA first, fall back to PLUGIN_ROOT)
Grep pattern="attribute_name" path="${CLAUDE_PLUGIN_DATA}/docs/semantic-conventions/"
# Fallback: Grep pattern="attribute_name" path="${CLAUDE_PLUGIN_ROOT}/docs/semantic-conventions/"
# Find collector config
Grep pattern="processor|exporter|receiver" path="${CLAUDE_PLUGIN_DATA}/docs/collector/"
# Find .NET examples
Grep pattern="ActivitySource|Meter|Logger" path="${CLAUDE_PLUGIN_DATA}/docs/instrumentation/"
When answering OTel questions: