Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Generate images, videos, and transcripts using fal.ai's API with support for FLUX, Stable Diffusion, Whisper, and more.
Queue-based async generation (submit โ poll โ result) Support for 600+ AI models Image generation (FLUX, SDXL, Recraft) Video generation (MiniMax, WAN) Speech-to-text (Whisper) Stdlib-only dependencies (no fal_client required)
Get your API key from https://fal.ai/dashboard/keys Configure with: export FAL_KEY="your-api-key" Or via clawdbot config: clawdbot config set skill.fal_api.key YOUR_API_KEY
You: Generate a cyberpunk cityscape with FLUX Klawf: Creates the image and returns the URL
from fal_api import FalAPI api = FalAPI() # Generate and wait urls = api.generate_and_wait( prompt="A serene Japanese garden", model="flux-dev" ) print(urls)
ModelEndpointTypeflux-schnellfal-ai/flux/schnellImage (fast)flux-devfal-ai/flux/devImageflux-profal-ai/flux-pro/v1.1-ultraImage (2K)fast-sdxlfal-ai/fast-sdxlImagerecraft-v3fal-ai/recraft-v3Imagesd35-largefal-ai/stable-diffusion-v35-largeImageminimax-videofal-ai/minimax-video/image-to-videoVideowan-videofal-ai/wan/v2.1/1.3b/text-to-videoVideowhisperfal-ai/whisperAudio For the full list, run: python3 fal_api.py --list-models
ParameterTypeDefaultDescriptionpromptstrrequiredImage/video descriptionmodelstr"flux-dev"Model name from table aboveimage_sizestr"landscape_16_9"Preset: square, portrait_4_3, landscape_16_9, etc.num_imagesint1Number of images to generateseedintNoneRandom seed for reproducibility
Built following the krea-api skill pattern. Uses fal.ai's queue-based API for reliable async generation.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.