Back to the catalog

tokrepo

Search and install AI assets from TokRepo - 220+ skills, prompts, MCP configs, and workflows

Open source Open in the app JSON README (API)

About

Search and install AI assets from TokRepo - 220+ skills, prompts, MCP configs, and workflows

Details

Kind
Plugins
Topic
No topic detected
Publisher
henu-wang
Origin
gemini
Category
ferramentas
Version
1.0.0
Last push
2026-04-02T05:31:53Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
henu-wang/tokrepo-gemini-extension

README

# TokRepo Gemini CLI Extension

TokRepo for Gemini CLI. Search and install AI assets from the TokRepo open registry, including skills, prompts, MCP configs, and workflows.

## Install

```bash
gemini extension install https://github.com/henu-wang/tokrepo-gemini-extension
```

This extension wires in the TokRepo MCP server automatically:

```json
{
  "mcpServers": {
    "tokrepo": {
      "command": "npx",
      "args": ["tokrepo-mcp-server"]
    }
  }
}
```

## Use

After installation, ask Gemini CLI to find installable AI assets or use the bundled MCP tools:

- `tokrepo_search`
- `tokrepo_detail`
- `tokrepo_install`
- `tokrepo_trending`

You can also use the CLI directly:

```bash
npx tokrepo search "mcp database"
npx tokrepo install <uuid-or-name>
```

Registry: https://tokrepo.com
MCP package: https://www.npmjs.com/package/tokrepo-mcp-server
CLI package: https://www.npmjs.com/package/tokrepo

More