tripo3d

Generates 3D models from single images via the Tripo3D API on Pixazo.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill tripo3d-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tripo3d
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/tripo3d
Command: npx skills add https://github.com/Pixazo-AI/skills --skill tripo3d-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a 2D photo into a usable 3D asset normally requires modeling expertise and hours of manual work. This Skill lets an AI agent call the Tripo3D API through the Pixazo gateway to convert a single image into a downloadable 3D model, handling authentication, request formatting, and async polling automatically. ## Core Features & Use Cases - Image-to-3D Generation: Submit an image URL to the Tripo3D v2.5 endpoint and receive a generated 3D model with configurable texture, texture alignment, and orientation options. - Managed API Key Flow: Guides the agent to find or securely store the Pixazo API key in ~/.pixazo/api-key so the user only provides it once. - Async Polling & Error Handling: Polls the result endpoint until the model is ready and maps 401/402/429/4xx/5xx responses to clear user-facing messages. - Use Case: A game developer pastes a product photo and asks for a 3D asset; the agent submits the request, polls for completion, and returns the model URL ready for download into a game engine or AR prototype. ## Quick Start Ask the agent to generate a 3D model from an image URL using Tripo3D, and provide your Pixazo API key when prompted.

Frequently Asked Questions about tripo3d

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

FAQPage Schema
How do I generate a 3D model from an image with Tripo3D?▼

Send a POST request to the Pixazo gateway endpoint with your API key and an image_url field, plus optional texture, texture_alignment, and orientation parameters. The response returns a task_id that you poll until the 3D model is ready.

What API do I need for image-to-3D model generation?▼

Tripo3D v2.5 via the Pixazo API gateway converts a single photo into a downloadable 3D model. You need a free Pixazo API key from the api-console, which the skill stores in ~/.pixazo/api-key for reuse.

Is Tripo3D generation synchronous or asynchronous?▼

Tripo3D generation is asynchronous. The initial request returns a task_id, and you poll the result endpoint every 5-10 seconds until the status indicates completion, then retrieve the output URL.

Why does my Tripo3D API request return a 401 error?▼

A 401 means the Pixazo API key is missing or invalid. Check the PIXAZO_API_KEY environment variable or the ~/.pixazo/api-key file, and generate a fresh key at the Pixazo api-console if needed.

What input does Tripo3D accept for 3D generation?▼

Tripo3D accepts a single image via an image_url parameter. Optional fields include texture quality, texture_alignment relative to the original image, and model orientation.