Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Pydantic Logfire observability — OTEL GenAI traces, tool call spans, token metrics, distributed tracing
Pydantic Logfire observability — OTEL GenAI traces, tool call spans, token metrics, distributed tracing
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Pydantic Logfire observability plugin for OpenClaw. Traces the full agent lifecycle with OTEL GenAI semantic conventions — tool calls, token usage, errors, and optional distributed tracing across services.
openclaw plugins install @ultrathink-solutions/openclaw-logfire Set your Logfire write token: export LOGFIRE_TOKEN="your-token" Add to openclaw.json: { "plugins": { "entries": { "openclaw-logfire": { "enabled": true, "config": {} } } } } Restart OpenClaw. Traces appear in your Logfire dashboard.
Every agent invocation produces a span tree: invoke_agent chief-of-staff (root span) |-- execute_tool Read (file read) |-- execute_tool exec (shell command) |-- execute_tool Write (file write) Spans follow OTEL GenAI semantic conventions: gen_ai.agent.name, gen_ai.tool.name, gen_ai.usage.input_tokens, gen_ai.usage.output_tokens, etc.
gen_ai.client.token.usage — token count histogram (input/output) gen_ai.client.operation.duration — agent invocation latency
SettingDefaultDescriptionenvironmentdevelopmentDeployment environment labelserviceNameopenclaw-agentOTEL service nameproviderName—GenAI provider (e.g. anthropic)captureToolInputtrueRecord tool argumentsredactSecretstrueStrip API keys and JWTsdistributedTracing.enabledfalseW3C traceparent propagation
Secret redaction (on by default): Strips API keys, platform tokens, JWTs, and credentials from recorded tool arguments before export Tool output is not captured by default (captureToolOutput: false) Message content is not captured by default (captureMessageContent: false) Data destination: Traces are exported via OTLP HTTP to Pydantic Logfire (US or EU region). No other external endpoints are contacted. No local persistence: All data is streamed to Logfire; nothing is written to disk
URLData Senthttps://logfire-api.pydantic.dev (US)OTLP traces + metricshttps://logfire-api-eu.pydantic.dev (EU)OTLP traces + metrics By using this plugin, trace and metric data is sent to Pydantic Logfire. Only install if you trust this destination.
GitHub npm Logfire Blog: We Put OpenClaw Into Production
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.