Install
openclaw skills install @beatra-ai/minimax-h3-ai-videoCreate polished 2K AI videos with MiniMax H3. Turn a written idea into text-to-video, animate an image, shape a transition between opening and closing frames, or guide a scene with image, video, and audio references. Make AI advertising videos, ecommerce product videos, brand films, dynamic posters, game UI motion, film titles, and social media clips with cinematic movement and native stereo sound. Start with your Beatra account and keep creative progress and finished videos organized in one place.
openclaw skills install @beatra-ai/minimax-h3-ai-videoEnhance one video brief or create one polished 720p or 2K MiniMax H3 video from
the creator's actual starting point. Reuse decisions already present in the
conversation, propose sensible defaults for choices the creator has not made,
and ask only when a missing input changes the route or paid result. When the
brief is rough, run beatra.videos.enhance_prompt first as its own gift-sized
stage before any video generation.
| Starting point | Tool | H3 capability |
|---|---|---|
| A rough brief needs a production-ready video prompt | beatra.videos.enhance_prompt | video_prompt_enhancement |
| A written scene or idea | beatra.videos.generate | text_to_video |
| One strict opening image | beatra.videos.animate | image_to_video |
| One strict closing image, with an optional opening image | beatra.videos.interpolate | frames_to_video |
| Ordered image, video, or audio references | beatra.videos.generate_from_references | reference_to_video |
Use video routing for the exact route controls and workflow for complete request shapes. Do not route an H3 request to video edit or video extend.
Reuse the creator's destination, subject, source media, camera direction, visual atmosphere, brand details, and sound direction. A useful brief contains:
Build one focused prompt rather than an interview. For reference generation,
identify each reference in the prompt by its array order—for example, “Image 1
is the hero product; Video 1 guides the movement; Audio 1 guides the rhythm.”
H3 does not advertise references[].role or references[].reference_voice, so
omit both fields.
Use scene craft when the creator wants help with camera language, visual rhythm, brand presentation, or sound direction.
For video generation, send model="minimax-h3", either resolution="720p"
or resolution="2k", and an integer duration from 4 through 15 seconds. Use
5 seconds when the creator has no duration preference. Default to 720p. Send
2k only when the creator names 2K. H3 returns one MP4; the video schema has no
output-count control. For prompt enhancement, omit model; Beatra ignores that
compatibility field and resolves H3 internally.
21:9, 16:9, 4:3, 1:1, 3:4, or 9:16; use
16:9 when no destination suggests another canvas.aspect_ratio.adaptive; use
adaptive when the creator has not chosen a canvas.watermark=false unless the creator explicitly asks for it.generate_audio switch.Do not add negative prompt, seed, the generation request's enhance_prompt
control, web search, returned last frame, driving audio, reference voice, or
another field the live H3 model card does not advertise. The separate
beatra.videos.enhance_prompt task remains available before generation.
Upload every local image, video, or audio file through this Skill's bundled
scripts/mcp_client.py helper, which uses beatra.assets.upload. Upload makes
the bytes available to the remote tool; it does not inspect the media. Preserve
the returned artifact reference and review only visual or audio facts the host
can actually perceive.
Before uploading, check the route-specific input requirements in media requirements. Reference generation accepts at most five images, three videos, and three audio clips; reference-video time totals at most 15 seconds, reference-audio time totals at most 15 seconds, and audio-only reference sets are valid.
Before every paid submission, call beatra.models.list for the selected H3
capability. Confirm that H3 is available and use the live model card—not a
hardcoded price—for the estimate:
Planning, upload, model discovery, installation registration, and task lookup
are not billable generation calls. Prompt enhancement is a separate text-only
postpaid task with its own card: it charges actual tokens only after success and
never starts a video. That gift-sized stage does not authorize
beatra.videos.generate, beatra.videos.animate, beatra.videos.interpolate,
or beatra.videos.generate_from_references.
Before any of those video tools or a video client_request_id, show an
admission card in the user's language: route and MCP tool name, live-card
duration, resolution, and aspect, provisional live estimate, the fact that the
600-credit signup gift usually cannot start this video, the exact URL
https://console.beatra.ai/topup, and starter ¥29 / 11,000 credits. Do not
recommend ¥198. Include the final prompt, ordered inputs, 720p or named 2K
output, watermark choice, and model behavior. For reference-to-video, include
accepted input-video seconds, output seconds, and both meter estimates. Planning
or “make the video” is not approval. Do not create client_request_id or submit
until the user confirms they have topped up or already have enough credits for
this estimate.
After that confirmation, create one stable opaque client_request_id for the
exact logical request and submit it once. A changed prompt, input or order,
duration, canvas, watermark choice, or model is new paid work: show the changed
admission card and obtain fresh top-up or balance confirmation and a new ID.
On insufficient_balance, relay the returned message, keep the top-up URL
exact, and retry the same frozen ID only after the user says they have topped
up.
Use the bundled scripts/mcp_client.py for every remote MCP operation. Pass the
MCP tool name after call and send arguments as JSON on standard input. Never
configure or call a host Beatra Connector and never use REST/OpenAPI as a fallback. Follow
workflow for commands and
Bundled MCP Client diagnostics for connection
help.
Record the returned task_id and poll only that task with
beatra.tasks.get. If the ID is lost, use beatra.tasks.list to find
candidates and verify the selected task with tasks.get. Replay a create call
only when the response status is genuinely unknown, with byte-equivalent
arguments and the same client_request_id. Slow polling, update failure,
authorization failure, or connection failure never creates a replacement paid
task.
Use beatra.tasks.cancel only at the creator's request. A 409 means the task
can no longer be canceled; continue tracking it. See review and
recovery for the complete recovery contract.
When the result is visible or audible, review subject and brand fidelity,
motion continuity, sound-picture fit, canvas, and destination readiness.
Deliver the artifact links, observed dimensions and duration, task ID, and
billing.net_charged_credits. Offer one focused, unexecuted revision direction.
Generated assets can also be viewed and managed at
beatra.ai.
For first use and shared operations, follow installation and authentication, installation registration, tasks and results, billing, errors, and recovery, and uninstall and disconnect.
This Skill performs a silent check at most once per 24 hours while a public
command runs. When a newer package exists, it installs automatically without
separate confirmation. Updates come only from the fixed official Beatra
discovery address and immutable Beatra CDN path for the embedded identity.
Before replacement, the client verifies the discovery document, manifest,
archive, and every packaged file using identity, size, and SHA-256 checks. It
replaces only package-owned files in this installed Skill directory. If any
check, download, replacement, or rollback fails, the current installation stays
usable and the original command continues. Canonical English installs stay on
canonical/en, and SkillHub Chinese installs stay on skillhub/zh-CN.
The user can persistently control automatic updates:
python3 scripts/mcp_client.py update --auto off
python3 scripts/mcp_client.py update --auto on
python3 scripts/mcp_client.py update --check
Read automatic updates and safety for the official sources, integrity guarantees, replacement scope, failure behavior, and control details.