/install hiapi-video-prompt-generator
HiAPI Video Prompt Generator
Before using this skill, run the update check once per session (it skips silently when offline; set HIAPI_SKIP_UPDATE_CHECK=1 to disable):
node scripts/check-update.mjs
If it reports a required update, run the printed install command before continuing. If it reports an available update, tell the user and continue.
Use this skill when the user has a video idea, a product link, a research topic, or a brief, and needs a strong, executable video prompt before calling a video model.
This skill does not generate video. It produces a structured prompt that the user can paste into:
hiapi-seedance-2-0-video-skill— high-quality text-to-video and image-to-video.hiapi-happyhorse-1-0-video-skill— lightweight text-to-video drafts.
The output is built so each fact, command, and UI label survives the trip to the model.
When To Use This Skill
Use this skill when any of these are true:
- The user describes a video they want, but the brief is one or two sentences.
- The user gives a URL, GitHub repo, or document and asks for "a video about this".
- The user wants a product demo, teaching short, social short, explainer, or pitch.
- The user has a draft prompt that is vague, generic, or missing screen text and motion.
Skip this skill and route directly to the model skill when the user already has a final prompt and only wants to generate.
Defaults
- Duration:
5seconds. Never default to30— HiAPI's video models do not run that length. - Aspect:
16:9for horizontal demos and explainers,9:16for social shorts and vertical product teasers. - Scene count: at micro-cut granularity (Seedance 2.0) — 4 blocks at
5s, 5 at8s, 6 at10s, and up to 8 blocks at15s. At macro-beat granularity (HappyHorse 1.0) — 2 beats at3s, 3 beats at5s, 4 beats at8s, 5 beats at10s, 6 beats at15s. Either way the Output Contract still returns one block per scene. - Resolution: Seedance 2.0 defaults to
720p, downgrades to480pfor fast drafts. HappyHorse 1.0 defaults to1080p, downgrades to720pwhen speed or cost matters; do not output480pfor HappyHorse. - Language: Match the user's language. Keep product names, commands, and UI labels in their original casing.
The supported parameter sets are model-specific. This skill must pick a target first, then constrain duration and aspect to that target's list.
Seedance 2.0 (hiapi-seedance-2-0-video)
- Durations (seconds): any integer from
4to15. - Resolutions:
480p,720p,1080p. - Ratios (flag
--ratio):16:9,9:16,1:1,4:3,3:4,21:9,adaptive. - Media modes: text-to-video; first-frame image-to-video; first+last-frame image-to-video; multimodal references.
- Mutual exclusion: do not mix first/last-frame fields with
reference_image_urls,reference_video_urls, orreference_audio_urls. - Reference limits: reference images plus first/last frames \x3C= 9 images; reference videos \x3C= 3, each 2-15 s and total \x3C= 15 s; reference audio \x3C= 3, each 2-15 s and total \x3C= 15 s.
HappyHorse 1.0 (hiapi-happyhorse-1-0-video)
- Durations (seconds): any integer from
3to15. - Resolutions:
720p,1080p. - Sizes (flag
--size, not--ratio):16:9,9:16,1:1,4:3,3:4. No21:9. - Seed: optional integer
0to2147483647; include only when the user asks for reproducibility. - Input: text-to-video only. No image input.
Workflow
- Read the request. Classify it: product demo, teaching short, social short, explainer, pitch, historical, or visual concept.
- Pick the target model. Default to
hiapi-seedance-2-0-videofor image-to-video, cinematic feel, or anything over5seconds. Usehiapi-happyhorse-1-0-videofor a fast text-to-video draft. - Gather sources. Use materials the user supplied first. If they are insufficient, research:
- Official product site, docs, GitHub repo, release notes.
- Primary sources for the topic (papers, organization sites, official archives).
- Reputable English-language background coverage if needed.
- Avoid sources the user did not ask for if they would dilute or contradict the brief.
- Extract visualizable facts. See
references/source-extraction.md. Pull names, commands, UI labels, numbers, differentiators, visual hooks, and what the product should never claim. - Pick a pattern. See
references/prompt-patterns.md. Adapt the pattern to the chosen duration and aspect ratio. - Write the prompt following the Output Contract below. Each fact, command, and UI label must show up either on screen, in narration, or in a labeled visual cue.
- Verify the constraints. Confirm the duration is in the chosen target's allowed list (Seedance: any integer from
4to15; HappyHorse: any integer from3to15). Confirm the aspect value matches the right flag for that target (--ratiofor Seedance,--sizefor HappyHorse) and is in its allowed list. For Seedance, choose exactly one media mode: first-frame, first+last-frame, or multimodal references. Confirm reference image/video/audio limits before writing a handoff command. Confirm screen text is short enough to render. Confirm nothing in the prompt fabricates a feature. - Hand off. See
references/hiapi-handoff.md. Show the user the exactnode scripts/...command for the chosen HiAPI skill so they can run it next.
Output Contract
Return all of the following sections, in this order, in the user's language. Keep section headers in the user's language too.
- Video Type — one of: product demo, teaching short, social short, explainer, pitch, historical, visual concept.
- Target Model —
hiapi-seedance-2-0-videoorhiapi-happyhorse-1-0-video, with one reason. - Duration And Aspect — pick from the chosen target's allowed list above. Seedance: any integer from
4to15seconds and one of16:9|9:16|1:1|4:3|3:4|21:9|adaptive. HappyHorse: any integer from3to15seconds and one of16:9|9:16|1:1|4:3|3:4. State which flag the target uses (--ratiofor Seedance,--sizefor HappyHorse). - Core Objective — one sentence: what the viewer should remember at the end.
- Source Extraction Summary — five to ten bullet facts, each tagged
[source]if pulled from a real source, or[creative assumption]if invented for staging. Never tag a guess as a source. - Narrative Through-Line — one sentence: the story arc from frame one to the last frame.
- Scene Prompts — one block per scene. Each block has:
Time(e.g.0.0s–1.2s)Visual— what is on screenOn-Screen Text— exact strings, in quotes, short enough for the durationAction / Camera— one dominant motion and one secondary ambient motionNarration— one short line, or(none)Transition— to the next scene
- Required Screen Text — a deduplicated list of every quoted on-screen string. Preserve command syntax and tag text exactly.
- Motion And Camera Control — list the dominant motions (typing, click, zoom, pan, dolly, reveal). Avoid particle effects unless the brief is artistic.
- Style Requirements — color, lighting, typography, density, mood. One paragraph.
- Negative Constraints — what the model must not show. Always include: no fabricated features, no logos the brief did not authorize, no on-screen text outside Required Screen Text.
- Final Copy-Ready Prompt — a compact block suitable for
--prompt. It MUST keep the scene order with short time cues (e.g.[0–1.2s]), every Required Screen Text string verbatim, the dominant motions, and at least one Negative Constraint. A flat description that drops these cues is wrong. - Handoff Command — the exact
node scripts/...command for the chosen HiAPI skill, with duration, resolution, media mode, and the right ratio flag (--ratiofor Seedance,--sizefor HappyHorse) pre-filled. Prefix with the working directory the user mustcdinto first (the installed target skill directory).
Quality Bar
A strong output is directed, not described. It tells the model what appears, what moves, what is typed, what is heard, what is grounded in the source, and what must not appear. If a fact in the Source Extraction Summary does not show up either on screen, in narration, or as a labeled visual cue, drop the fact or add a scene.
Do not fabricate facts. Product names, metrics, commands, UI labels, version numbers, testimonials, and feature claims must come from the brief or a cited source. Only staging choices — camera, layout, lighting, generic visual treatment, transition copy — may be tagged [creative assumption] when no source pins them. A missing fact is a question for the user, not a license to invent.
Routing And Adjacent Skills
- For a still image starting frame before image-to-video, route to awesome-gpt-image-2-prompts for image prompts, then hiapi-gpt-image-2-skill to render it.
- For a library of proven video prompts to anchor on, see awesome-seedance-2-0-prompts.
- For broader model discovery, see hiapi-skills or the Remote MCP at
https://mcp.hiapi.ai/mcp.
Examples
$hiapi-video-prompt-generator Turn https://github.com/HiAPIAI/hiapi-skills into a 5-second product intro.
$hiapi-video-prompt-generator Make a 9:16 social short about why agent skills beat one-shot prompts.
$hiapi-video-prompt-generator Plan an 8-second image-to-video starting from outputs/product.png, soft camera, studio lighting.
Important Links
- HiAPI Seedance 2.0 video skill: https://github.com/HiAPIAI/hiapi-seedance-2-0-video-skill
- HiAPI HappyHorse 1.0 video skill: https://github.com/HiAPIAI/hiapi-happyhorse-1-0-video-skill
- Get API key: https://www.hiapi.ai/en/register
- Pricing: https://www.hiapi.ai/en/pricing
- HiAPI docs: https://docs.hiapi.ai
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hiapi-video-prompt-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/hiapi-video-prompt-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
HiAPI Video Prompt Generator 是什么?
Turn a brief, link, or research topic into a controlled, source-grounded video prompt that runs on HiAPI Seedance 2.0 or HappyHorse 1.0. Use when a user asks... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 33 次。
如何安装 HiAPI Video Prompt Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hiapi-video-prompt-generator」即可一键安装,无需额外配置。
HiAPI Video Prompt Generator 是免费的吗?
是的,HiAPI Video Prompt Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HiAPI Video Prompt Generator 支持哪些平台?
HiAPI Video Prompt Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HiAPI Video Prompt Generator?
由 HiAPI AI(@hiapiai)开发并维护,当前版本 v1.0.0。