A plugin for the OpenCode that enables Google Gemini's built-in tools: Google Search, Google Maps, URL Context, and Code Execution.
Add the plugin to your OpenCode configuration file (e.g. ~/.config/opencode/opencode.json or .opencode/opencode.json in your project):
{
"plugin": ["opencode-gemini-tools"]
}OpenCode will automatically download and install the plugin from npm the next time it starts.
MIT