Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fal --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.1.0
Declared author: analyticalmonk
Allowed tools: Bash(bash:*)Bash(curl:*)Bash(source:*)Bash(echo:*)mcp__fal__SearchFalWebFetchWebSearch
Path: skills/ai-ml/fal/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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` | `-

What's inside
Steps it walks through
  1. Authentication
  2. Routing Table
  3. Generate (Image & Video)
  4. Queue System (Default)
  5. Basic Usage
  6. Async Mode (Long Jobs)
  7. File Upload
  8. Generate Arguments
  9. Recommended Models
  10. Prompt Crafting
  11. Audio
  12. Text-to-Speech
  13. Speech-to-Text
  14. Image Editing
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going