Broedkrumme Kalibr OpenClaw Plugin & Skill | ClawHub
Looking to integrate Broedkrumme Kalibr into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.
What this skill does
# Kalibr Agent self-improvement and telemetry. Captures agent outcomes and LLM calls for continuous improvement. ## Features - Outcome capture - LLM telemetry - Intelligent model routing (optional) - Self-improvement tracking ## Config ```json { "apiKey": "your-kalibr-api-key", "tenantId": "your-tenant-id", "apiUrl": "https://kalibr-intelligence.fly.dev", "enableRouting": false, "captureOutcomes": true, "captureLlmTelemetry": true } ```
Install
openclaw skills install @broedkrummen/broedkrumme-kalibrnpx clawhub@latest install broedkrumme-kalibrFull SKILL.md
Open originalSKILL.md content below is scrollable.
Kalibr
Agent self-improvement and telemetry. Captures agent outcomes and LLM calls for continuous improvement.
Features
- Outcome capture
- LLM telemetry
- Intelligent model routing (optional)
- Self-improvement tracking
Config
{
"apiKey": "your-kalibr-api-key",
"tenantId": "your-tenant-id",
"apiUrl": "https://kalibr-intelligence.fly.dev",
"enableRouting": false,
"captureOutcomes": true,
"captureLlmTelemetry": true
}