Gemini Search Cc banner
KingGyuSuh KingGyuSuh

Gemini Search Cc

Productivity community

Description

Real-time Google Search, fact-checking & deep research plugin for Claude Code — powered by Gemini CLI

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Gemini Search for Claude Code (gemini-search-cc)

[![CI](https://github.com/KingGyuSuh/gemini-search-cc/actions/workflows/ci.yml/badge.svg)](https://github.com/KingGyuSuh/gemini-search-cc/actions) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Bring **grounded Google Search** directly into [Claude Code](https://code.claude.com/docs). This plugin turns Claude Code into a search-augmented coding assistant — bridging Claude's knowledge cutoff with real-time, cited web information.

⚠️ v2.0 — now powered by the Antigravity CLI (`agy`)

Google [sunset the Gemini CLI for individual users on 2026-06-18](https://antigravity.google/docs/gcli-migration) and replaced it with the **Antigravity CLI** (`agy`). This plugin's **v2.0.0 migrates the underlying engine from Gemini CLI to `agy`**. The slash commands are **unchanged** (`/gemini:*`) — only the engine changed. See [Migrating from v1](#migrating-from-v1-gemini-cli) and the [CHANGELOG](CHANGELOG.md).


Contents


Features

Skills (Slash Commands)

Command Description
/gemini:search Quick grounded Google Search with citations
/gemini:research Deep multi-step research with cross-referenced sources
/gemini:audit Security & dependency audit (CVEs, deprecations, breaking changes)
/gemini:fact-check Verify technical claims against real-time sources
/gemini:changelog Latest release notes, breaking changes, migration guid