image-editor
SKILL.md
Image Editor
Edit and transform existing images using text prompts with Google's Gemini 3 Pro model via fal.ai.
See references/fal-api.md for setup, Python patterns, and error handling.
API Endpoint
fal-ai/gemini-3-pro-image-preview/edit
Parameters
Required
prompt(string): The editing instruction describing what changes to makeimage_urls(array of strings): URLs of the images to edit (usefal_client.upload_file()for local files)