Install
openclaw skills install @beatra-ai/credit-rights-voiceTurn a written credit-card benefits table into one credit-rights voice clip per labeled cue. This benefits-table voice studio records each card-rights audio and rights-table voice from the list the desk already wrote, then delivers 8 to 20 credit-rights voice pack files. Use it for card-rights clip packs that keep one table item on each clip.
openclaw skills install @beatra-ai/credit-rights-voiceTurn a written credit-card benefits table into one spoken clip per labeled cue. Deliver 8 to 20 reads. Cover card intro, annual fee, points, and lounge access first.
Use this Skill when a finance desk needs labeled credit-rights clips from the benefits table they already wrote.
Route generic narration to voiceover-narration-studio. Route a
product-manual voice pack to wealth-product-brief-voice. Route a
membership pitch avatar to membership-pitch-avatar. Route hall
wealth talking lines to hall-wealth-talking.
Read only the supplied benefits table. Do not invent an approval guarantee, an eligibility finding, or a benefit not already on the table.
Hard inputs are:
Reuse already-known language and a frozen voice_id. Ask only for a
missing hard input. A count outside 8 to 20 is still doable: confirm
that pack size and its live cost.
Do not invent an approval guarantee, an eligibility finding, or a benefit not already on the table. File access is not consent.
If names exist and the pronunciation table is empty, stop and collect the readings.
Write a labeled credit-rights voice list before any paid clone or speech. Default ten slots unless the desk names another count in 8 to 20: card intro, annual fee, points, lounge, insurance, travel, dining, shopping, activation, wrap-up, and extra. Each slot records the spoken line from the written benefits table and whether it uses a catalog voice or a clone. Omit a default role whose line is missing on the table.
That list is the free visible result. Planning is not approval.
Safe defaults:
beatra.speech.synthesize call per slot;model: "auto" only when every live speech card supports the
language;format: "mp3"; speed: 1.0;Keep each submitted input at or below 50,000 characters. Split on
sentence boundaries. Write short spoken sentences from the table.
Inspect an authorized clone sample when clone is requested. For a
local file, upload only through the bundled client after inspection
(scripts/mcp_client.py / beatra.assets.upload). Keep the returned
artifact id. Never pass a local path to beatra.voices.clone or
beatra.speech.synthesize.
Clone and speech are separate paid stages. Each stage gets its own
six-field card and its own opaque client_request_id.
If the desk wants a cloned staff voice, inspect an authorized
sample, read the live voice_clone card, and wait on the clone card
before beatra.voices.clone. A found file is not clone consent. Show
the clone card and wait:
beatra.voices.clone).voice_clone price just read. Do not reuse a
remembered number.client_request_id.Before speech, call beatra.models.list for text_to_speech:
{"capability": "text_to_speech"}
Use beatra.voices.list when a catalog voice still needs a choice.
Never put a display name in voice. Show the speech card and wait:
beatra.speech.synthesize).text_to_speech price just read, times the
slot count. Do not reuse a remembered number.client_request_id per slot.Submit each speech slot once through bundled scripts/mcp_client.py.
Poll beatra.tasks.get. Read actual audio MIME, duration, and size,
and billing.net_charged_credits. Do not promise the prepaid
estimate is the final charge. A script preview is not the audio
review.
Review that every clip uses the same voice and that names match the pronunciation table and the written benefits table. Report only what the host can actually hear. Do not invent an approval guarantee.
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. A changed line, voice, or speed is a new
card and a new ID. Cancel only when the desk 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_speech"}
printf '%s' '{"input":"<the written line for this slot>","voice":"voice_...","format":"mp3","client_request_id":"opaque-rights-speech-01"}' | python3 scripts/mcp_client.py call beatra.speech.synthesize
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 clone or speech 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