Tencent Hunyuan Text-to-Video
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_0d760f1d/hunyuan-text-to-video.
About this skill
Problem Solved
hunyuan-text-to-video addresses the direct text-to-MP4 video generation problem. Engineers can send a prompt to the Tencent Hunyuan text-to-video API and let HunyuanVideo 1.5 generate a video end to end, without first producing images and then compositing a clip. It is useful for quickly validating creative ideas, producing short sample videos, or adding a displayable video result node to an agent workflow.
How It Works
The skill submits a job through Tencent Cloud's SubmitHunyuanToVideoJob endpoint and tracks progress with DescribeHunyuanToVideoJob. Key inputs include:
--prompt: required, up to 200 UTF-8 characters, with longer input truncated.--filename: optional output file name, defaulting to a timestamped.mp4.--video-resolution: currently limited to 720p.--logo-add: controls watermarking, with0for no watermark and1for a watermark.--secret-id/--secret-key: credentials can also be provided viaTENCENT_SECRET_IDandTENCENT_SECRET_KEY.
During execution, the skill initializes VclmClient using tencentcloud-sdk-python-vclm, submits a pure text-to-video job, and waits for the status to move from WAIT or RUN to DONE. When finished, the video is saved as MP4 in the current working directory and the skill prints VIDEO_READY:/path/to/file.mp4. The recommended flow is to present that path to the user rather than attempting to parse the video content.
Boundaries and Notes
This skill requires Tencent Cloud credentials and a Hunyuan text-to-video service with available quota or pay-as-you-go billing. ResultVideoUrl expires after 24 hours, so it should not be treated as a durable resource. The default concurrency is one job at a time, so avoid submitting another job before the previous one completes. Output is also constrained by the 200-character prompt limit and 720p resolution, and a watermark may be added by default; for user-facing delivery, explicitly pass --logo-add 0.
Use Cases
- Before a creative review, turn a one-line shot description into a 720p MP4 sample for the team to view.
- In an agent workflow, submit a text job, poll until VIDEO_READY, and present the saved MP4 path.
- When delivering a watermark-free demo, set credentials and --logo-add 0 to generate a short MP4 from a 200-character prompt.
- When validating the Hunyuan video API, run a short pure T2V job to check 720p output and single-job concurrency.
Best For
- Engineers who need text-to-video demos and want to call the Tencent Hunyuan API to obtain an MP4 path.
- Developers building agent presentation flows who want to show the video after the task returns a ready path.
- ML engineers evaluating video models who want to test 720p pure text-to-video generation with prompts under 200 characters.
- Creators preparing review assets who want to generate short watermark-free clips for feedback.
Related Skills
Call Mew image and design APIs in two stages to create an emotional background and compose a share-ready quote check-in poster.
Generate felt-craft pendant designs, part breakdowns, and structured analysis from a product image or Base64 input.
A ComfyUI image-generation skill that uses a five-step dialog to collect prompts, prefill templates, confirm parameters, submit API jobs, and return results.
A design-system guidance skill for Impeccable that produces token-based rules, component states, accessibility criteria, and QA checklists.