opentelemetry skills

105 tagged opentelemetry, measured the same way as everything else here.

Browse within: observability 68tracing 17logging 15telemetry 11ai-gateway 8ai-runtime 8llmops 8mcp-client 8aiops 7llms 7Multi-Agent 6agent-isolation 6agentteams 6github-automation 6

SigNoz/signoz

Skill Claude CodeCodexCursor

Migrate Redux or React Context to the correct state option (React Query for server state, nuqs for URL/shareable state, Zustand for global client state). Use when refactoring away from Redux/Context, moving state to the right store, or when the user asks to migrate state management.

32k 2d ago A 64 tokens

truera/trulens

Skill Claude CodeCodex

Instrument LLM apps with TruLens OTEL-based tracing - from setup to debugging and optimization.

3.5k 4d ago A 25 tokens original MIT

gonzo

03

control-theory/gonzo

Skill Claude CodeCodex

Set up and use Gonzo, the open-source terminal log analysis tool. Use when the user wants to tail, watch, stream, or analyze logs. Detects deployment platforms, generates pipe commands, and configures AI analysis.

2.8k 1mo ago C 49 tokens original MIT

impeccable

04

monoscope-tech/monoscope

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

1.7k 2d ago A 189 tokens AGPL-3.0

phoenix-cli

05

Arize-ai/openinference

Skill Claude CodeCodex

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding…

1.2k 2d ago A 113 tokens original Apache-2.0

Arize-ai/openinference

Skill Claude CodeCodex

Review Python OpenInference instrumentation code for correctness and completeness. Use this skill when reviewing a Python instrumentor package — whether it's a new instrumentor, a PR that modifies one, or when the user asks to audit/review/check an existing instrumentor's code quality. Trigger on phrases like "review…

1.2k 2d ago A 100 tokens original Apache-2.0

genai-conformance

07

Arize-ai/openinference

Skill Claude CodeCodex

Run, interpret, and iterate on the OpenInference GenAI conformance MVP at python/openinference-instrumentation/scripts/conformance/. Use when the user mentions GenAI conformance, OTel GenAI semantic conventions, Weaver registry live-check, the dual-write conversion (genaiconversion.py, enablegenaisemconv), genai.…

1.2k 2d ago A 95 tokens original Apache-2.0

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

1.1k 25d ago A 56 tokens original MIT

clawmetry

09

vivekchand/clawmetry

Skill Claude CodeCodex

Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.

401 2d ago A 51 tokens original MIT

clawmetry-selfcheck

10

vivekchand/clawmetry

Skill Claude CodeCodex

Read your own agent telemetry from ClawMetry (waste, progress, cost) and act on it before finishing a task. Use when ClawMetry is installed on this machine and you want to check whether you are re-reading files, spinning in loops, or burning budget.

401 2d ago A 64 tokens original MIT

query-writing

11

Idun-Group/idun-agent-platform

Skill Claude CodeCodex

Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.

198 26d ago A 57 tokens GPL-3.0

schema-exploration

12

Idun-Group/idun-agent-platform

Skill Claude CodeCodex

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

198 26d ago A 57 tokens GPL-3.0

otel-collector

13

ollygarden/opentelemetry-agent-skills

Skill Claude CodeCodex

OpenTelemetry Collector component configuration. Use when authoring, reviewing, or debugging Collector YAML for a specific receiver, processor, exporter, connector, or extension — config keys, defaults, validation rules, signal support, stability levels, and component-level gotchas. Triggers on Collector component…

96 5d ago A 83 tokens original Apache-2.0

ollygarden/opentelemetry-agent-skills

Skill Claude CodeCodex

OpenTelemetry declarative YAML configuration for SDK setup. Use when configuring OpenTelemetry SDK providers (tracer, meter, logger), setting up OTLP exporters, defining sampling strategies, or writing otel config files. Triggers on "otel config", "OpenTelemetry YAML", "declarative configuration", "otelconf"…

96 5d ago A 105 tokens original Apache-2.0

otel-telemetrygen

15

ollygarden/opentelemetry-agent-skills

Skill Claude CodeCodex

Build safe, version-pinned telemetrygen commands for synthetic OTLP traces, metrics, and logs. Use for “send sample traces to this collector,” “load-test an OTLP endpoint,” “generate traffic to verify a processor, OTTL transform, or tail sampling,” and “produce test data for dashboards.” Also use when choosing…

96 5d ago A 102 tokens original Apache-2.0

rust-analyzer-ssr

16

the-void-ia/void-box

Skill Claude CodeCodex

Use rust-analyzer's Structural Search and Replace (SSR) to change lots of Rust code. SSR matches by AST structure and semantic meaning, understanding type resolution and path equivalence.

88 5d ago A 43 tokens original Apache-2.0

rust-style

17

the-void-ia/void-box

Skill Claude CodeCodex

Rust coding style guide. Apply automatically when writing or modifying Rust code. Enforces for-loops over iterators, let-else for early returns, variable shadowing, newtypes, explicit matching, and minimal comments.

88 5d ago A 47 tokens original Apache-2.0

verify

18

the-void-ia/void-box

Skill Claude CodeCodex

Run the full quality gate for this repo — format check, clippy, tests, security audit, startup bench regression, and real-workload smoke (HN agent + openclaw gateway) when secrets are available. Invoke before marking any implementation task done or pushing a branch.

88 5d ago A 57 tokens original Apache-2.0

hecate-providers

19

hecatehq/hecate

Skill Claude CodeCodex

Use when working in internal/providers/ — outbound HTTP adapters to LLM upstreams (OpenAI-compat, Anthropic). Owns the api↔providers parallel-struct boundary and the seven-step "add a wire field" chain.

22 8d ago A 55 tokens original MIT

hecate-tauri

20

hecatehq/hecate

Skill Claude CodeCodex

Use when working on the Hecate native desktop app in tauri/. Covers the Tauri 2.x Rust layer, sidecar lifecycle, platform bundling, and the gateway↔webview integration.

22 8d ago A 49 tokens original MIT

hecate-ui

21

hecatehq/hecate

Skill Claude CodeCodex

Use when working on the Hecate operator UI in ui/. Keeps frontend work aligned with Hecate's operator-console workflows, runtime-debugging focus, and React/Vite stack.

22 8d ago A 43 tokens original MIT

SigNoz/agent-skills

Skill Claude CodeCodex

Generate, write, or run an ad-hoc query against SigNoz observability data (metrics, logs, or traces) without wrapping it in a dashboard panel or alert. Make sure to use this skill whenever the user asks "show me error rates", "query logs for timeout errors", "what's the p99 latency for the cart service", "how many…

16 8d ago A 126 tokens original MIT

SigNoz/agent-skills

Skill Claude CodeCodex

Use when the user wants to create, list, get, update, rename, or delete a SigNoz saved Explorer view. Trigger on phrases like "save this query as a view", "save this filter", "bookmark this search", "list my saved views", "show me views for traces/logs/metrics/meter", "rename the X view", "update my saved view to also…

16 8d ago A 142 tokens original MIT

SigNoz/agent-skills

Skill Claude CodeCodex

Modify an existing SigNoz dashboard: add or remove panels, edit a panel's query, threshold, or unit, rename the dashboard, change a panel type (graph ↔ table ↔ value), rearrange the layout, add or edit variables, or update tags. Make sure to use this skill whenever the user says "add a panel to my dashboard", "change…

16 8d ago A 153 tokens original MIT