tencent-ai3d-integrator

Generate 3D models from text prompts or images via Tencent Cloud AI3D SDK and CLI.

Updated May 3, 2026
One-click install
npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-ai3d-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-ai3d-integrator
Source: https://github.com/wanyusheng63-alt/vocab-learn/tree/main/.codebuddy/skills/tencent-ai3d-integrator
Command: npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-ai3d-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, tencentcloud-sdk-python-ai3d, and includes scripts (resource) components.

What problem does it solve?

Integrates Tencent Cloud AI3D to enable programmatic generation of 3D models from descriptive prompts or input images, accelerating asset creation in apps and pipelines.

Core Features & Use Cases

  • Text-to-3D: generate 3D models from natural-language prompts.
  • Image-to-3D: convert reference images to 3D assets via URL or local files.
  • Automation: scriptable submissions, status checks, and optional downloading for production workflows.

Quick Start

Provide a text prompt or image URL to generate a 3D model using the included CLI and SDK.

Frequently Asked Questions about tencent-ai3d-integrator

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

FAQPage Schema
How do I generate 3D models from text or images using Tencent Cloud AI3D?

You can generate 3D models from text or images using Tencent Cloud AI3D by submitting descriptive prompts or image URLs through the included TypeScript or Python CLI. The tool handles task submission, status querying, and optional file downloading.

Can I automate 3D asset generation and download in my production pipeline?

Yes, you can automate 3D asset generation and downloading in production workflows. The Skill provides scriptable submissions and status checks via a Node.js SDK and Python CLI, enabling automated task tracking and optional file export for pipelines.

What do I need to set up before using the text-to-3D or image-to-3D CLI?

Before using the text-to-3D or image-to-3D CLI, you need to install the Tencent Cloud AI3D SDK and handle your cloud credentials. You can then customize region configurations to properly authenticate and route your 3D generation tasks.

Does the SDK support converting local image files into 3D assets?

Yes, the SDK supports image-to-3D conversion using either image URLs or local files. You can convert reference images into 3D assets directly by passing the local file paths through the provided CLI or SDK.

What is the best way to check the status of a submitted 3D generation task?

The best way to check the status of a submitted 3D generation task is to use the provided CLI or SDK. The Skill includes built-in status querying functions to monitor your text-to-3D or image-to-3D task progress programmatically.

What are the limitations of using a Python CLI for automated 3D model generation?

Using the Python CLI for automated 3D model generation requires network access to Tencent Cloud AI3D and proper credential handling. The script limits you to text-to-3D and image-to-3D tasks, relying on cloud APIs for the actual rendering.