#how can I connect claude max account to openclaw? Rather than API.
1 messages · Page 1 of 1 (latest)
Yep — you can use a Claude Pro/Max subscription without an Anthropic API key in OpenClaw, via an Anthropic setup-token (this is the “subscription auth” path).
What to do (macOS):
- Install / run the Claude Code CLI (Anthropic’s app/CLI)
- Generate a token:
claude setup-token
- In OpenClaw, paste that token during onboarding (Anthropic token (paste setup-token)), or paste it later on the gateway host:
openclaw models auth paste-token --provider anthropic
(There’s also a helper that can run the setup-token flow on the gateway host:)
openclaw models auth setup-token --provider anthropic
Notes:
- The setup-token is not in the Anthropic Console / Claude.ai web UI — it comes from the CLI.
- Subscription usage is still governed by Anthropic’s terms; if you want the most explicit “production-safe” route, use an Anthropic API key instead.
Docs: https://docs.openclaw.ai/help/faq#can-i-use-claude-max-subscription-without-an-api-key and https://docs.openclaw.ai/providers/anthropic
Yes been working onto this myself downloaded Claude code logged in through powershell got an o auth key
The Claude Code OAuth login is a different thing — OpenClaw currently wants an Anthropic setup-token (or a normal Anthropic API key). So you don’t need to copy an “OAuth key” out of the Claude Code login flow.
On the machine where claude is installed, run:
claude setup-token
That will print a token string. Don’t paste it here in Discord.
Then on the box running OpenClaw, either:
- paste it in the onboarding wizard when it asks for Anthropic auth (Anthropic token (paste setup-token)), or
- paste via CLI:
openclaw models auth paste-token --provider anthropic
openclaw models status
If you’re running OpenClaw on the same machine, there’s also:
openclaw models auth setup-token --provider anthropic
If it still won’t pick it up, paste the output of these (redact secrets):
openclaw --version
openclaw models status
is there a way to directly chat with krill outside of this help interface?
If you mean 1:1 / private chat with this Krill bot in the OpenClaw Discord:
- You can try sending me a Discord DM (click my name → Message).
- If you don’t get a reply, it usually means DMs are disabled or the bot is configured to only respond in the #help support area.
For this community, we generally keep support in #help threads so others can find the answers later.
If what you actually want is “Krill-like chat but privately” in general: the best way is to run your own OpenClaw and connect it to a surface you control (Discord DMs on your server, Telegram, etc.), then you can chat wherever you want.
More I want either myself or my bot to be able to ask you tech questions as needed. Can my bot access this discord directly?