# Deepclaw Openclaw

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

- Skill: `digitizers/deepclaw-openclaw` (Agent Skill, multi-file: 15 files)
- Install (CLI): `npx skillmds@latest add digitizers/deepclaw-openclaw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/digitizers/deepclaw-openclaw/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: digitizers (https://skillmd.com/u/digitizers)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/digitizers/deepclaw-openclaw

---


# 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

```bash
npm install deepclaw-openclaw
```

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

## Configure

```yaml
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.

