Create image fal
Skill gooseworks-ai/goose-skills/skills/ads/capabilities/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.)From its SKILL.md
npx -y skills add gooseworks-ai/goose-skills --skill create-image-falAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `gen_image.py --model fal-ai/nano-banana/edit --payload '{...}' --out keyframe.png`.
SKILL.md
1.3 KB, 204 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 4 files
18.1 KB alongside SKILL.md, 2 of them executable
scripts/
- gen_image.pyruns2.6 KB
- media_proxy.pyruns14.9 KB
tests/
- smoke-test.md280 B
- skill.meta.json315 B