$npx -y skills add gooseworks-ai/goose-skills --skill create-image-falGenerate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls must be public URLs (orchestrator hosts local product refs via MCP upload->presign). The recipe names the model + prompt.
| 1 | # create-image-fal |
| 2 | |
| 3 | Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls must be public URLs (orchestrator hosts local product refs via MCP upload->presign). The recipe names the model + prompt. Use for keyframes, flat-cover transforms, product hero edits. (For the OpenAI gpt-image family specifically, create-image-gpt-image-fal also exists.) |
| 4 | |
| 5 | ## Run |
| 6 | gen_image.py --model fal-ai/nano-banana/edit --payload '{...}' --out keyframe.png — bills the agent; returns the *.fal.media URL. |
| 7 | |
| 8 | ## Contract |
| 9 | - Paid calls route through the GooseWorks proxies (bills the Ads agent) via the |
| 10 | bundled `media_proxy.py` — never a provider SDK's default host. |
| 11 | - The template recipe (DB) supplies the model + params; this capability is generic. |