Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: BashReadWrite
Path: skills/ai-llm/gemini-image-edit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. API Endpoint
  3. Parameters
  4. Required
  5. Optional
  6. Usage
  7. cURL
  8. Python
  9. JavaScript
  10. Response Format
  11. Examples
  12. Tips
  13. Error Handling
Ships with 1 file
  • metadata.json
Commands it runs
curl --request POST \
More from claude-skill-registry
All skills →
About this skill
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.

Keep going