SkillsMar 29, 2026·2 min read

Google Gemini CLI — All Official Extensions Collection

40+ official Gemini CLI extensions by Google: coding, security, Google Cloud, databases, and partner integrations.

TL;DR
A curated set of 40+ official Gemini CLI extensions for coding, cloud, security, and database tasks.
§01

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.

§02

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.

§03

How to use

  1. Install the Gemini CLI from Google's official repository.
  2. Browse the extension list in this collection to find the category you need (coding, security, cloud, databases, or partners).
  3. Enable the extension using the Gemini CLI configuration and start using it in your terminal workflows.
§04

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
§05

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.
§06

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

How many extensions are in this collection?+

The collection includes 40+ official Gemini CLI extensions published by Google, covering categories like coding, security, Google Cloud, databases, and partner integrations.

Do I need a Google Cloud account to use these extensions?+

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.

Can I use Gemini CLI extensions with other AI tools?+

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.

Are these extensions free?+

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.

How do I update extensions?+

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)
🙏

Source & Thanks

Created by Google. Licensed under Apache 2.0. gemini-cli — ⭐ 99,400+

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets