
厌倦了收费的 API 额度?开源项目OpenClaw Zero Token让你用浏览器登入一次,就能透过统一 Gateway 白嫖以下所有模型:
Claude / ChatGPT / Gemini / DeepSeek / Grok / Qwen 国内外版 / 豆包 / Kimi / GLM / MiMo / Manus
原理
用 Playwright + Chrome CDP 拦截网页版的 Authorization Header 和 Cookie,落地到本地 auth.json,之后直接重放给官方 Web API——不走付费 API,零 token 费用。
功能亮点
- 统一 OpenAI 兼容 Gateway,可接入任何支持 OpenAI 格式的客户端
- AskOnce:一条 prompt 同时查询多个模型,对比回复
- Agent + 工具调用:支持 exec、read_file、browser 等本地工具,可跑自动化任务
- Web UI / CLI / Telegram Bot 多种接入方式
快速开始
git clone https://github.com/linuxhsj/openclaw-zero-token.git
cd openclaw-zero-token
pnpm install && pnpm build && pnpm ui:build
./start-chrome-debug.sh
./onboard.sh webauth
./server.sh