whatisgithub

What is autoclaw-autologin?

andreanocalvin/autoclaw-autologin — explained in plain English

Analysis updated 2026-05-18

51PythonAudience · developerComplexity · 4/5LicenseSetup · moderate

In one sentence

A Python tool that automates Google sign-in to a free AI service and exposes the result as a local OpenAI-compatible API, using a stealth browser and rotating proxies.

Mindmap

mindmap
  root((AutoClaw Auto-Login))
    What it does
      Automates Google OAuth login
      Serves OpenAI-compatible API
      Manages and refreshes tokens
    Tech stack
      Python
      Flask
      CloakBrowser
    Use cases
      Use free GLM models in Cursor
      Batch login many accounts
      Monitor credits with dashboard
    Requirements
      Google accounts
      Rotating proxy list
      Python 3.10 or newer
    Notes
      Bypasses anti-bot detection
      Avoid the auto model alias

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Connect an OpenAI-compatible tool like Cursor or OpenWebUI to free GLM models through a local proxy.

USE CASE 2

Automatically log in a batch of Google accounts to a free AI service using rotating proxies.

USE CASE 3

Monitor account credit balances and token expiry from a local web dashboard.

USE CASE 4

Test a single account's login and API access before running a full batch.

What is it built with?

PythonFlaskCloakBrowserPlaywright

How does it compare?

andreanocalvin/autoclaw-autologincortex-trading-systems/polymarket-copy-trading-bot-clob-aifacebookresearch/flow-world-models
Stars515151
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity4/53/55/5
Audiencedevelopergeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Batch logins need one rotating proxy per account or the service's IP rate limit kicks in.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

AutoClaw Auto-Login is a Python tool that automates signing into AutoGLM, a Z.ai service that gives free access to GLM and DeepSeek AI models through a Google account. Once logged in, the tool runs a small local server that speaks the same API format as OpenAI, so existing tools built for OpenAI, such as Cursor, Continue, or OpenWebUI, can send requests to it and get answers from the free GLM models without any code changes on their end. For the Google sign in step, the tool controls a specialized version of the Chrome browser called CloakBrowser, which is built to look like a normal human controlled browser to services that try to detect and block automated traffic, including Cloudflare checks, reCAPTCHA, and browser fingerprinting tools. Because the underlying service limits how many accounts can be registered from the same network address before requiring a cooldown, the tool also supports rotating through a list of proxy servers, so each account it logs in can appear to come from a different location. You provide a list of Google email and password pairs in one text file and, if you plan to log in many accounts, a list of proxy servers in another. The tool can then log them in one at a time or several at once, saves the resulting access tokens, and automatically refreshes them before they expire. A web dashboard on your own machine shows which accounts are logged in, their remaining credit balance, and when their tokens will need refreshing. On Windows, setup is a handful of double-clickable batch files that install the dependencies, let you edit the account and proxy lists, and start the local proxy server. On other systems the same steps are run manually from the command line using pip and a couple of Python scripts. The project notes that one of the available model choices silently uses a DeepSeek model at a much higher cost than expected, and recommends avoiding it in favor of the models it identifies as the real GLM options. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Walk me through setting up accounts.txt and proxies.txt for a batch login run.
Prompt 2
Explain the difference between the glm-5.2 and auto model aliases this proxy exposes.
Prompt 3
Show me how to point Cursor at this tool's local OpenAI-compatible endpoint.
Prompt 4
Help me troubleshoot a rate limit error when registering multiple accounts without enough proxies.

Frequently asked questions

What is autoclaw-autologin?

A Python tool that automates Google sign-in to a free AI service and exposes the result as a local OpenAI-compatible API, using a stealth browser and rotating proxies.

What language is autoclaw-autologin written in?

Mainly Python. The stack also includes Python, Flask, CloakBrowser.

What license does autoclaw-autologin use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is autoclaw-autologin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is autoclaw-autologin for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.