image-edit
Installation
SKILL.md
Image Edit
Edits an existing image using a text prompt (image-to-image transformation).
Command
agent-media image edit --in <path> --prompt <text> [options]
Inputs
| Option | Required | Description |
|---|---|---|
--in |
Yes | Input file path or URL |
--prompt |
Yes | Text description of the desired edit |
--out |
No | Output path, filename or directory (default: ./) |
--provider |
No | Provider to use (default: auto-detect) |
--model |
No | Model override (e.g., fal-ai/flux-2/edit) |