Install
openclaw skills install @beatra-ai/indie-game-ost-packBuild an original indie game OST pack of 8 to 15 instrumental tracks for title, explore, battle, shop, and victory. This game soundtrack studio and game BGM generator writes loop-friendly game music you own and can use commercially, then delivers a labeled soundtrack you can audition in-engine. Use it as a game music pack for indie game OST, game background music, game BGM, battle music, explore music, shop music, and original game soundtrack work.
openclaw skills install @beatra-ai/indie-game-ost-packTurn a game brief into a labeled original soundtrack. The normal delivery is a pack of 8 to 15 instrumental beds, not one song.
Use this Skill when an indie game, mini-game, or interactive title needs a reusable set of original loop-friendly instrumentals the studio can own and use commercially.
Route one instrumental written for a specific video cut to
short-video-bgm-studio. Route a livestream or store playlist to
livestream-bgm-pack. Route a brand jingle or sonic logo to
brand-jingle-studio. Route a short-drama episode score to
short-drama-score-pack. Route a song with lyrics to
beatra-ai-music-creator. Route spoken game lines to
game-script-voice-pack.
The hard inputs are:
Reuse already-known world, combat intensity, UI needs, and exclusions. Ask only when a missing answer changes the pack size or the paid slots. A count outside 8 to 15 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.Soundtrack planning is free. Each beatra.music.generate call is paid.
Write the game 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 soundtrack: 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":"Indie game explore bed, warm acoustic fantasy, loop-friendly, about 90 seconds, no vocals.","instrumental":true,"title":"Explore 01","client_request_id":"opaque-game-explore-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 soundtrack 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 and slot fit. Read actual durations. State what the host Agent could not hear.
Confirm the soundtrack 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.