A production-grade observability plugin providing OTEL GenAI traces and token metrics for Openclaw Skills via Pydantic Logfire.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-logfire
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-logfire using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Logfire Plugin is a specialized observability tool designed for developers who need deep visibility into their Openclaw Skills. By integrating with Pydantic Logfire, it provides granular tracing of the entire agent lifecycle, adhering to OpenTelemetry GenAI semantic conventions. This allows teams to monitor the performance of their agents, analyze tool execution paths, and manage token consumption in real-time, ensuring that AI-driven applications are reliable and cost-effective.
This plugin bridges the gap between raw agent execution and actionable insights. Whether you are running complex multi-agent workflows or simple automated tasks, this integration ensures that every step of the process is recorded, from initial invocation to final output, with professional-grade monitoring and distributed tracing capabilities.
Install the plugin using the CLI:
openclaw plugins install @ultrathink-solutions/openclaw-logfire
Configure your Logfire write token in your environment:
export LOGFIRE_TOKEN="your-token"
Enable the plugin in your openclaw.json file:
{
"plugins": {
"entries": {
"openclaw-logfire": {
"enabled": true,
"config": {}
}
}
}
}
The plugin maps agent activities to the following OTEL GenAI semantic conventions:
| Metadata Field | Description |
|---|---|
gen_ai.agent.name |
The specific name of the agent invoked. |
gen_ai.tool.name |
The name of the tool executed during the span. |
gen_ai.usage.input_tokens |
The number of input tokens processed. |
gen_ai.usage.output_tokens |
The number of output tokens generated. |
gen_ai.client.operation.duration |
Total time taken for the agent invocation. |
environment |
Deployment label (e.g., development, production). |
Loading
A specialized skill to fetch, read, and analyze YouTube video transcripts for summarization and information extraction.

Converts pipe-separated raw data into formatted ASCII or Unicode box tables specifically optimized for Telegram monospace code blocks.

An intelligent git assistant that automates conventional commit messages while enforcing security scans and atomic staging.

A powerful meta-skill designed to guide developers through the creation, formatting, and validation of standardized SKILL.md files for AI agents.

A high-performance AI tool for generating and modifying images up to 4K resolution using the Gemini 3 Pro Image API.

A lightweight utility to fetch comprehensive tweet data from X/Twitter URLs without requiring authentication or browser automation.








































