Spot Advanced Swap Orders for Gemini CLI
io.github.orbs-network/spot
Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders.
client:Gemini CLI
transport:stdio
runtime:npm
Install Spot Advanced Swap Orders in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"spot": {
"command": "npx",
"args": [
"-y",
"@orbs-network/spot"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs