fal-image-edit

Originally fromilkerzg/agent-skills
Installation
Summary

AI-powered image editing with style transfer, object removal, background changes, and inpainting.

  • Supports five core operations: style transfer, object removal, background replacement, inpainting with masks, and general instruction-based edits
  • Configurable strength parameter (0.0–1.0) to control edit intensity from subtle to dramatic
  • Includes model discovery via search API to find the best current model for each operation type
  • Requires image URL and editing prompt; optional mask URL for precise inpainting and removal tasks
  • Returns edited image URL with dimensions; supports JSON output for programmatic integration
SKILL.md

fal.ai Image Edit

Edit images using AI: style transfer, object removal, background changes, and more.

How It Works

  1. User provides image URL and editing instructions
  2. Script selects appropriate model
  3. Sends request to fal.ai API
  4. Returns edited image URL

Finding Models

To discover the best and latest image editing models, use the search API:

# Search for image editing models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "image-to-image"
Related skills
Installs
859
GitHub Stars
179
First Seen
Jan 27, 2026