Openclaw Billing Proxy
Description
Route OpenClaw API requests through Claude Code subscription billing instead of Extra Usage
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
OpenClaw Subscription Billing Proxy
Route your OpenClaw API requests through your Claude Max/Pro subscription instead of Extra Usage billing.
What This Does
After Anthropic revoked subscription billing for third-party tools (April 4, 2026), OpenClaw requests are billed to Extra Usage. This proxy sits between OpenClaw and the Anthropic API, injecting Claude Code's billing identifier so requests use your existing subscription.
**Zero cost increase. Full OpenClaw functionality. No code changes to OpenClaw.**
How It Works
The proxy performs 7-layer bidirectional request/response processing to defeat Anthropic's multi-layer detection:
**Outbound (request to API):**
- Billing Header -- Injects an 84-character Claude Code billing identifier into the system prompt
- Token Swap -- Replaces OpenClaw's auth token with your Claude Code OAuth token
- String Sanitization -- Replaces 30 trigger phrases (OpenClaw, sessions_*, HEARTBEAT, etc.)
- Tool Name Bypass -- Renames all 29 OpenClaw tool names to PascalCase Claude Code convention (e.g.,
exec->Bash,lcm_grep->ContextGrep) throughout the entire body - System Template Bypass -- Strips ~28K of structured config sections and replaces with a ~0.5K natural prose paraphrase
- Tool Description Stripping -- Removes tool descriptions to reduce fingerprint signal
- Property Renaming -- Renames OC-specific schema properties (e.g.,
session_id->thread_id)
**Inbound (response to OpenClaw):** 8. **Full Reverse Mapping** -- Restores ALL original tool names, property names, file paths, and identifiers in both SSE streaming chunks and JSON responses
This ensures Anthropic sees what looks like a Claude Code session while OpenClaw sees its original tool names, paths, and identifiers.
Requirements
- Node.js 18+
- Claude Max or Pro subscription
- Claude Code CLI installed and authenticated
- OpenClaw installed and running
Installing Claude Code CLI (if not
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development