---
name: Create FAL Image
slug: create-image-fal
category: Automation
description: Generate or edit images using any FAL AI model (nano-banana, gpt-image, flux, etc.) routed through a proxy for billing. Ideal for keyframes, product hero edits, and flat-cover transforms.
github: "https://github.com/gooseworks-ai/goose-skills/tree/main/skills/ads/capabilities/create-image-fal"
language: Python
stars: 1066
forks: 194
install: "git clone https://github.com/gooseworks-ai/goose-skills"
added: 2026-07-20T06:49:23.637Z
last_synced: 2026-07-29T06:37:30.059Z
canonical_url: "https://dirskills.com/skills/create-image-fal"
---

# Create FAL Image

Generate or edit images using any FAL AI model (nano-banana, gpt-image, flux, etc.) routed through a proxy for billing. Ideal for keyframes, product hero edits, and flat-cover transforms.

**Install:** `git clone https://github.com/gooseworks-ai/goose-skills`

## README

# create-image-fal

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.)

## Run
gen_image.py --model fal-ai/nano-banana/edit --payload '{...}' --out keyframe.png — bills the agent; returns the *.fal.media URL.

## Contract
- Paid calls route through the GooseWorks proxies (bills the Ads agent) via the
  bundled `media_proxy.py` — never a provider SDK's default host.
- The template recipe (DB) supplies the model + params; this capability is generic.
