Google Gemini CLI — All Official Extensions Collection
40+ official Gemini CLI extensions by Google: coding, security, Google Cloud, databases, and partner integrations.
What it is
This collection gathers all official Gemini CLI extensions published by Google. It covers coding assistance, security scanning, Google Cloud operations, database management, and partner integrations — all accessible from your terminal through the Gemini CLI.
Developers who work primarily in terminals and want to leverage Gemini without switching to a browser or IDE plugin will find this collection useful as a single reference for available extensions.
How it saves time or tokens
Instead of searching Google's documentation or GitHub repos to discover which extensions exist, this collection puts every official extension in one place. You skip the discovery phase and go straight to installation. Each extension is purpose-built by Google, so it follows consistent patterns and avoids the trial-and-error of third-party tooling.
How to use
- Install the Gemini CLI from Google's official repository.
- Browse the extension list in this collection to find the category you need (coding, security, cloud, databases, or partners).
- Enable the extension using the Gemini CLI configuration and start using it in your terminal workflows.
Example
# Install a Gemini CLI extension
gemini extensions install @google/cloud-run
# Use the extension to deploy a service
gemini cloud-run deploy --source . --region us-central1
# List all installed extensions
gemini extensions list
Related on TokRepo
- AI tools for coding — Other AI-powered coding tools and extensions for development workflows.
- AI tools for DevOps — Extensions and tools that bridge AI with cloud infrastructure management.
Common pitfalls
- Assuming all extensions work offline. Most Gemini CLI extensions require an active Google Cloud project and API key for authentication.
- Installing extensions without checking version compatibility. Some extensions require specific Gemini CLI versions.
- Confusing community extensions with official Google ones. This collection only covers extensions published by Google or verified partners.
Frequently Asked Questions
The collection includes 40+ official Gemini CLI extensions published by Google, covering categories like coding, security, Google Cloud, databases, and partner integrations.
Most extensions require a Google Cloud project for authentication and API access. Some coding-focused extensions may work with just a Gemini API key, but cloud and database extensions need full Google Cloud credentials.
Gemini CLI extensions are designed specifically for the Gemini CLI runtime. They do not directly plug into other AI tools, but you can combine their output with other tools in shell scripts or automation pipelines.
The extensions themselves are free to install and use. However, underlying Google Cloud services they interact with (like Cloud Run or BigQuery) have their own pricing. Gemini API calls are subject to Google's API pricing.
Use the Gemini CLI's built-in extension manager to check for updates and upgrade individual extensions. Google publishes updates through the same channel used for initial installation.
Citations (3)
- Gemini CLI GitHub— Google publishes official Gemini CLI extensions
- Google AI Docs— Gemini API documentation for extensions
- Google Cloud SDK Docs— Google Cloud CLI integration patterns
Related on TokRepo
Source & Thanks
Created by Google. Licensed under Apache 2.0. gemini-cli — ⭐ 99,400+
Discussion
Related Assets
Claude-Flow — Multi-Agent Orchestration for Claude Code
Layers swarm and hive-mind multi-agent orchestration on top of Claude Code with 64 specialized agents, SQLite memory, and parallel execution.
SuperClaude — Workflow Framework for Claude Code
Adds 16+ slash commands, 9 cognitive personas, and a smart flag system to Claude Code in one pipx install.
Claudia — Tauri Desktop GUI for Claude Code
Open-source Tauri/Rust desktop app for managing Claude Code sessions, custom agents, sandboxed execution, and checkpoints.