skillflow for Gemini CLI
io.github.rafsilva85/skillflow
Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.
client:Gemini CLI
transport:stdio
runtime:npm
Install skillflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"skillflow": {
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs