git404hub

what is cc-to-antigravity-cli-bridge fr?

yyu0310/cc-to-antigravity-cli-bridge — explained in plain English

Analysis updated 2026-05-18

25ShellAudience · developerComplexity · 2/5Setup · easy

tl;dr

A shell bridge that lets Claude Code call Google's Antigravity CLI for extra search coverage and access to Gemini and Claude models via subscription.

vibe map

mindmap
  root((cc-to-antigravity-bridge))
    What it does
      Bridges Claude Code and agy
      Shares system prompt
      Research prompt prefix
    Tech stack
      Shell scripts
      Antigravity CLI
      Gemini models
    Use cases
      Bypass bot blocked search
      Use spare Gemini quota
      Second model opinion
    Audience
      Claude Code users
      Developers
    Scope
      Thin bridge only
      No memory sync
      Third in a bridge series

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 make with this?

VIBE 1

Fall back to Gemini through agy when Claude's web search fails on bot-protected pages.

VIBE 2

Use an existing Gemini subscription for extra research and assist calls from the terminal.

VIBE 3

Get a second opinion from Claude Sonnet or Opus through agy without spending your main Claude Code session.

what's the stack?

ShellClaude CodeAntigravity CLIGemini

how it stacks up fr

yyu0310/cc-to-antigravity-cli-bridgecoinbaselarper/lucideiumdingyi/dingyi-edu-radar-skill
Stars252525
LanguageShellShellShell
Setup difficultyeasyhardeasy
Complexity2/53/51/5
Audiencedeveloperdevelopergeneral

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

how do i run it?

Difficulty · easy time til it works · 5min

Requires installing the Antigravity CLI and signing in with a Google account that has Gemini access.

The README does not state a license.

in plain english

This project is a small bridge that lets you call Google's Antigravity CLI, a command line tool the README shortens to agy, from within Claude Code. The goal is not to replace Claude Code as your main tool, but to give it a useful side channel for research and a second set of AI models. The README lists a few concrete reasons this is useful. First, Claude's own web search and web fetch tools sometimes fail on pages protected against bots, while Gemini through agy can often still reach those same pages, so running both and comparing results catches cases Claude alone would miss. Second, it lets you make use of a Gemini subscription you may already be paying for, or received for free through a past promotion, instead of letting that quota sit unused while you do daily work in Claude. Third, agy is not limited to Gemini models. It can also call Claude Sonnet 4.6 and Claude Opus 4.6 for a second opinion or a parallel draft without using up your main Claude Code session. Fourth, the repository includes a short prompt prefix, described as model-agnostic, that pushes any of these tools toward multi-angle searches, dated sources, and a clear, decision-first answer instead of a vague list. Setting it up means installing the Antigravity CLI through Homebrew on macOS or an official install script, then logging in with the Google account tied to your Gemini subscription. The README warns not to set a Gemini API key, since that would make the CLI bill you through the API rather than using your subscription. A bundled shell script applies the research prefix and runs the query from a clean temporary directory so your project's own instruction files do not leak into a pure research question. The project also shows how to symlink your existing Claude instruction file so both tools share the same system prompt. The README is upfront that this is meant to stay a thin bridge: as of the time it was written, agy has no memory system or hook support to sync with, so this project does not attempt to replicate that. It is the third in a small series of similar bridges the author has built for other AI coding tools. The README does not state a license for the code.

prompts (copy fr)

prompt 1
Walk me through installing and logging into the Antigravity CLI for this bridge.
prompt 2
Explain how the research-prefix.md file changes agy's answers compared to a bare query.
prompt 3
Help me symlink my CLAUDE.md file so Claude Code and agy share one system prompt.
prompt 4
Show me how to run ccagy.sh to research a question with the prefix applied.

Frequently asked questions

what is cc-to-antigravity-cli-bridge fr?

A shell bridge that lets Claude Code call Google's Antigravity CLI for extra search coverage and access to Gemini and Claude models via subscription.

What language is cc-to-antigravity-cli-bridge written in?

Mainly Shell. The stack also includes Shell, Claude Code, Antigravity CLI.

What license does cc-to-antigravity-cli-bridge use?

The README does not state a license.

How hard is cc-to-antigravity-cli-bridge to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is cc-to-antigravity-cli-bridge for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.