OpenClaw is an open-source AI agent CLI. Byoky is a key wallet that proxies LLM calls so the API key never leaves the device. Pair them with a free token gift from the marketplace — or sign in with your existing Claude Pro/Max subscription — and OpenClaw runs frontier models at zero extra cost.
Anyone can gift token access on the Byoky marketplace. OpenClaw runs entirely on the gifter's budget — capped, revocable, and proxied through their wallet so their key never leaves their machine.
No card, no signup, no provider account.
Already paying for Claude Pro or Max? Connect it to Byoky with a setup token and OpenClaw runs on the same subscription credits you already use in claude.ai. No API credits, no per-token billing.
Anthropic-only — uses your existing plan.
Chrome, Firefox, iOS, or Android — one click.
Redeem a gift from the marketplace, or use your own key.
Two npm installs — the bridge and the OpenClaw plugin.
One auth command and you're calling Claude / GPT / Gemini.
The wallet holds API keys (yours or gifted) and proxies every request.
Pick the version for your machine:
Open the wallet, set a password, and you're ready. No accounts, no email.
Don't have an API key yet? Don't need one. The community shares free token gifts on the Byoky marketplace.
That's it. Your wallet now has a credential backed by someone else's API key — capped to a token budget the gifter set. The real key never reaches you, and OpenClaw never sees it either.
Already have your own API key? Skip the marketplace and add the credential directly in the wallet.
If you already pay for Claude Pro or Max, you can use those subscription credits inside OpenClaw — no API key, no extra spend. In the wallet, add an Anthropic credential and choose Setup Token:
claude setup-tokenThat command (from the Claude Code CLI) prints a token starting with sk-ant-oat01-.... Paste it into Byoky and the wallet routes OpenClaw's requests through your claude.ai subscription instead of the API.
Setup-token requests route through the Byoky bridge (next step), so the bridge install is required for this path.
The bridge is a tiny local HTTP proxy. OpenClaw talks to it instead of the LLM provider directly.
npm install -g @byoky/bridge
byoky-bridge installbyoky-bridge install registers the native messaging host so the bridge can hand requests off to your extension. You only run this once.
One npm package adds all 15 Byoky providers to OpenClaw.
npm install -g @byoky/openclaw-pluginPick a provider and log in. OpenClaw will open your browser so the wallet can approve the connection.
openclaw models auth login --provider byoky-anthropicUnlock your wallet, approve the request, and the bridge starts automatically. Verify it's running:
curl http://127.0.0.1:19280/health
# → {"status":"ok","providers":["anthropic"]}Want a different provider? Re-run the command with another id — byoky-openai, byoky-gemini, byoky-xai, etc.
That's the whole setup. Run OpenClaw as you normally would — every LLM call routes through your wallet.
Inside OpenClaw, the /byoky command shows the bridge status and which providers are connected:
/byokyToken usage is tracked in your wallet's Sessions view. If you're using a gifted credential, the gifter's budget ticks down in real time and stops you cleanly when it hits zero.
The plugin registers all 15 Byoky providers with OpenClaw:
byoky-anthropicClaude Opus 4, Sonnet 4, Haiku 4.5byoky-openaiGPT-4.1, o3, o4-mini, GPT-4.1 Minibyoky-geminiGemini 2.5 Pro, 2.5 Flashbyoky-xaiGrok 3, Grok 3 Minibyoky-deepseekDeepSeek V3, R1byoky-mistralMistral Largebyoky-groqLlama 3.3 70Bbyoky-cohereSet model manuallybyoky-perplexitySet model manuallybyoky-togetherSet model manuallybyoky-fireworksSet model manuallybyoky-openrouterSet model manuallybyoky-azure_openaiSet model manuallyOpenClaw → HTTP → Bridge (localhost:19280) → Native Messaging → Extension → LLM API
↑
Keys live here. Always.http://127.0.0.1:19280/<provider>.If you're using a gifted credential, requests are relayed once more — through the gifter's extension, which holds the real key and enforces the token budget. You see streaming tokens; the gifter sees a usage counter ticking down.
Grab a free token gift from the marketplace and you'll be running Claude or GPT inside OpenClaw in under five minutes.