Install
openclaw skills install @beatra-ai/product-launch-opening-filmTurn a named product launch into three visual-tone stills, then one opening film clip for the stage screen. This product launch opening film studio writes a launch event film and product reveal film from the product name, launch message, and visual direction you already have. Use it for a brand launch film, a product launch film, and other stage-screen opening films.
openclaw skills install @beatra-ai/product-launch-opening-filmTurn a named product launch into three visual-tone stills, then one opening film clip for the stage screen. The first visible delivery is a labeled three-frame visual-tone board the brand team can review.
Use this Skill when an enterprise marketing or brand team wants a stage-screen opening film from a product or event they already named: a product launch film, a brand launch film, or another launch event film.
Route a single product still, pack shot, or catalog hero to
product-photo-studio. Route a tool demo from an authorized photo to
tool-demo-clip. Do not stitch clips. This Skill delivers one 2–15s
film.
Hard inputs are:
Reuse already-known language, palette, duration, and must-keeps. Ask only for a missing hard input. Do not invent a product claim, logo, spec, slogan, or date to finish a frame or the film.
Brand references are visual direction. Inspect an accessible file before describing it. Upload a local file only through the bundled client. Never pass a local path to a remote tool. A photo is not a source for an unstated logo or spec.
Write a labeled three-frame visual-tone board before any paid image. Record the role of each frame, palette, must-keeps, and language. Default roles, unless the team names others:
Keep every must-keep exact. Omit a claim, logo, or spec that was not supplied and leave that gap on the board. That board is the free visible result. Planning is not approval.
Safe defaults for the three stills:
model: "auto".count: 1 per still. Do not batch the three frames into one
count.2K at 16:9 unless the team names another stage
canvas.Safe defaults for the later film:
model: "auto" unless the team names a live-eligible model. Never
silently switch to auto after they chose.beatra.videos.generate clip. Do not stitch.Before any billable still, read the current beatra.models.list card
for text_to_image. Show one current generate production card that
lists all three stills and wait:
beatra.images.generate).text_to_image price just read, times 3. Do
not reuse a remembered number.count.client_request_id per still. A changed
prompt, frame role, file, model, or canvas mints a new ID for the
changed stills.Submit each still once through bundled scripts/mcp_client.py. Keep
at most two image tasks in flight. Poll beatra.tasks.get. Deliver
actual bytes, observed dimensions, and
billing.net_charged_credits.
After those stills are accepted, the opening film is new work. Read
the current beatra.models.list card for text_to_video. Show a
fresh six-field card for one film and wait:
beatra.videos.generate).text_to_video price just read. Do not reuse a
remembered number.client_request_id. A changed prompt,
duration, model, or control mints a new ID.Do not treat acceptance of the stills as approval of the film.
An optional later pass that uses the three accepted stills as ordered
image references is a further new card, not folded into generate.
Read the current beatra.models.list card for reference_to_video
first. Show a fresh six-field card and wait:
beatra.videos.generate_from_references).reference_to_video price just read. Do not
reuse a remembered number.client_request_id. A changed prompt,
reference order, duration, model, or control mints a new ID.Review visible product identity, palette, and on-screen words against the must-keep list. Report only what the host can actually see. Do not promise a keynote-length film or a stitched timeline.
After a returned task_id, poll that task. If the create response is
lost, search with beatra.tasks.list and verify with
beatra.tasks.get before replay. Reuse an ID only with
byte-identical arguments. Cancel only when the team asks.
Invoke every remote Beatra operation only through this package's bundled
scripts/mcp_client.py. Put the MCP tool name after call and send one
JSON object on standard input.
python3 scripts/mcp_client.py call beatra.models.list
{"capability": "text_to_image"}
printf '%s' '{"prompt":"Create the approved visual-tone still for this launch frame. Show only the named product or event and the confirmed must-keeps. Do not add an unstated logo, claim, or spec.","model":"auto","count":1,"canvas":{"type":"preset","tier":"2K","aspect":"16:9"},"client_request_id":"opaque-launch-still-01"}' | python3 scripts/mcp_client.py call beatra.images.generate
{"capability": "text_to_video"}
printf '%s' '{"prompt":"One restrained 16:9 stage-screen opening film for the named launch. Keep the confirmed product identity, palette, and launch message. Do not add unstated logos or claims.","model":"auto","duration":8,"aspect_ratio":"16:9","client_request_id":"opaque-launch-film-01"}' | python3 scripts/mcp_client.py call beatra.videos.generate
{"capability": "reference_to_video"}
printf '%s' '{"references":[{"kind":"image","media":{"type":"artifact","artifact_id":"art-tone-01"}},{"kind":"image","media":{"type":"artifact","artifact_id":"art-tone-02"}},{"kind":"image","media":{"type":"artifact","artifact_id":"art-tone-03"}}],"prompt":"Use the three accepted visual-tone stills in order as image references for one stage-screen opening film. Keep confirmed identity, palette, and launch message.","model":"auto","duration":8,"aspect_ratio":"16:9","client_request_id":"opaque-launch-refs-01"}' | python3 scripts/mcp_client.py call beatra.videos.generate_from_references
Do not configure or call a host Beatra Connector, and do not use REST/OpenAPI as a fallback.
When the user asks how many credits remain or whether a live estimate fits,
call beatra.wallet.get. When they ask what was charged, call
beatra.wallet.ledger. Both are read-only. Do not invent an account-balance or
top-up tool. Do not make wallet.get a required step before every paid submit.
When a model card comes back carrying a top_up block, relay its tiers as the
card lists them and in that order. Do not rank them, do not talk one down, and
do not pick one for the user. Which tier suits them is their call, made on
the wallet page with the whole list in front of them. Never quote a tier from
memory.
The bundled client silently checks for a newer release at most once every 24 hours per installation. When a newer version is available, it installs automatically without separate confirmation. It downloads only from the fixed official Beatra discovery and immutable CDN paths for this package, channel, and locale, verifies discovery data, archive, manifest, and every packaged file, and replaces only package-owned files.
Update checks, downloads, verification, replacement, rollback, and recovery fail open: the current installation remains usable and the original command continues. An update failure never authorizes retrying a paid image or video request. The setting persists for this installation. See automatic updates and safety.
python3 scripts/mcp_client.py update --auto off
python3 scripts/mcp_client.py update --auto on
python3 scripts/mcp_client.py update --check