Claude Code plugin for fal.ai media generation - images, videos, audio, and more.
npx claudepluginhub analyticalmonk/fal-ai-skillGenerate images, videos, audio, and more using fal.ai AI models from Claude Code.
Generate images, videos, audio, and more using fal.ai AI models directly from Claude Code.
/plugin marketplace add analyticalmonk/fal-ai-skill
/plugin install fal@fal-ai-skill
/fal setup
Or set your key directly:
export FAL_KEY=your_key_here
| Category | Examples |
|---|---|
| Image Generation | Text-to-image with Flux, NanoBanana, Ideogram |
| Video Generation | Text-to-video with Veo, image-to-video with Kling |
| Audio | Text-to-speech (MiniMax, ElevenLabs), speech-to-text (Whisper) |
| Image Editing | Style transfer, object removal, background replacement, inpainting |
| Upscaling | Image and video upscaling (Aura SR, Clarity, Topaz) |
| Workflows | Chain multiple models into pipelines |
| Platform | Pricing, usage tracking, cost estimation |
Just ask Claude naturally:
The plugin includes the fal MCP server for searching documentation and discovering models. It also provides scripts for fetching exact OpenAPI schemas:
/fal search models for text-to-video
/fal get schema for fal-ai/flux/dev
FAL_KEY not set: Run /fal setup or export FAL_KEY=your_key_here. You can also pass --add-fal-key to any script.
Video generation timeout: Video models can take several minutes. The plugin uses queue mode by default with a 10-minute timeout. For very long tasks, use async mode: /fal generate --mode async --prompt "..." and check status later.
Unknown model parameters: Use /fal get schema for MODEL_ID to see the exact parameters a model accepts. Not all models support all options (e.g., image_size, num_images).
MIT
Matt Pocock's skills for real engineering, as an installable Claude Code plugin.
Plugins by Alex Newman (thedotmack)
Ultra-compressed communication mode for Claude Code. Cuts 65% of output tokens (measured) while keeping full technical accuracy.