fal
Generate images, videos, audio, and more using fal.ai AI models. Use when user requests: "generate image", "create video", "make a picture", "text to image", "image to video", "text to speech", "transcribe audio", "edit image", "remove background", "upscale image", "enhance resolution", "search models", "fal pricing", "fal usage", "create workflow", "chain models", "setup fal", "add API key", or similar media generation tasks.
npx skills add majiayu000/claude-skill-registry --skill fal --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# fal.ai - Unified Media Generation Skill Generate images, videos, audio, and more using state-of-the-art AI models on fal.ai. **References:** - [Model Reference](references/MODELS.md) - recommended models by category - [Cinematography Reference](references/CINEMATOGRAPHY.md) - camera movements, shot types, composition, lighting - [Workflow Reference](references/WORKFLOWS.md) - workflow JSON spec and patterns - [Platform Reference](references/PLATFORM.md) - pricing, usage, billing APIs **Script directory:** `scripts/` (all paths below are relative to the skill root) --- ## Authentication All scripts require `FAL_KEY`. Set it up: ```bash # Interactive setup bash scripts/setup.sh --add-fal-key # Set key directly bash scripts/setup.sh --add-fal-key "your_key_here" # Or export directly export FAL_KEY=your_key_here ``` Scripts auto-load from `.env` if present. Get your key at https://fal.ai/dashboard/keys --- ## Routing Table | User Intent | Script | Key Args | |-------------|--------|----------| | Generate image | `scripts/generate.sh` | `--prompt`, `--model` | | Generate video | `scripts/generate.sh` | `--prompt`, `--model` (video model) | | Image-to-video | `scripts/generate.sh` | `-
- Authentication
- Routing Table
- Generate (Image & Video)
- Queue System (Default)
- Basic Usage
- Async Mode (Long Jobs)
- File Upload
- Generate Arguments
- Recommended Models
- Prompt Crafting
- Audio
- Text-to-Speech
- Speech-to-Text
- Image Editing
Interactive setup bash scripts/setup.sh --add-fal-key Set key directly bash scripts/setup.sh --add-fal-key "your_key_here" Or export directly export FAL_KEY=your_key_here Text-to-image (waits for completion) bash scripts/generate.sh --prompt "A serene mountain landscape" --model "fal-ai/nano-banana-pro" Text-to-video bash scripts/generate.sh --prompt "Ocean waves crashing" --model "fal-ai/veo3.1"
What does the fal skill do?
Generate images, videos, audio, and more using fal.ai AI models. Use when user requests: "generate image", "create video", "make a picture", "text to image", "image to video", "text to speech", "transcribe audio", "edit image", "remove background", "upscale image", "enhance resolution", "search models", "fal pricing", "fal usage", "create workflow", "chain models", "setup fal", "add API key", or similar media generation tasks.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill fal --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
