fal-api
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/agmmnn/fal-aiWhat This Skill Does
The fal-api skill serves as a robust bridge between the OpenClaw agent and the powerful fal.ai infrastructure. It allows users to leverage state-of-the-art generative AI models for image, video, and audio synthesis without needing to manage complex API implementations manually. By utilizing a standardized queue-based polling system, this skill ensures that requests remain asynchronous, preventing agent bottlenecks while handling intensive tasks like high-resolution image rendering or complex video generation. It supports over 600 models, including the industry-leading FLUX series, SDXL, and advanced video synthesis tools like MiniMax and WAN.
Installation
To integrate this skill, ensure you have the OpenClaw runtime installed. You can add the skill directly from the repository using the following command:
clawhub install openclaw/skills/skills/agmmnn/fal-ai
Once installed, you must provide your authentication credentials. Obtain your API key from the fal.ai dashboard and set it globally using the command: clawdbot config set skill.fal_api.key YOUR_API_KEY. Alternatively, you can inject it as an environment variable (FAL_KEY) for server-side deployments.
Use Cases
This skill is perfect for creative automation and rapid prototyping. Developers can use it to auto-generate UI assets or marketing visuals, while researchers might employ the whisper model for automated audio transcription. It is also highly effective for social media content creation, allowing agents to generate video clips from text prompts for dynamic storytelling.
Example Prompts
- "Generate a high-quality 16:9 cinematic shot of a futuristic neon-lit cafe using flux-pro."
- "Transcribe the audio file located at /data/meetings/interview.mp3 using the whisper model."
- "Create a 5-second video of a sunset over a calm ocean using the minimax-video model."
Tips & Limitations
To get the best results, always be specific with your prompts. While the default image size is landscape_16_9, you can explicitly define different aspect ratios to match your output requirements. Note that this skill requires an active internet connection to communicate with fal.ai servers. Be mindful of your fal.ai credit balance, as intensive tasks like video generation or high-resolution upscaling consume credits faster than simple text-to-image tasks. For complex workflows, always poll the status to ensure the generation process has fully completed before accessing output URLs.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-agmmnn-fal-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access