AgentPMT

Generate 3D Model From Picture

Saves ~15 min

Details

Upload an image and get a 3D model generated from it. The workflow accepts a user-uploaded image, submits it to the 3D Modeling Agent for conversion, waits for processing, then checks for completion and returns the download link.

Tools In This Workflow

Workflow Steps

  1. 1Accept User Image
  2. 2Generate 3D Model from Image
  3. 3Wait for Model Processing
  4. 4Check Model and Get Download Link
  5. 5Return Download Link to User
Step 1 of 5
Prompt1

Accept User Image

Goal: Receive the image the user has uploaded in the chat and prepare it for 3D model generation | Inputs: User-uploaded image (file or URL from the chat) | Outputs: The image data or reference ready to pass to the 3D Modeling Agent | Constraints: The user must provide an image. If no image is provided, ask the user to upload one before proceeding. | Success criteria: An image has been identified from the user's input and is ready for the next step

Frequently Asked Questions

How do I connect this workflow to my local agent like OpenClaw or Claude Code?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 69c352b232f6b0a8d972061d ("Generate 3D Model From Picture").

Looking for help integrating AI into your business? Set up a free consultation.