fal-ai-skills
Catalogue stub — full package: fal-ai-community/skills
Decision tree
Run this before using fal.ai generation features:
Is a fal.ai skill already installed? Check:
~/.design-agent-skills/skills/fal-generate/SKILL.mdexists.- Yes → invoke the specific skill by name and proceed
- No → go to step 2
Do you have shell access?
- Yes → run the install command below, then invoke the skill
- No → show the install command; in Claude Code, send it as a chat message starting with
!— add-gfor global install or omit for project-only
Install command
# Generate images and videos using fal.ai models
npx skills add fal-ai-community/fal-generate
# Generate 3D models from text or images
npx skills add fal-ai-community/fal-3d
Requires: FAL_KEY environment variable set to your fal.ai API key.
Invoke after install
fal-generate— "generate image", "generate video", "fal generate"fal-3d— "generate 3D model", "3D from image", "fal 3D"
What it does
Official fal.ai community skills for AI media generation. fal-generate creates images and videos using fal.ai's model zoo (FLUX, Stable Diffusion, video models). fal-3d generates 3D models from text descriptions or reference images. Both require a fal.ai API key.