olakai-add-monitoring

Add Olakai monitoring to AI agents by wrapping clients and logging events.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/olakai-ai/olakai-skills --skill olakai-add-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: olakai-add-monitoring
Source: https://github.com/olakai-ai/olakai-skills/tree/main/skills/olakai-add-monitoring
Command: npx skills add https://github.com/olakai-ai/olakai-skills --skill olakai-add-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Olakai monitoring to an existing AI agent or LLM-powered application with minimal code changes and without disrupting existing logic.

Core Features & Use Cases

  • Wrap OpenAI/Anthropic clients to automatically track calls, tokens, and context for observability.
  • Configure CustomDataConfigs and KPIs to derive numeric, actionable metrics and dashboards.
  • Support manual event logging for non-wrapped providers and multi-step workflows to aggregate data into a single KPI.

Quick Start

Install the Olakai CLI, authenticate, and wrap your existing client to start collecting monitoring data.

Frequently Asked Questions about olakai-add-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add monitoring to an existing AI agent without changing its logic?

To add monitoring to an existing AI agent without changing its logic, you can wrap your OpenAI or Anthropic clients. This automatically tracks calls, tokens, and context for observability with minimal code changes.

How do I track KPIs and telemetry for a deployed LLM-powered application?

You can track KPIs and telemetry for a deployed LLM application by configuring CustomDataConfigs. This derives actionable numeric metrics from your tracked calls and context to build monitoring dashboards.

Can I monitor multi-step workflows that use non-wrapped LLM providers?

Yes, you can monitor multi-step workflows using non-wrapped providers through manual event logging. This allows you to aggregate data from various steps into a single KPI for comprehensive observability.

What do I need to set up observability for my AI agent?

To set up observability for your AI agent, you need the Olakai CLI installed and your agent API keys. You must also have the ability to wrap clients or log manual events to produce KPI data.

Does Olakai monitoring work with both code-instrumented apps and deployed LLM services?

Yes, Olakai monitoring works with both code-instrumented apps and deployed LLM services. It automates adding observability and KPI tracking to any ongoing AI agent deployment requiring telemetry.