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/skillsScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.