JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 582
  • Score
    100M100P100Q99409F
  • License MIT

OpenTabs plugin for Google Gemini

Package Exports

  • @opentabs-dev/opentabs-plugin-gemini

Readme

Gemini

OpenTabs plugin for Google Gemini — gives AI agents access to Gemini through your authenticated browser session.

Install

opentabs plugin install gemini

Or install globally via npm:

npm install -g @opentabs-dev/opentabs-plugin-gemini

Setup

  1. Open gemini.google.com in Chrome and log in
  2. Open the OpenTabs side panel — the Gemini plugin should appear as ready

Tools (6)

Account (1)

Tool Description Type
get_current_user Get the current Gemini user profile Read

Models (1)

Tool Description Type
list_models List available Gemini models Read

Conversations (3)

Tool Description Type
list_conversations List recent Gemini conversations Read
get_conversation Get messages from the current conversation Read
create_conversation Start a new Gemini conversation Write

Chat (1)

Tool Description Type
send_message Send a message to Gemini and get a response Write

How It Works

This plugin runs inside your Gemini tab through the OpenTabs Chrome extension. It uses your existing browser session — no API tokens or OAuth apps required. All operations happen as you, with your permissions.

License

MIT