← ClaudeAtlas

gemini-image-handofflisted

Runs a semi-automatic Gemini image-generation handoff. The automated half authors a Gemini-optimised prompt from a brief per `spec/design/gemini-image-generation/`; the manual half guides the operator to paste it into the Gemini web UI (the Gemini app or AI Studio) and download the image from the chat. No API call, no billing, no `GEMINI_API_KEY`, and the skill writes no image and no sidecar — the operator places the downloaded file. Invoke when the user wants a Gemini image without enabling API billing, asks for a "Gemini prompt to paste into the UI", wants the manual Gemini chat route, or makes an equivalent German-language request ("Bild über die Gemini-UI generieren", "Prompt zum Einfügen in Gemini"). Don't use to call the Gemini API and write a file (use image-generate --provider gemini), to author a brand-conformant prompt document (use graphic-prompt-generator), or for FLUX/Cloudflare generation (use image-generate). Resume is not applicable: the handoff is a single interactive turn.
nolte/claude-shared · ★ 0 · AI & Automation · score 76
Install: claude install-skill nolte/claude-shared
# Gemini Image Handoff A **semi-automatic** route to a Gemini image that needs no API billing. The skill does one half automatically — author a prompt that is optimised for Google's native Gemini image model — and hands the other half to the operator: paste the prompt into the Gemini web UI, generate, and download the image from the chat. It makes **no API call**, needs **no `GEMINI_API_KEY`**, and writes **no image and no sidecar**; the operator owns where the downloaded file lands. It exists because the `gemini` provider of the `image-generate` tool requires billing (`gemini-2.5-flash-image` reports a Free-Tier quota of `limit: 0`). This skill keeps Gemini reachable for occasional use through the free chat UI, while still applying the verified model baseline so the pasted prompt is actually optimised for Gemini. ## Why this is a skill, not an agent - **Operator-invoked slash command.** Reached as `/nolte-media:gemini-image-handoff` with a brief; the operator drives it directly. - **A human step sits between the two halves.** The operator must paste the prompt into the UI and download the result before anything else can happen. An agent's fire-and-forget contract can't wait on a manual UI action. - **The deliverable flows back into the conversation.** The copy-paste prompt block and the UI steps land in the operator's context to act on immediately. - Counter-dimension: prompt authoring on its own could be an agent (`graphic-prompt-generator` is exactly that). The load-be