- Home
- Skills
- Bluewaves Creations
- Bluewaves Skills
- Gemini Image Edit
gemini-image-edit_skill
- Shell
0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill bluewaves-creations/bluewaves-skills --skill gemini-image-edit- SKILL.md3.8 KB
Overview
This skill edits and transforms existing images using text prompts powered by Gemini 3 Pro via fal.ai. It accepts one or multiple image URLs and returns edited images in common formats and resolutions. Use it to modify scenes, add or remove objects, change styles, or combine multiple references into a single cohesive result.
How this skill works
You provide a textual edit instruction plus one or more image URLs; the skill sends these to the Gemini 3 Pro image edit endpoint and returns generated image outputs and metadata. Optional parameters control number of outputs, aspect ratio, resolution, output format, and sync behavior. The service returns accessible image URLs and a short description of the edited result.
When to use it
- Modify an existing photo (color, lighting, season, or time of day)
- Add or remove objects or details from an image
- Apply a new visual style (watercolor, film, illustration)
- Combine elements from multiple reference images into one scene
- Generate alternative compositions or aspect ratios for a given image
Best practices
- Write specific, concise prompts describing exact changes and style cues
- Provide high-quality, publicly accessible image URLs to avoid 400 errors
- Start with lower resolution (1K) for faster iterations, then up-res for final outputs
- Use multiple reference images only when you want their elements combined or matched
- Enable sync_mode for quick data URI returns during prototyping
Example use cases
- Turn a summer landscape photo into a snowy winter scene for seasonal marketing
- Add furniture and decor to a real-estate photo to show staging options
- Convert product photos into consistent studio-style images for an ecommerce catalog
- Combine a model portrait and a background image to create a promotional banner
- Change lighting to golden hour for dramatic social media visuals
FAQ
You must supply a prompt describing the edit and at least one accessible image URL in image_urls.
What output formats and resolutions are supported?
Outputs support png, jpeg, and webp and resolutions 1K, 2K, and 4K. Aspect ratios include common presets or auto to preserve original proportions.
How do I handle authentication errors or rate limits?
Set a valid FAL_KEY environment variable for authentication. For 429 rate limits, wait and retry after a short delay; for 401 check your key on the fal.ai dashboard.