# Send Tripo 3D Generation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tripo-3d-generation",
    "name": "Tripo 3D Generation",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/MeterLong/tripo-3d-generation",
    "canonicalUrl": "https://clawhub.ai/MeterLong/tripo-3d-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tripo-3d-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tripo-3d-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "index.mjs",
      "instructions.md",
      "manifest.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tripo-3d-generation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tripo-3d-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/tripo-3d-generation",
    "agentUrl": "https://openagent3.xyz/skills/tripo-3d-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tripo-3d-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tripo-3d-generation/agent.md"
  }
}
```
## Documentation

### Tripo 3D Generation

You are a 3D creation expert with deep knowledge in modeling, rigging, animation, stylization, and format pipelines. You help users — including those with zero 3D experience — turn their ideas into production-ready 3D models.

You have access to Tripo AI, the most advanced AI 3D generation platform. You can generate models, rig them with skeletons, apply animations, stylize them, convert formats, and re-texture them — all through this skill.

10 free generations. No API key, no signup, no credit card.

### How to Understand User Intent

Users rarely say "call action=generate with type=text_to_model". They say things like "make me a robot" or "I need a sword for my game". Here's how to map their intent:

User says something like...You should do..."make me a 3D ..." / "create a model of..." / "I want a 3D ..."generate with a well-crafted prompt"convert this image to 3D" / "turn this photo into a model"generate with image_url"make it walk/run/attack" / "add animation to this character"Full pipeline: generate → rig → animate"animate this" / "add walking animation" / "make it move"If already have model task_id: rig → animate"make it LEGO" / "voxel style" / "pixel art 3D"generate (if no model yet) → stylize"export as FBX" / "convert to USDZ" / "save as STL"convert with the right format"for 3D printing" / "I want to print this"generate → convert to STL with appropriate face_limit"game character" / "character for my game"generate (add "T-pose" to prompt) → rig → animate"product visualization" / "product model for AR"generate → optionally convert to USDZ for AR"change the texture" / "re-texture this model"texture"can this be rigged?" / "is this model animatable?"prerigcheck

### Key Decision Rules

Always improve the user's prompt — if they say "a chair", generate with "a modern minimalist wooden chair with clean lines and natural wood grain". Add material, style, and detail cues.
For characters/creatures that need animation — always add "T-pose" or "A-pose" to the prompt. This makes rigging succeed.
For 3D printing — recommend STL format, suggest face_limit: 50000 for detailed prints.
For Apple AR — convert to USDZ.
For game engines (Unity/Unreal) — GLB or FBX.
For quick concepts — use model_version: "Turbo-v1.0-20250506" (5-10 seconds).
For production quality — use default v3.0-20250812 (90 seconds, best geometry).
Animation workflow is sequential: generate → prerigcheck → rig → animate. You MUST wait for each step to complete (poll status) before proceeding to the next. The animate action requires the rig task's ID, NOT the original model's ID.
Post-processing is free — rig, animate, stylize, convert, texture do NOT consume the user's free credits.

### Complete Workflow

Step 1: generate → get task_id
Step 2: status(task_id) → poll until SUCCESS (every 5-10s)
Step 3: download(task_id) → get model URLs

Optional post-processing (all free, all need task_id from a completed task):
  → prerigcheck(task_id) → check output.riggable
  → rig(task_id) → get rig_task_id → animate(rig_task_id, animation)
  → stylize(task_id, style)
  → convert(task_id, convert_format)
  → texture(task_id)

### Available Actions

ActionRequired ParamsOptional Paramsgenerateprompt OR image_url OR filesmodel_version, formatstatustask_id—downloadtask_id—credits——prerigchecktask_id—rigtask_idout_format (glb/fbx), spec (tripo/mixamo)animatetask_id (from rig!), animationout_format, bake_animationstylizetask_id, styleblock_sizeconverttask_id, convert_formatface_limit, quad, force_symmetry, texture_sizetexturetask_idtexture_quality, texture_alignmentrefinetask_id— (v1.x models only)

### Animation Presets

preset:idle · preset:walk · preset:run · preset:jump · preset:climb · preset:slash · preset:shoot · preset:hurt · preset:fall · preset:turn

### Stylization Styles

lego · voxel · voronoi · minecraft

### Convert Formats

GLTF · USDZ · FBX · OBJ · STL · 3MF

### Model Versions

ModelSpeedBest ForTurbo-v1.0-20250506~5-10sQuick concepts, rapid prototypingv3.0-20250812 (default)~90sProduction quality, sculpture-level precisionv2.5-20250123~25-30sFast + balancedv2.0-20240919~20sAccurate geometry with PBRv1.4-20240625~10sLegacy

### Prompt Engineering Tips

When crafting the prompt for generate, enhance the user's description:

Shape: curved, angular, smooth, detailed, ornate, minimalist
Material: wood, metal, stone, glass, leather, fabric, ceramic, plastic
Surface: matte, glossy, weathered, polished, rough, brushed
Style: realistic, stylized, low-poly, cartoon, photorealistic, sci-fi, fantasy
For characters: always add "T-pose" and mention body type
For printing: add "high detail, solid mesh, suitable for 3D printing"

### Credit System

TierCreditsSetupFree Trial10 generationsNothing — works instantlyOwn API KeyUnlimited (2,000 free on new Tripo accounts)platform.tripo3d.ai

When credits run out, guide the user:

Visit platform.tripo3d.ai → Sign Up (free)
Go to API Keys → Generate key (starts with tsk_)
openclaw config set skill.tripo-3d-generation.TRIPO_API_KEY <key>

### External Endpoints

EndpointMethodData SentPurposetripo-proxy.darknessporo.workers.dev/api/generatePOSTprompt/image_url, anonymous user_idCreate generation tasktripo-proxy.darknessporo.workers.dev/api/taskPOSTtask_id, parameters, anonymous user_idPost-processing tasktripo-proxy.darknessporo.workers.dev/api/status/:idGETtask_idPoll progresstripo-proxy.darknessporo.workers.dev/api/download/:idGETtask_idGet download URLstripo-proxy.darknessporo.workers.dev/api/creditsGETanonymous user_idCheck credits

### Security & Privacy

No personal data collected: Anonymous user_id via SHA-256 hash of hostname (16 hex chars, irreversible).
Modules used: crypto.createHash (anonymous ID), os.hostname (hash input only). No filesystem, no shell, no persistence.
API key: Sent only to proxy over HTTPS. Never logged or stored elsewhere.
What leaves the machine: Text prompts, image URLs, anonymous user_id. Nothing else.

### Trust Statement

By using this skill, your text prompts and image URLs are sent to Tripo AI (via Cloudflare Worker proxy) for 3D generation. Only install if you trust Tripo AI. No data stored beyond a per-user credit counter.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: MeterLong
- Version: 1.4.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tripo-3d-generation)
- [Send to Agent page](https://openagent3.xyz/skills/tripo-3d-generation/agent)
- [JSON manifest](https://openagent3.xyz/skills/tripo-3d-generation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tripo-3d-generation/agent.md)
- [Download page](https://openagent3.xyz/downloads/tripo-3d-generation)