Helps select the best fal.ai endpoint for a given task, organized by modality (text-to-image, video, audio, 3D, etc.). Useful when the user hasn't named a specific model.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fal-ai-community-skills:fal-models-catalogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Endpoint-first navigation for fal.ai production work. Each modality reference lists curated picks organized by use case (premium realism / fast & cheap / 4K / specialized). Before reaching for free-text search, consult the modality reference that matches the task.
Endpoint-first navigation for fal.ai production work. Each modality reference lists curated picks organized by use case (premium realism / fast & cheap / 4K / specialized). Before reaching for free-text search, consult the modality reference that matches the task.
Runtime: All endpoint calls run via the genmedia CLI. See the
genmediaskill for command syntax; rungenmedia initonce if not yet installed.
genmedia models --endpoint_id <endpoint_id> --json.genmedia schema <endpoint_id> --json.genmedia pricing <endpoint_id> --json.genmedia models "<task description>" --json
genmedia docs "<topic>" --json
Do not invent endpoint IDs.
Load the reference matching the user's task:
Workflow utility endpoint IDs (resize, composite, mask, audio merge, subtitle, etc.) live in the fal-workflow skill:
fal-workflow/references/utility-endpoints.md.
Utility endpoints are explicit because they are deterministic tools, not creative model choices. Always inspect schema before use.
npx claudepluginhub fal-ai-community/skillsUse the genmedia CLI to search, inspect, run, and manage 1200+ fal.ai model endpoints. Agent-first CLI with JSON output for automation.
Guides fal.ai model selection for image (FLUX, SDXL), video (Kling, LTX, Sora), audio (Whisper, ElevenLabs) generation with quality-speed-cost comparisons, benchmarks, decision trees, and parameters.
Generates images and videos using fal.ai AI models. Useful for creating visual content programmatically.