olakai-troubleshoot
Installation
SKILL.md
Troubleshoot Olakai Agent Monitoring
This skill helps diagnose and fix common issues with Olakai AI agent monitoring, KPI calculations, and SDK integration.
For full documentation, see: https://app.olakai.ai/llms.txt
The Golden Rule: Test → Fetch → Validate
Always diagnose by generating a real event and inspecting it. Don't guess - look at the actual data.
# 1. Trigger your agent/app to generate an event
# 2. Fetch the event
olakai activity list --agent-id YOUR_AGENT_ID --limit 1 --json
# 3. Inspect it completely
olakai activity get EVENT_ID --json | jq '{customData, kpiData}'
Related skills