A professional v3 observability toolkit for OpenClaw agents featuring automatic tracing, cost analysis, and system health monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install langfuse-observability
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 langfuse-observability using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Langfuse Observability is designed as the central nervous system for monitoring and debugging AI agents within the Openclaw Skills ecosystem. It provides a robust v3 toolkit that allows developers to implement deep observability for LLM calls, API requests, and tool executions. By integrating this skill, users gain complete visibility into their agentic workflows, moving from black-box operations to fully transparent and auditable processes.
The skill excels at synthesizing complex data points into actionable insights. It captures everything from high-level session groupings to granular cost tracking per model, ensuring that developers can maintain both performance and budget efficiency. Whether you are running locally or in a distributed cloud environment, this skill provides the telemetry needed for production-grade reliability.
To get started with these Openclaw Skills, you need to configure your environment to recognize the observability scripts. Use the following setup in your agent scripts:
# Add the skill directory to your Python path
import sys, os
sys.path.insert(0, os.path.expanduser("~/.openclaw/workspace/skills/langfuse-observability/scripts"))
# Import the tracing toolkit
from langfuse_hub import traced, trace_llm, trace_api, trace_tool, trace_event, flush
Ensure your Langfuse instance is running at http://langfuse-web:3000.
This skill utilizes the Langfuse v3 schema to organize observability data into a hierarchical structure:
| Component | Description |
|---|---|
| Traces | The top-level execution context for an entire agent run. |
| Spans | Represent individual units of work or tool executions within a trace. |
| Generations | Specific records of LLM prompts, completions, and token counts for cost calculation. |
| Scores | Qualitative or quantitative evaluation metrics attached to specific traces or spans. |
Loading
A comprehensive automation tool for managing dropship suppliers, product feeds, and order routing through a unified CLI.

A zero-dependency Python skill for triggering IFTTT webhooks and managing applets to connect AI agents with 800+ external services.

A comprehensive Hunter.io integration for AI agents to find, verify, and manage professional email leads via CLI.

Manage clinical workflows including patients, appointments, and documentation through a streamlined GraphQL API interface.

An AI-powered automation skill for scoring leads and generating context-aware sales follow-ups.

A comprehensive CLI tool for managing Lemon Squeezy digital products, orders, and subscriptions within Openclaw Skills.








































