Generate and edit images & videos using fal.ai API — Flux, Gemini, Kling.
Option 1: ClawhHub (recommended)
openclaw skills install clawhub:Sxela/falai
Option 2: Download .skill file
# Download fal-ai.skill from button above, then: unzip fal-ai.skill -d ~/.openclaw/workspace/skills/
Option 3: One-liner
cd ~/.openclaw/workspace/skills curl -L https://sxe.la/skills/fal-ai-skill/fal-ai.skill -o fal-ai.skill unzip fal-ai.skill && rm fal-ai.skill
Option 4: Clone from GitHub
cd ~/.openclaw/workspace/skills git clone https://github.com/Sxela/openskills.git mv openskills/fal-ai-skill ./fal-ai rm -rf openskills
Add your fal.ai API key to TOOLS.md:
### fal.ai FAL_KEY: your-key-here
Get a key at fal.ai/dashboard/keys
# Generate image from text
python3 scripts/fal_client.py submit "fal-ai/nano-banana-pro" \
'{"prompt": "A cat astronaut on the moon"}'
# Transform an image
python3 scripts/fal_client.py submit "fal-ai/flux/dev/image-to-image" \
'{"image_url": "...", "prompt": "anime style"}'
# Poll for results
python3 scripts/fal_client.py poll