genmedia
Installation
SKILL.md
genmedia workflow
Use this skill when the user wants to execute a fal.ai model — either by
task description (e.g. "generate a video of a dog running") or by a specific
endpoint_id (e.g. fal-ai/flux/dev). Load genmedia-ref alongside this
skill for the full command reference.
Steps
-
Discover — If no endpoint_id is given, search for a suitable model:
genmedia models "<task>" --json -
Inspect — Get the model's input parameters:
genmedia schema <endpoint_id> --jsonRead all required fields before running.
Related skills