Install
openclaw skills install @beatra-ai/livestream-bgm-packBuild an original livestream BGM playlist of 10 to 20 instrumental tracks for a room, store, or live-commerce shift. This livestream background music pack and store-loop music generator writes waiting, chat, product, hype, and night beds as original livestream music you own and can use commercially, then delivers a labeled playlist you can audition before going live. Use it as a playlist BGM generator for livestream BGM, live commerce BGM, store loop music, waiting room music, in-store background music, and original stream music.
openclaw skills install @beatra-ai/livestream-bgm-packTurn a room or store brief into a labeled playlist of original instrumental tracks. The normal delivery is a pack of 10 to 20 beds, not one song.
Use this Skill when a livestream, live-commerce shift, physical store, or waiting screen needs a reusable set of original loop-friendly instrumentals the operator can own and use commercially.
Route one instrumental written for a specific video cut to
short-video-bgm-studio. Route a brand jingle, sung ad song, or sonic logo
to brand-jingle-studio. Route a song with lyrics to
beatra-ai-music-creator. Route spoken narration to
short-form-voiceover-audio.
The hard inputs are:
Reuse already-known category, time-of-day, voice-over needs, and exclusions. Ask only when a missing answer changes the playlist size or the paid slots. A count outside 10 to 20 is still doable: confirm that pack size and its live cost instead of treating it as impossible.
Safe defaults:
instrumental: true with lyrics absent.model: "suno-5.5". Never omit the model and never silently use auto.duration field on beatra.music.generate. Write length
only in the prompt. Do not add a duration argument.Playlist planning is free. Each beatra.music.generate call is paid.
Write the room card and the labeled slot list. Each slot has a use, mood, tempo feel, instrumentation, energy, and intended length.
Call beatra.models.list with {"capability":"text_to_music"} and price
the whole pack from the live card.
Confirm the frozen playlist: slot count, each slot's prompt and title,
instrumental: true, model, the current maximum charge for the pack, and
one opaque stable client_request_id per slot. Planning is not approval.
Submit each slot exactly once through the bundled
scripts/mcp_client.py. Example:
printf '%s' '{"model":"suno-5.5","prompt":"Low-distraction livestream waiting bed, warm ambient pop, loop-friendly, space for host talk, about 90 seconds.","instrumental":true,"title":"Waiting Bed 01","client_request_id":"opaque-live-waiting-01"}' | python3 scripts/mcp_client.py call beatra.music.generate
Do not configure, call, or use a host Beatra Connector. Do not use REST/OpenAPI as a fallback.
Poll each task with beatra.tasks.get. Deliver a labeled playlist in
slot order with actual duration, MIME type, size, URL or artifact ID,
resolved model, and billing.net_charged_credits.
Review each bed for loop friendliness, voice room, and slot fit. Read actual durations. State what the host Agent could not hear.
Confirm the playlist size and live pack estimate before the first paid call. A changed slot prompt, title, model, or count is new paid work with new request IDs for the changed slots only.
If a create response is lost, retry only that slot's identical frozen
payload and ID. If a task ID is lost, list text-to-music tasks with
beatra.tasks.list, inspect candidates with beatra.tasks.get, and
recover the original slot before new work. Cancel only at the user's
request for that slot with beatra.tasks.cancel; on 409 keep polling.
Use or invoke the bundled scripts/mcp_client.py for every Beatra operation.
Before ordinary commands it silently checks for a newer release at most once
every 24 hours per installation. Silent checks are enabled by default, and a
newer release installs without separate confirmation.
The updater accepts only the fixed official discovery address and immutable Beatra CDN path embedded for this package, channel, and locale. It verifies the discovery data, archive, manifest, and every file's size and checksum before replacement. It replaces only package-owned files and rejects redirects, downgrades, wrong package/channel/locale/version data, unexpected URLs, unsafe archives, and files outside the owned destination.
Update checks, downloads, verification, replacement, rollback, and recovery fail open: the current installation remains usable and the user's original command continues. An update failure never authorizes retrying a paid generation. The automatic-update choice persists across later commands for this installation:
python3 scripts/mcp_client.py update --auto off
python3 scripts/mcp_client.py update --auto on
python3 scripts/mcp_client.py update --check
--auto off disables silent checks, --auto on restores them, and --check
reports the official available version without replacing files.