openclaw-zero-token  by linuxhsj

Unified AI model access without API tokens

Created 2 weeks ago

New!

1,721 stars

Top 24.4% on SourcePulse

GitHubView on GitHub
Project Summary

Summary OpenClaw Zero Token addresses the high cost and limitations of traditional AI model API access by enabling free usage through browser automation. It targets users seeking cost-effective, unrestricted access to major AI platforms like Claude, ChatGPT, Gemini, and others, by capturing session credentials directly from web interfaces. This approach eliminates API token expenses and usage limits.

How It Works This project bypasses traditional API token costs by leveraging browser automation (Playwright) to capture session credentials directly from AI model web interfaces. Unlike paid API access, this approach offers completely free usage with no call limits, requiring only web login credentials stored locally for security. It automates authentication by intercepting network requests, capturing cookies and bearer tokens, and enabling subsequent API calls. The system handles dynamic parameters and Cloudflare bypass by operating within a real browser context, providing a novel way to access multiple AI models.

Quick Start & Requirements Setup involves building the project (npm install && pnpm ui:build), running a debug Chrome instance (./start-chrome-debug.sh), manually logging into AI platforms via this browser, configuring onboard settings (./onboard.sh), authenticating DeepSeek, and starting the server (./server.sh start). Prerequisites include Node.js, pnpm, and a Chrome browser. Detailed steps are available in START_HERE.md.

Highlighted Details

  • Provides token-free access to numerous AI models including Qwen, Claude, ChatGPT, Gemini, Grok, GLM, DeepSeek, Doubao, and Kimi.
  • Employs Playwright with CDP connection for browser automation and credential capture.
  • Supports both international and China-specific versions of platforms like Qwen.
  • Includes mechanisms for Cloudflare bypass and handling streaming responses.

Maintenance & Community The project's roadmap indicates a current focus on improving credential capture reliability and documentation, with planned features like ChatGPT Web authentication support. No specific community links (Discord, Slack) or major contributor/sponsorship details are provided in the README.

Licensing & Compatibility The project is released under the MIT License, which is highly permissive and generally allows for commercial use, modification, and distribution, provided the license and copyright notice are included.

Limitations & Caveats The solution's reliance on AI providers' web interfaces makes it susceptible to breakage from site changes. While primarily focused on zero-token access, the architecture indicates some providers (e.g., OpenAI, Anthropic) may still require traditional API tokens. Setup necessitates running Chrome in debug mode, and the effectiveness depends on the stability of the web authentication flows.

Health Check
Last Commit

1 day ago

Responsiveness

Inactive

Pull Requests (30d)
9
Issues (30d)
53
Star History
1,810 stars in the last 19 days

Explore Similar Projects

Feedback? Help us improve.