tencent-hunyuanvideo
Generate and operate Tencent Hunyuan video through the managed TokenHub HY-Video-1.5 API or official local HunyuanVideo repositories. Use for text-to-video, image-to-video, hosted job lifecycle, pricing and region planning, local checkpoint selection, hardware and acceleration, prompt design, licensing, safety, provenance, and delivery QA.
npx skills add calesthio/generative-media-skills --skill tencent-hunyuanvideo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Separates requests into three contract families (TokenHub HY-Video-1.5, legacy vclm 3.0, and HunyuanVideo-1.5 local weights) and manages the end-to-end process for running Tencent HunyuanVideo tasks. It enforces a dry-run preflight, requires explicit approval with region, model, input, and output details, and uses a deterministic approval digest to claim and track submissions before execution. It supports planning 720p outputs via a provided example, with strict handling of prompts, optional image inputs, and result delivery constraints.
How it works
- Identifies three concrete surface options: TokenHub HY-Video-1.5, Legacy vclm, and HunyuanVideo-1.5 local.
- Before paid work or asset/model actions, it requires explicit disclosure of surface, model/checkpoint family, region, mode, input details, target resolution, audio plan, and QA gates.
- Enforces a plan-first workflow: defaults to plan-only, does not enable postpaid billing or automatic downloads.
- Uses a dry-run TokenHub client: constructs a payload with model "hy-video-1.5", prompt, and resolution 720p; can attach an image URL; computes a plan digest and outputs a plan with an approval_digest. Execution proceeds only when environment variables (TENCENT_APPROVED_DIGEST, TENCENT_TOKENHUB_API_KEY) and thresholds are satisfied.
- Submits to TokenHub endpoints via HTTP POST to /v1/api/video/submit and queries via /v1/api/video/query, handling response IDs and status updates until completion.
- Validates result URLs, enforces result host suffixes, and hashes the downloaded MP4 to verify integrity.
When to use it
Use when planning Tencent HunyuanVideo deployments that require strict preflight, region entitlement checks, explicit cost ceilings, and auditable submission flows for text-to-video or image-to-video tasks.
What it can touch
- TokenHub HY-Video-1.5 endpoints: https://tokenhub.tencentmaas.com and https://tokenhub-intl.tencentmaas.com
- Endpoints: "/v1/api/video/submit" and "/v1/api/video/query" (via HTTP POST)
- Payload fields include: model, prompt, resolution, image (optional URL), and logo_add
- Environment variables: TENCENT_APPROVED_DIGEST, TENCENT_APPROVE_MAX_CNY, TENCENT_TOKENHUB_API_KEY
- Local artifact handling for downloaded results (hashing, size checks, and storage paths)
Caveats
- Requires explicit entitlement and current price verification for the chosen region/site before execution.
- Uses a plan digest to prevent mismatched resubmissions; state is persisted to a .job.json alongside the output file to prevent duplicate submissions.
- The sample plan enforces 720p output and a 5-second result constraint for the TokenHub path; 1080p is not enabled unless the current schema and entitlement reflect it.
- AI disclosure and labeling are governed by default logo_add=1; changing this requires approval per Tencent guidance.
- Prices and quotas are subject to change; re-fetch price and billing state before submission.
# Tencent HunyuanVideo Separate every request into one of three contracts before taking action: 1. **TokenHub `hy-video-1.5`** — current managed Tencent Cloud T2V/I2V interface for new integrations. 2. **Legacy Tencent Cloud `vclm` API 3.0** — older TC3-signed `SubmitHunyuanToVideoJob` surface retained for existing customers while sales and model capabilities migrate to TokenHub. 3. **HunyuanVideo
What does the tencent-hunyuanvideo skill do?
Generate and operate Tencent Hunyuan video through the managed TokenHub HY-Video-1.5 API or official local HunyuanVideo repositories. Use for text-to-video, image-to-video, hosted job lifecycle, pricing and region planning, local checkpoint selection, hardware and acceleration, prompt design, licensing, safety, provenance, and delivery QA.
How do I install it?
Run `npx skills add calesthio/generative-media-skills --skill tencent-hunyuanvideo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From calesthio/generative-media-skills, a repository with 112 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.