Deepclaw Openclaw

OpenClaw observability plugin for DeepClaw — streams real-time LLM usage, token, cache, reasoning, and cost telemetry into DeepClaw.

digitizers 65f7611 15 files · 241.5 KB Updated

File contents

DeepClaw OpenClaw Plugin

deepclaw-openclaw is an OpenClaw plugin that sends LLM usage telemetry from OpenClaw to DeepClaw.

What it tracks

  • Provider and model
  • Input/output tokens
  • Cache read/write tokens
  • Reasoning/thinking tokens
  • Per-call and per-session cost breakdowns
  • costSource metadata for auditability

Install

npm install deepclaw-openclaw

npm package: https://www.npmjs.com/package/deepclaw-openclaw GitHub: https://github.com/Digitizers/deepclaw-openclaw

Configure

plugins:
  deepclaw-openclaw:
    enabled: true
    syncToken: "YOUR_DEEPCLAW_SYNC_TOKEN"
    instanceId: "prod-agent-01"
    apiUrl: "https://app.deep-claw.com"
    flushIntervalMs: 5000
    debug: false

Environment variables are also supported:

  • DEEPCLAW_SYNC_TOKEN
  • DEEPCLAW_INSTANCE_ID
  • DEEPCLAW_API_URL

Status

Initial public release candidate: 0.1.0.

For full documentation, see the repository README.

digitizers/deepclaw-openclaw/tree/main/ commit 65f7611858

Frequently asked questions

npx skillmds@latest add digitizers/deepclaw-openclaw