Generate 3D models from text or images. Use when the user requests "Create 3D model", "Text to 3D", "Image to 3D", "3D generation", "Generate mesh", "3D asset".
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin fal-ai-community-skillsThis skill uses the workspace's default tool permissions.
Generate 3D models (GLB/OBJ/PLY) from text descriptions or images using fal.ai.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Generate 3D models (GLB/OBJ/PLY) from text descriptions or images using fal.ai.
| Script | Purpose |
|---|---|
generate-3d.sh | Generate a 3D model from text or image |
./scripts/generate-3d.sh --image-url "https://example.com/object.jpg" --model fal-ai/hunyuan3d-v3/image-to-3d
./scripts/generate-3d.sh --prompt "A medieval sword with ornate handle" --model fal-ai/meshy/v6/text-to-3d
| Argument | Description | Required |
|---|---|---|
--image-url | URL of image to convert to 3D | Yes (or --prompt) |
--prompt / -p | Text description for text-to-3D | Yes (or --image-url) |
--model / -m | Model endpoint | No (default: fal-ai/hunyuan3d-v3/image-to-3d) |
--param | Extra param as key=value (repeatable) | No |
To discover the best and latest 3D generation models, use the search API:
# Search for image-to-3D models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "image-to-3d"
# Search for text-to-3D models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "text to 3d"
Or use the search_models MCP tool with relevant keywords like "3d", "mesh", "image-to-3d".
{
"mesh": {
"url": "https://fal.media/files/.../model.glb",
"content_type": "model/gltf-binary",
"file_name": "model.glb"
}
}