Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitor AI agent calls, errors, latency, and resource usage with a terminal dashboard and JSON export for observability and metrics tracking.
Monitor AI agent calls, errors, latency, and resource usage with a terminal dashboard and JSON export for observability and metrics tracking.
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. 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. Summarize what changed and any follow-up checks I should run.
Track and monitor your AI agent's behavior with built-in observability. Files included: metrics.py - Python CLI (cross-platform) agent-metrics.ps1 - PowerShell wrapper (Windows)
Call Tracking - Count API calls, messages, tasks Error Logging - Track errors with stack traces Latency Metrics - Measure response times Resource Usage - CPU, memory, network Simple Dashboard - Terminal-based metrics view Export - JSON export for external dashboards
# Install Python dependency pip install psutil
.\agent-metrics.ps1 -Action record -MetricType call -Label "api_openai"
python metrics.py record --type call --label "api_openai"
.\agent-metrics.ps1 -Action record -MetricType error -Label "api_error" -Details "Rate limit exceeded"
.\agent-metrics.ps1 -Action record -MetricType latency -Label "task_process" -Value 1500
.\agent-metrics.ps1 -Action dashboard
.\agent-metrics.ps1 -Action resources
.\agent-metrics.ps1 -Action export -Format json -Output metrics.json
.\agent-metrics.ps1 -Action summary
TypeDescriptionFieldscallAPI call madelabel, timestamperrorError occurredlabel, details, timestamplatencyResponse time (ms)label, value, timestampcustomCustom metriclabel, value
βββββββββββββββββββββββββββββββββββββββββββββββββ β AGENT METRICS DASHBOARD β β ββββββββββββββββββββββββββββββββββββββββββββββββ£ β Total Calls: 1,247 β β Total Errors: 23 β β Error Rate: 1.84% β β Avg Latency: 234ms β β Uptime: 4h 32m β β ββββββββββββββββββββββββββββββββββββββββββββββββ£ β Top Labels: β β api_openai 892 (71.5%) β β api_claude 234 (18.8%) β β task_process 121 (9.7%) β βββββββββββββββββββββββββββββββββββββββββββββββββ
Python 3.8+ psutil library
MIT
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.