Back to the catalog

extension-browser

Gemini CLI extension to browse and recommend other extensions.

Open source Open in the app JSON README (API)

About

Gemini CLI extension to browse and recommend other extensions.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
swissspidy
Origin
gemini
Category
ferramentas
Version
1.0.0
Stars
9
Last push
2025-10-15T09:02:17Z
Repository state
arquivado
Language
TypeScript
License
Apache-2.0
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
swissspidy/extension-browser

README

# Gemini CLI Extension Browser

This extension allows you to browse and recommend other Gemini CLI extensions based on your prompts and usage patterns.

## Features

- **Browse Extensions:** Use the `browse_extensions` tool to get a list of all available Gemini CLI extensions from the official website.
- **Get Recommendations:** The extension analyzes your prompts and recommends the most relevant extensions to help you accomplish your tasks more efficiently.

## Installation

To install the Extension Browser, run the following command:

```bash
gemini extensions install https://github.com/swissspidy/extension-browser
```

## Usage

Once installed, the extension will automatically analyze your prompts and suggest relevant extensions when appropriate. You can also manually trigger the extension by using the `browse_extensions` tool in your prompts.

### Example

> @gemini I need to work with my Chrome browser, is there an extension for that?

Based on this prompt, the extension would recommend the `chrome-devtools-mcp` extension.

## Custom Commands

This extension also includes a custom command to make it easier to install other extensions.

### /ext:install

Easily install Gemini CLI extensions.

#### Example

```text
/ext:install https://github.com/user/repo
```

More