A comprehensive observability tool for tracking AI agent API calls, error rates, and system resource utilization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-metrics-osiris
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-metrics-osiris 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 Metrics skill provides developers with a robust framework for monitoring AI agent behavior and performance in real-time. By integrating this tool into your workflow, you can capture critical data points such as API call counts, response latencies, and detailed error logs. This skill is a vital component of the Openclaw Skills library, designed to help developers maintain high reliability and performance standards for their automated agents through actionable insights and clear data visualization.
To begin using this skill from the Openclaw Skills collection, first install the necessary dependencies:
pip install psutil
Verify the installation by recording a test metric using the cross-platform Python CLI:
python metrics.py record --type call --label "initialization_test"
The skill organizes monitoring data into four primary categories to ensure clear observability:
| Metric Type | Purpose | Key Data Fields |
|---|---|---|
| call | Tracks usage volume | label, timestamp |
| error | Logs execution failures | label, details, timestamp |
| latency | Measures response speed | label, value (ms), timestamp |
| custom | User-defined tracking | label, value |
Loading
A robust cryptographic framework for AI agents to sign messages, verify identities, and establish secure agent-to-agent communications.

A standardized implementation of the Agent2Agent Protocol enabling discovery, messaging, and task delegation between autonomous AI agents.

A professional integration that turns Discord forum threads into structured AI task sessions with automated tagging and model switching.

A specialized skill for OpenClaw agents to manage Discord forum-based task centers and deploy historical-themed server hierarchies.

A specialized monitoring skill for Moltbook that detects new agents, tracks keyword-specific posts, and synchronizes findings with Open Notebook or local files.

A research-focused skill for OpenClaw agents to programmatically search, filter, and download scientific papers from the arXiv repository.








































