Query OpenTelemetry traces and services from Jaeger/Tempo
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill opentelemetry --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Opentelemetry?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-opentelemetry)More formats (shields.io, HTML) on the badges page.
---
name: opentelemetry
description: Query OpenTelemetry traces and services from Jaeger/Tempo
activation_keywords: [opentelemetry, jaeger, tempo, tracing, trace, span, observability]
execution_mode: server
---
# OpenTelemetry Skill
Provides read-only trace querying via Jaeger or Tempo HTTP API:
- List services
- List traces for a service
- Get trace details by trace ID
- Search traces by tags and time range
- Get service operations
Use `builtin_opentelemetry` tool with fields:
- `operation`: one of "list_services", "list_traces", "get_trace", "search_traces", "list_operations"
- `service`: service name (required for list_traces/search_traces/list_operations)
- `trace_id`: trace ID (required for get_trace)
- `trace_url`: Jaeger or Tempo query URL (default: http://localhost:16686 for Jaeger, http://localhost:3200 for Tempo)
- `backend`: trace backend type ("jaeger" or "tempo", default: "jaeger")
- `tags`: query tags (for search_traces, e.g. "http.status_code=500")
- `limit`: max results (default: 20)
- `start`, `end`: time range (Unix timestamp in seconds)
Note: All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.