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
costSourcemetadata 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_TOKENDEEPCLAW_INSTANCE_IDDEEPCLAW_API_URL
Status
Initial public release candidate: 0.1.0.
For full documentation, see the repository README.