Install
openclaw skills install @agentpmt/create-3d-model-from-image3D Modeling Agent: Create 3D models from images or text, refine text-generated drafts into final textured assets, and retrieve completed model files from one combined tool. Use when an agent needs 3d modeling agent, create 3d model from image, image to 3d conversion, text to 3d generation, 3d draft generation, 3d model refinement, create model from image, image url through AgentPMT-hosted remote tool calls. Discovery terms: 3d modeling agent, create 3d model from image, image to 3d conversion.
openclaw skills install @agentpmt/create-3d-model-from-imageLast updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
Combined 3D modeling workflow for creating assets from a single source image or from a text prompt, refining text-generated drafts into final textured models, and retrieving task status and download URLs from one tool. Supports configurable topology, polygon count, symmetry handling, texture generation, optional PBR outputs, and humanoid pose hints. Completed tasks return downloadable assets in formats such as GLB, FBX, OBJ, and USDZ, while list and get actions make it possible to track active jobs and retrieve completed outputs before the download links expire.
Generate 3D models from images or text, refine text-generated drafts into final textured assets, and retrieve saved task results from one tool.
get_instructionsReturns this documentation.
create_model_from_imageCreates a new image-to-3D generation task.
Required:
image_url — public image URL or base64 data URI for the source imageOptional:
topology — quad or triangle (default triangle)target_polycount — integer from 100 to 300000 (default 30000)symmetry_mode — off, auto, or on (default auto)should_remesh — boolean (default true)should_texture — boolean (default true)enable_pbr — boolean (default false)pose_mode — "", a-pose, or t-posetexture_prompt — optional texture guidance prompt, max 600 characterstexture_image_url — optional image URL or data URI for texture guidancecreate_model_from_textCreates an initial text-generated 3D model draft. After the draft succeeds, use refine_model to generate the final textured model.
Required:
prompt — text prompt describing the model to generateOptional:
ai_model — meshy-5, meshy-6, or latest (default latest)topology — quad or triangle (default triangle)target_polycount — integer from 100 to 300000 (default 30000)symmetry_mode — off, auto, or on (default auto)should_remesh — booleanpose_mode — "", a-pose, or t-posemoderation — boolean (default false)refine_modelTurns a successful create_model_from_text task into the final textured model.
Required:
source_task_id — task id returned from create_model_from_textOptional:
ai_model — meshy-5 or latest (default latest)enable_pbr — boolean (default false)texture_prompt — optional texture guidance prompt, max 600 characterstexture_image_url — optional image URL or data URI for texture guidancemoderation — boolean (default false)getReturns the latest task status and any output URLs.
Required:
task_idlistLists non-expired saved tasks for the current budget.
{"action":"create_model_from_image","image_url":"https://example.com/chair.jpg"}
{"action":"create_model_from_text","prompt":"a medieval wooden treasure chest"}
{"action":"refine_model","source_task_id":"task_123","enable_pbr":true}
{"action":"get","task_id":"task_123"}
{"action":"list"}
Creation actions return task_id, status, progress, task_family, task_stage, and settings.
get returns status, progress, timestamps, and model_urls when the task succeeds.
list returns count and models[] with saved task metadata.
refine_model.3D Modeling Agent on AgentPMT.create_model_from_image, create_model_from_text, get, list, refine_model.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 5.
x402 availability: not enabled for this product.
create_model_from_image (action slug: create-model-from-image): Create a 3D model from a publicly accessible source image. Returns an asynchronous task id for tracking generation progress and downloading the completed asset. Price: 100 credits. Parameters: enable_pbr, image_url, pose_mode, should_remesh, should_texture, symmetry_mode, target_polycount, texture_image_url, plus 2 more.create_model_from_text (action slug: create-model-from-text): Create an initial 3D model draft from a text prompt. Use refine_model after the draft succeeds to generate the final textured model. Price: 150 credits. Parameters: ai_model, moderation, pose_mode, prompt, should_remesh, symmetry_mode, target_polycount, topology.get (action slug: get): Retrieve the latest task status and any output URLs for a single 3D modeling task. Price: 0 credits. Parameters: task_id.list (action slug: list): List non-expired saved 3D modeling tasks for the current budget. Price: 0 credits. Parameters: none.refine_model (action slug: refine-model): Turn a successful text-generated draft into the final textured 3D model. Price: 150 credits. Parameters: ai_model, enable_pbr, moderation, source_task_id, texture_image_url, texture_prompt.Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "create-3d-model-from-image".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "create-3d-model-from-image", or call this product with action: "get_instructions" when the product tool is already selected.MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "create-3d-model-from-image"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "create-3d-model-from-image"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "create-3d-model-from-image"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "create-3d-model-from-image"
}
}
Product slug: create-3d-model-from-image
Marketplace page: https://www.agentpmt.com/marketplace/create-3d-model-from-image
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupskills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "3D-Modeling-Agent",
"arguments": {
"action": "create_model_from_image",
"enable_pbr": true,
"image_url": "https://example.com",
"pose_mode": "",
"should_remesh": true,
"should_texture": true,
"symmetry_mode": "auto",
"target_polycount": 30000,
"texture_image_url": "https://example.com"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "create-3d-model-from-image",
"parameters": {
"action": "create_model_from_image",
"enable_pbr": true,
"image_url": "https://example.com",
"pose_mode": "",
"should_remesh": true,
"should_texture": true,
"symmetry_mode": "auto",
"target_polycount": 30000,
"texture_image_url": "https://example.com"
}
}
Use the setup skill for the account connection details before making REST calls.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.create_model_from_image fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup)