{"id":51189907,"url":"https://github.com/mrhisyammm/hermes-antigravity-auth","last_synced_at":"2026-06-27T14:02:23.075Z","repository":{"id":366855854,"uuid":"1278175430","full_name":"mrhisyammm/hermes-antigravity-auth","owner":"mrhisyammm","description":"Google Antigravity IDE OAuth auth plugin and proxy provider for Hermes Agent","archived":false,"fork":false,"pushed_at":"2026-06-23T16:25:25.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T16:29:40.116Z","etag":null,"topics":["claude","gemini","google-antigravity","hermes","hermes-agent","hermes-plugin","oauth","plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrhisyammm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-23T14:32:49.000Z","updated_at":"2026-06-23T16:25:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mrhisyammm/hermes-antigravity-auth","commit_stats":null,"previous_names":["mrhisyammm/hermes-antigravity-auth"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mrhisyammm/hermes-antigravity-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhisyammm%2Fhermes-antigravity-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhisyammm%2Fhermes-antigravity-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhisyammm%2Fhermes-antigravity-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhisyammm%2Fhermes-antigravity-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrhisyammm","download_url":"https://codeload.github.com/mrhisyammm/hermes-antigravity-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhisyammm%2Fhermes-antigravity-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34855826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","gemini","google-antigravity","hermes","hermes-agent","hermes-plugin","oauth","plugin"],"created_at":"2026-06-27T14:02:22.475Z","updated_at":"2026-06-27T14:02:23.059Z","avatar_url":"https://github.com/mrhisyammm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermes-antigravity-auth\n\nGoogle Antigravity IDE OAuth auth plugin and proxy provider for **Hermes Agent** (developed by Nous Research). This is the **official Hermes version** of the [@mrhisyammm/opencode-antigravity-auth](https://github.com/mrhisyammm/opencode-antigravity-auth) plugin!\n\nAllows you to use Gemini 3.5 Flash, Gemini 3.1 Pro, and Claude 4.6 (Opus/Sonnet) for **FREE** inside Hermes Agent using your Google OAuth credentials pool with **isolated cooldowns** and **exponential backoff auto-rotation**!\n\n---\n\n## ⚡ Quick One-Line Installation\n\nOpen your terminal and run the command corresponding to your operating system to automatically download, install, and configure the plugin:\n\n- **Windows (PowerShell - run as Administrator):**\n  ```powershell\n  Set-ExecutionPolicy Bypass -Scope Process -Force; irm https://raw.githubusercontent.com/mrhisyammm/hermes-antigravity-auth/main/install.ps1 | iex\n  ```\n- **macOS / Linux:**\n  ```bash\n  curl -fsSL https://raw.githubusercontent.com/mrhisyammm/hermes-antigravity-auth/main/install.sh | bash\n  ```\n\n---\n\n## What You Get (Features)\n\n- **Claude Opus 4.6, Sonnet 4.6** and **Gemini 3.5 Flash / 3.1 Pro / 3 Pro / 3 Flash** via Google OAuth\n- **Self-Contained Proxy**: Runs its own lightweight proxy server locally in the background (`port 8999`), making it 100% plug-and-play without any external software dependencies.\n- **Multi-Account Support**: Add multiple Google accounts; requests auto-rotate dynamically.\n- **Isolated Cooldowns**: Cooldowns are tracked separately per account and model family (`claude` vs `gemini`). If Claude gets rate-limited, you can still use Gemini models on the same account!\n- **Progressive Cooldowns (Exponential Backoff)**: Cooldown duration escalates based on consecutive failures (1 min → 5 mins → 30 mins → 2 hours) to avoid Google account blocks/verification checks and ensure long-term account safety.\n- **Interactive TUI Manager**: Run account operations via `/antigravity-mrhisyammm` which spawns a separate terminal window to handle your logins, active account selection, and quota checks seamlessly without input hijacking.\n- **Dynamic Model Mapping**: Model names are translated automatically for the target Google API (e.g., `gemini-3.5-flash` → `gemini-3.5-flash-low` in background) for seamless compatibility.\n\n---\n\n\u003cdetails open\u003e\n\u003csummary\u003e\u003cb\u003e⚠️ Terms of Service Warning — Read Before Installing\u003c/b\u003e\u003c/summary\u003e\n\n\u003e [!CAUTION]\n\u003e Using this plugin (and any proxy for Antigravity) violates Google's Terms of Service. A number of users have reported their Google accounts being **banned** or **shadow-banned** (restricted access without explicit notification).\n\u003e\n\u003e **By using this plugin, you acknowledge:**\n\u003e - This is an unofficial tool not endorsed by Google\n\u003e - Your account may be suspended or permanently banned\n\u003e - You assume all risks associated with using this plugin\n\u003e\n\n\u003c/details\u003e\n\n---\n\n## How to Use\n\n### 1. Chat Commands (CLI \u0026 Desktop GUI)\nThe following commands work directly inside your Hermes session (both in the terminal CLI chat box and the Desktop GUI app chat window):\n\n- **`/antigravity-mrhisyammm`**: Launches the **Google Antigravity Accounts Manager** interactive menu in a new PowerShell window. Select option `2` to log in, `1` to choose your active account, `3` to check quotas, or `4` to remove accounts.\n- **`/antigravity-mrhisyammm-login`**: Directly triggers the browser login flow and sets the account active, printing the result in your chat.\n- **`/antigravity-mrhisyammm-quota`**: Directly fetches and prints your live Weekly and 5-Hour limits right in your chat window.\n\n### 2. Select Model\nRun the model configuration wizard:\n```bash\nhermes model --refresh\n```\nSelect **`Google Antigravity`** as your provider, and then choose any of the models (e.g. `gemini-3.5-flash`, `claude-opus-4-6-thinking`, or `claude-sonnet-4-6-thinking`).\n\n---\n\n## Technical Details\n\n### Configuration Path\nThe plugin shares the exact same accounts file as the OpenCode version, meaning if you already logged in on OpenCode, your accounts will automatically load in Hermes:\n\n- **Accounts Database**: `~/.config/opencode/antigravity-accounts.json` (on Windows, `~` is your home directory)\n- **Fallback Directory**: `~/AppData/Local/hermes/antigravity-accounts.json` (if OpenCode is not installed on the machine, the plugin runs completely self-contained here).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrhisyammm%2Fhermes-antigravity-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrhisyammm%2Fhermes-antigravity-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrhisyammm%2Fhermes-antigravity-auth/lists"}