generate-3d-model

Convert 2D images into 3D GLB models using the Fal.ai API.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sbalagan22/bloomr --skill generate-3d-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-3d-model
Source: https://github.com/sbalagan22/bloomr/tree/main/.claude/skills/generate-3d-model
Command: npx skills add https://github.com/sbalagan22/bloomr --skill generate-3d-model

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Convert 2D images into production-ready 3D GLB models, enabling rapid asset creation from simple inputs across games and simulations.

Core Features & Use Cases

  • Image validation and conversion to a data URL
  • Fal.ai-based 3D model generation and GLB export
  • Local save and React Three Fiber loading example for immediate integration

Quick Start

Run the generate.ts script with an image path and a description to generate a GLB model.

Frequently Asked Questions about generate-3d-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a 2D image into a 3D GLB model?

Generate a 3D GLB model by running the provided script with a local image path and a descriptive prompt to validate the input, process it via Fal.ai, and download the resulting file.

Can I use React Three Fiber to load generated GLB models?

Yes, React Three Fiber can load generated GLB models. The Skill includes a loading example for immediate integration of the downloaded GLB files into your 3D web applications.

Do I need a Fal.ai API key to generate 3D models from images?

Yes, Fal.ai API integration is required to generate 3D models from images. The Skill uses Fal.ai to process validated image data URLs and export the final GLB file.

What is the best way to create AR VR props from 2D images?

Creating AR VR props from 2D images involves converting them to production-ready 3D GLB models. This Skill validates input images, generates 3D geometry via Fal.ai, and exports a locally saved GLB file.

Are generated GLB files suitable for rapid game asset prototyping?

Yes, generated GLB files are suitable for rapid game asset prototyping. The Skill outputs production-ready 3D models from simple image inputs, enabling fast asset creation for games and simulations.