Skip to main content

Gemini Generator Plugin

FieldValue
Plugin IDgemini
Package@ever-works/gemini-plugin
Categorypipeline
Capabilitiespipeline, form-schema-provider
Configuration Modeuser-required
Auto EnableNo

Overview

The Gemini plugin is a full pipeline plugin that delegates the entire work generation flow to the Gemini CLI. It runs the Gemini agent autonomously and consumes the resulting items.

Note: This is distinct from the google AI provider plugin. The google plugin exposes Gemini models for use as a regular AI provider inside the Standard or Agent pipelines. This gemini plugin replaces the entire pipeline with a CLI-driven Gemini agent.

Selecting It

In the work edit screen, set Generation Pipeline to Gemini Generator. The plugin appears once configured with a Google AI API key.

Configuration

The settings schema is defined in packages/plugins/gemini/src/ — see that source for the current set of fields and defaults.

You will typically need:

  • A Google AI Studio (Gemini) API key.
  • Optional model selection (Gemini 2.5 Pro / 2.5 Flash).