explaingit

zahidoverflow/agymod

Analysis updated 2026-05-18

0ShellAudience · developerLicense

TLDR

A Bash command line tool that automatically rotates between several Google accounts for Antigravity CLI whenever the current account's usage quota runs out.

Mindmap

mindmap
  root((repo))
    What it does
      Multi account management
      Automatic quota rotation
      Local token storage
      Custom rotation order
    Tech stack
      Shell
      Bash
      jq
    Use cases
      Long coding sessions
      Account switching
      CTF and long tasks
    Audience
      Developers
      Antigravity CLI users

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

Keep a long Antigravity CLI coding session going by automatically switching accounts when quota runs out.

USE CASE 2

Manage several Google account logins and their tokens from one command line tool.

USE CASE 3

Set a custom order for which account gets used first during automatic rotation.

USE CASE 4

Quickly switch to a specific account by email for a single command.

What is it built with?

ShellBashjq

How does it compare?

zahidoverflow/agymod123satyajeet123/bitnet-serveradeilsonrbrito/cross-model-consult
Stars000
LanguageShellShellShell
Setup difficultyeasymoderate
Complexity2/53/5
Audiencedeveloperdeveloperdeveloper

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

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

In plain English

agymod is a command line tool that manages several Google accounts for use with Antigravity CLI, a separate AI coding assistant tool, and automatically switches between those accounts whenever one of them runs out of its usage quota. The problem it solves is that Antigravity CLI limits each Google account to a few hours of use before it needs to wait for the quota to reset, which can interrupt a long working session. With agymod, a user adds several Google accounts once, each authenticated with its own login, and then simply runs the tool as usual. When the current account hits its quota limit, the tool asks the user to confirm, then automatically loads the next account's saved login token so work can continue without manually signing out and back in. The order accounts rotate through can be customized in a small configuration file. Each account's login token is stored as a separate local file on the user's own machine, never uploaded anywhere, and the tool's configuration folder is set to restricted file permissions by default. The README recommends users add this folder to their gitignore file and treat the stored tokens like a password file. The tool itself is a single Bash script, requiring Bash 4.0 or newer and the jq command line JSON processor as dependencies, on top of Antigravity CLI itself. Installation is a single command that downloads the script and makes it runnable, or it can be cloned and copied manually. Commands are provided for adding accounts, switching between them by index or by email, listing all configured accounts, viewing activity logs, and resetting the whole setup. The README also compares it against manually switching accounts by hand and against a separate more complex proxy tool, positioning agymod as a lighter weight, simpler alternative that works directly with Antigravity CLI rather than needing its own server. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Explain how agymod stores and switches between multiple account tokens for Antigravity CLI.
Prompt 2
Show me how to add and authenticate three Google accounts with agymod.
Prompt 3
Walk me through what happens step by step when agymod detects a quota limit has been hit.
Prompt 4
Explain the security precautions agymod recommends for its local token storage folder.
Prompt 5
Help me set a custom account rotation order using agymod's sequence.json file.

Frequently asked questions

What is agymod?

A Bash command line tool that automatically rotates between several Google accounts for Antigravity CLI whenever the current account's usage quota runs out.

What language is agymod written in?

Mainly Shell. The stack also includes Shell, Bash, jq.

What license does agymod use?

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

Who is agymod for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.