3D模型与视频特效

Generates 3D models and template-based video effects from text prompts and images via cloud APIs.

68|25|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/rojim666/SztuCode --skill 3d-rojim666
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 3D模型与视频特效
Source: https://github.com/rojim666/SztuCode/tree/main/py-runtime/src/sztu_code/core/prompts/workbuddy/skills/buddy-multimodal-generation
Command: npx skills add https://github.com/rojim666/SztuCode --skill 3d-rojim666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve? Creating 3D models and animated video effects normally requires specialized software and skills. This Skill lets you generate 3D models from text or images and apply template-based motion effects to photos through Tencent Hunyuan cloud services, all from simple commands. ## Core Features & Use Cases - 3D Model Generation: Create 3D models from text descriptions, single images, or multi-view images, with options for PBR materials, LowPoly, white-model (Geometry), and sketch modes, exported as GLB/OBJ/STL/FBX. - Template Video Effects: Transform static photos into animated clips using 60+ preset templates such as hug, kissing, return2dust, and cyber transformations, supporting single or multiple input images. - Async Job Management: Submit generation jobs and poll their status, with built-in retry limits and local download of results, including an auto-generated model-viewer HTML page for interactive 3D preview. - Use Case: Upload a portrait photo and apply the "return2dust" template to produce a particle-dissolve video, or describe "a low-poly mountain cabin" to receive a downloadable GLB model with an interactive browser preview. ## Quick Start Ask the agent to generate a 3D model of a Q-style ancient lantern with PBR materials, or apply the hug video effect template to two uploaded portrait photos.

Frequently Asked Questions about 3D模型与视频特效

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

FAQPage Schema
How do I generate a 3D model from a text description?▼

Run the buddy-cloud.py script with the 3d command followed by your text prompt, for example a Chinese description up to 1024 characters. The script submits the job to the Tencent Hunyuan API and polls until the GLB and OBJ files are ready, typically within 1 to 5 minutes.

How to apply video effect templates to a photo?▼

Use the video-fx command with a template name and one or more image URLs, such as --template hug --image URL1 --image URL2 for two-person interactions. Over 60 templates are available covering transformations, physics effects, and style conversions.

Can this skill generate images or regular videos?▼

No, image generation and text-to-video tasks are explicitly out of scope. Image generation must use the ImageGen tool and video generation must use the VideoGen tool; this skill only handles 3D models and template-based photo animation effects.

What output formats does 3D model generation support?▼

By default the service returns GLB and OBJ files, and you can request additional formats like STL, USDZ, or FBX via the result-format option. Options also include PBR materials, LowPoly mode, white-model geometry, and adjustable face counts from 10000 to 1500000.

Why does the 3D generation command seem to hang?▼

The script has built-in polling that checks job status every 5 seconds for up to 600 seconds, so long waits are normal. If your execution tool times out, resubmit with --no-poll to get a job ID, then query it with the status command instead of resubmitting the task.

How do I preview a generated GLB 3D model locally?▼

The workflow generates a viewer.html using the model-viewer web component and serves it through a local HTTP server on port 18899. Opening http://localhost:18899 in a browser lets you rotate and zoom the model interactively, since file:// URLs cannot load GLB files due to browser security policies.