gemini-image-edit
Edit existing images with text prompts using fal.ai Gemini 3 Pro. Use when the user wants to modify, edit, transform, or change an existing image based on a text description. Supports multiple input images for context.
npx skills add majiayu000/claude-skill-registry --skill gemini-image-edit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini Image Editing Edit and transform existing images using text prompts with Google's Gemini 3 Pro model via fal.ai. ## Prerequisites - `FAL_KEY` environment variable must be set (typically in `~/.zshrc`) ## API Endpoint `POST https://fal.run/fal-ai/gemini-3-pro-image-preview/edit` ## Parameters ### Required - `prompt` (string): The editing instruction describing what changes to make - `image_urls` (array of strings): URLs of the images to edit ### Optional | Parameter | Type | Default | Options | |-----------|------|---------|---------| | `num_images` | integer | 1 | 1-4 | | `aspect_ratio` | string | "auto" | "auto", "21:9", "16:9", "3:2", "4:3", "5:4", "1:1", "4:5", "3:4", "2:3", "9:16" | | `output_format` | string | "png" | "jpeg", "png", "webp" | | `resolution` | string | "1K" | "1K", "2K", "4K" | | `sync_mode` | boolean | false | Returns data URI when true | | `enable_web_search` | boolean | false | Uses current web data for generation | | `limit_generations` | boolean | false | Restricts to 1 image per prompt round | ## Usage ### cURL ```bash curl --request POST \ --url https://fal.run/fal-ai/gemini-3-pro-image-preview/edit \ --header "Authorization: Key $FAL_KEY" \ --he
- Prerequisites
- API Endpoint
- Parameters
- Required
- Optional
- Usage
- cURL
- Python
- JavaScript
- Response Format
- Examples
- Tips
- Error Handling
curl --request POST \
What does the gemini-image-edit skill do?
Edit existing images with text prompts using fal.ai Gemini 3 Pro. Use when the user wants to modify, edit, transform, or change an existing image based on a text description. Supports multiple input images for context.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-image-edit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
