Standalone OpenClaw plugin that exposes browser-authenticated web providers without standard API keys.
This repository is self-contained. The built dist/ bundle is committed, so you can install it directly after cloning.
After cloning, the recommended zero-prerequisite path on macOS is:
git clone https://github.com/wangedoo518/ZeroToken.git
cd ZeroToken
chmod +x Zero-Token.command
./Zero-Token.commandZero-Token.command can automatically:
- install Homebrew if it is missing
- install Node.js 22 if it is missing
- launch the macOS setup flow
If Node.js 22 is already installed, you can also run:
npm run macThe macOS launcher will:
- install a local OpenClaw runtime under
.zero-token-runtime/ - install the plugin into OpenClaw
- patch the local OpenClaw
api-registry.js - offer to install Chrome / Edge / Brave / Chromium automatically if none is found
- let you pick a browser, log in to providers, and start the gateway
git clone https://github.com/wangedoo518/ZeroToken.git
cd ZeroToken
openclaw plugins install .
openclaw models auth login --provider deepseek-web --set-defaultgit clone https://github.com/wangedoo518/ZeroToken.git
cd ZeroToken
openclaw plugins install .
openclaw models auth login --provider deepseek-web --set-defaultIf you modify source files, rebuild before reinstalling:
npm install
npm run build
openclaw plugins install .chatgpt-webclaude-webdeepseek-webdoubao-webgemini-webglm-intl-webglm-webgrok-webkimi-webperplexity-webqwen-cn-webqwen-webxiaomimo-web
- The plugin uses the host OpenClaw runtime via
openclaw/plugin-sdk/core. - Browser credentials are stored through OpenClaw auth profiles and resolved at runtime.
- Chrome/Edge/Brave/Chromium discovery is included for macOS, Linux, and Windows.