skills/liteverge-opentelemetry-browser/SKILL.md
Add OpenTelemetry tracing to a browser/frontend app with Liteverge. Use when the user asks to add observability, tracing, or OpenTelemetry to a React, Next.js, Vue, Angular, or similar frontend app — or to add custom spans and instrumentation to an already-instrumented app.
npx skillsauth add liteverge/liteverge-opentelemetry liteverge-opentelemetry-browserInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill has two modes. Choose based on what the user is asking for.
If the user wants to set up OpenTelemetry / Liteverge tracing on a frontend project that doesn't have it yet (install packages, create instrumentation file, wire entrypoint), follow:
→ init.md
If the project already has Liteverge OTel initialized (has an instrumentation file and @opentelemetry/api installed) and the user wants to add custom spans, attributes, or tracing to specific user flows, follow:
→ instrument.md
@opentelemetry/api in package.json dependencies. If present, use instrument.md. If not, use init.md.OTel Logs and Metrics SDKs for the browser are currently immature and not included in this skill. For error reporting from the browser, use span.recordException() or span.addEvent() on an active span. For performance metrics, use the Web Vitals library or PerformanceObserver with custom spans.
development
Add OpenTelemetry observability (traces, logs, metrics) to a Python app with Liteverge. Use when the user asks to add observability, tracing, logging, or metrics to a FastAPI, Django, Flask, or similar Python backend — or to add custom spans, logs, and instrumentation to an already-instrumented app.
development
Add OpenTelemetry observability (traces, logs, metrics) to a Node.js/TypeScript app with Liteverge. Use when the user asks to add observability, tracing, logging, or metrics to an Express, Fastify, or similar Node.js backend — or to add custom spans, logs, and instrumentation to an already-instrumented app.
testing
Add OpenTelemetry observability (traces, metrics) to an AWS Lambda function with Liteverge. Use when the user asks to add tracing, observability, or metrics to a Lambda function — or to add custom spans and metrics to an already-instrumented Lambda. Logs are not included; use CloudWatch for logging.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.