Agent Plugins Marketplace
All plugins

otel-as-code

v0.2.0

OpenTelemetry instrumentation and observability-as-code for any stack

Claude Code5 Skills

By radra.gwentLicense: Apache-2.01 GitHub starsUpdated 47 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install otel-as-code for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install otel-as-code@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/radra23/otel-as-code-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

otel-as-code/
├── .claude-plugin/plugin.json
├── skills/business-attr-ux/SKILL.md
├── skills/collector-topology/SKILL.md
├── skills/language-maturity/SKILL.md
├── skills/semconv-discipline/SKILL.md
└── skills/terraform-patterns/SKILL.md

Included Skills5

business-attr-uxskills/business-attr-ux/SKILL.md

Tiered confidence-table UX, confidence thresholds, and conflict-resolution protocol for confirming inferred service identity and business attributes. Use from /otel-business-attrs.

collector-topologyskills/collector-topology/SKILL.md

OpenTelemetry Collector pipeline topology (agent / gateway modes), tail-sampling, and cardinality-guardrail patterns. Use when generating an otelcol-contrib config.

language-maturityskills/language-maturity/SKILL.md

Per-language OTel signal maturity matrix (Stable / Beta / Development) and feature-gating rules. Use before generating OTel SDK code to gate signals by maturity and the --experimental flag.

semconv-disciplineskills/semconv-discipline/SKILL.md

OpenTelemetry semantic-convention rules — resource vs span attributes, HTTP/DB/messaging attribute names, deprecations, custom-namespace prefixing, and cardinality limits. Use when writing, generating, or reviewing OTel instrumentation code.

terraform-patternsskills/terraform-patterns/SKILL.md

Per-backend Terraform provider patterns, resource names, auth variables, and gotchas for grafana / datadog / newrelic / dash0. Use when generating observability-backend Terraform.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "otel-as-code",
  "version": "0.2.0",
  "description": "OpenTelemetry instrumentation and observability-as-code for any stack",
  "author": {
    "name": "radra.gwent",
    "email": "[email protected]"
  },
  "license": "Apache-2.0",
  "keywords": [
    "opentelemetry",
    "otel",
    "observability",
    "terraform",
    "instrumentation",
    "semconv"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[otel-as-code on Agent Plugins Marketplace](https://pluginsmp.com/plugins/otel-as-code)