Gemini Generator Plugin
| Field | Value |
|---|---|
| Plugin ID | gemini |
| Package | @ever-works/gemini-plugin |
| Category | pipeline |
| Capabilities | pipeline, form-schema-provider |
| Configuration Mode | user-required |
| Auto Enable | No |
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
geminiplugin 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).
Related
- Google AI Plugin — the AI-provider variant of Gemini
- Claude Code Plugin
- Codex Plugin
- Built-in Plugins
- Pipeline Plugins overview