Skip to content
Gemini CLI

DecimalAI Skills Registry for Gemini CLI

ai.decimal/registry

Search agent skills ranked by measured lift vs a no-skill baseline, with safety and rankings.

client:Gemini CLI transport:stdio runtime:pypi

Install DecimalAI Skills Registry in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "registry": {
      "command": "uvx",
      "args": [
        "decimalai-mcp"
      ],
      "env": {
        "DECIMAL_API_KEY": "<DECIMAL_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

DecimalAI Skills Registry in other clients