scenario-3d
Installation
SKILL.md
Scenario 3D Asset Workflows
Overview
Scenario runs text-to-3D, image-to-3D, and 3D-to-3D models behind the same MCP generation loop used for images. The most reliable pipeline generates a concept image first, then feeds it to an image-to-3D model; direct text-to-3D exists (txt23d) but image-to-3D has the larger catalog and more art direction control. Per-family contracts: scenario-meshy, scenario-rodin, scenario-sparc3d. Walkable scenes and Gaussian splats: scenario-3d-worlds. Connection and the core generation loop: see the scenario skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.
Quick reference
| Step | Tool | Notes |
|---|---|---|
| Find 3D models | recommend with the capability and the user's own words (search for a name) |
Capabilities: txt23d, img23d, 3d23d |
| Inspect inputs | model_schema_get |
Always call before model_run |
| Generate | model_run |
Pass reference images as asset IDs |
| Wait | jobs_wait |
Long jobs return in_progress with a job_id; pass it in job_ids; never poll job_get in a loop |
| Preview | asset_display |
Interactive GLB/FBX/VOX/OBJ viewer on MCP App hosts |
| Download | asset_download |
Returns a URL; save with curl -L |