A unified observability suite providing production-grade metrics, traces, and performance insights for OpenClaw agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-observability-dashboard
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 agent-observability-dashboard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Observability Dashboard is a comprehensive monitoring solution designed specifically for developers building with Openclaw Skills. It bridges the gap between raw agent logs and actionable insights by centralizing metrics such as latency, success rates, and token usage into a single, localized interface. By providing a production-grade visibility layer, it ensures that developers can debug complex tool chains and optimize agent decision flows without relying on external enterprise platforms.
This tool emphasizes a local-only approach, storing all telemetry in SQLite or InfluxDB to maintain data privacy. Whether you are managing a single autonomous agent or a fleet of specialized workers, this addition to your library of Openclaw Skills offers the transparency needed to track regressions and improve the overall quality of AI-driven workflows.
To integrate this into your environment and start monitoring your Openclaw Skills, follow these steps:
# Clone the repository
git clone https://github.com/orosha-ai/agent-observability-dashboard
# Install the required Python dependencies
pip install flask pandas influxdb-client
# Launch the web-based dashboard
python3 scripts/observability.py --dashboard
Access the UI at http://localhost:5000 to view real-time session data.
The dashboard organizes data into structured schemas to ensure compatibility across different Openclaw Skills:
| Component | Data Type | Description |
|---|---|---|
| Session ID | String | Unique identifier for the agent session (e.g., agent:main:12345). |
| Metrics | Time-series | Latency (ms), Token Count, API Cost (USD), and Success Status. |
| Traces | JSON Object | Array of tool calls including timestamps, parameters, and error details. |
| Reports | CSV/MD/JSON | Aggregated performance summaries over specific periods (e.g., 24h). |
Loading
A security awareness research demo highlighting supply chain vulnerabilities and social engineering risks within AI coding assistant environments.

A professional-grade system administration utility designed to automate routine maintenance tasks through a streamlined command interface.

A streamlined tool for executing system administration and maintenance tasks within your development environment.

A specialized system administration utility designed to automate routine maintenance tasks through a CLI interface.

Create high-signal, actionable digests from agent community feeds and forums by clustering themes and ranking signal.

A unified verification layer that validates AI agent identities and reputation scores across multiple on-chain and off-chain trust protocols.








































