Skillsmith for Gemini CLI
io.github.smith-horn/skillsmith
Share agent skills across your team, scan them for risk, and track what's actually used.
client:Gemini CLI
transport:stdio
runtime:npm
Install Skillsmith in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": [
"-y",
"@skillsmith/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