Animate a portrait image with audio to produce a lip-synced talking head video up to 10 minutes long.
Design & media
talking-pet-video
Try itMake a pet talk by animating one clear pet photo with a short message or prepared voice clip. This talking pet video and talking dog and cat generator workflow turns a single pet photo into a shareable talking-pet clip from one pet image and a short spoken line, and reviews breed and face identity, mouth motion, speech clarity, and synchronization. Use it for pet greetings, funny pet dialogue, pet reactions, pet stories, festive pet messages, and pet-creator content.
What it does
Make a pet talk by animating one clear pet photo with a short message or prepared voice clip. This talking pet video and talking dog and cat generator workflow turns a single pet photo into a shareable talking-pet clip from one pet image and a short spoken line, and reviews breed and face identity, mouth motion, speech clarity, and synchronization. Use it for pet greetings, funny pet dialogue, pet reactions, pet stories, festive pet messages, and pet-creator content.
The skill document
Talking Pet Video
Turn one clear pet photo and a short message or prepared voice clip into a shareable talking-pet clip. Use this Skill for making a pet talk, a dog or cat voiceover, a pet greeting, a pet reaction, funny pet dialogue, a pet story, or a pet message video.
Scope and adjacent routes
The normal route is one pet photo, one approved speech track, and one talking-pet clip. Use an existing approved speech recording directly, or prepare speech from a short script with an available voice. Route a request for a pet dance or motion without speech to an image-to-motion workflow; a human spoken portrait to the talking-avatar-video workflow; and a portrait that should sing to the photo-singing-video workflow. Keep the pet-talking route focused on one pet photo plus speech. Multi-speaker dialogue should arrive as an approved mixed track.
Inputs and defaults
The hard inputs are:
- one accessible pet photo the host Agent can inspect;
- either an accessible, approved speech track or a short script plus an available voice choice.
Ask only for a missing hard input. Reuse the known occasion, language, framing, energy, background, and delivery intent. For a local image or audio file the host Agent can access, use the bundled upload helper only after inspection:
python3 scripts/mcp_client.py upload ./pet-photo.png --mime-type image/png
python3 scripts/mcp_client.py upload ./approved-message.mp3 --mime-type audio/mpeg
Upload is transport, not visual or audio review. Retain each returned artifact reference and never pass a local path to a remote tool.
Default to one talking-pet clip, model: "auto", the pet photo as the strict first frame, and a source-derived aspect ratio. Omit resolution and other optional controls unless the destination or an explicit user choice requires them. Pet anatomy varies significantly; select a clear front-facing image and review the result rather than promising identical performance across animals. For synthesized speech, default an unspecified format to mp3 only when a live speech card supports it and a live video card accepts its expected audio/mpeg output. Treat breed, coat, face identity, framing, and background as must-keeps and review the result for drift rather than promising exact preservation or perfect lip sync.
Golden path
-
Inspect the pet photo. Record its actual MIME type, width, height, aspect ratio, byte size, and whether it has an alpha channel. Identify the breed, coat, face visibility, framing, background, and must-keeps. If the user supplied approved audio, review what is actually accessible and record its real MIME type, duration, and byte size; otherwise make the short script natural to say without changing its meaning.
-
For a script route, call
beatra.voices.listonly when a voice still needs to be selected. Callbeatra.models.listwith{"capability":"text_to_speech"}when selecting the language, output format, named model, optional control, or numeric estimate. Keep the speech model atautounless the user chose a concrete compatible model. Numeric estimates are provisional and require live catalog facts. -
Before any paid synthesis, call
beatra.models.listwith{"capability":"image_to_video"}. Confirm that a current card admits[image, driving_audio]. Compare the pet photo's actual MIME type, width and height, aspect ratio, byte size, and alpha-channel presence with every advertised image constraint; compare supplied audio's actual MIME type, duration, and byte size with every advertised driving-audio constraint. Also confirm that planned speech can fit a video duration the route can fully contain. If any required media fact is unavailable or incompatible, stop before TTS and request the smallest compatible source change. For a script route, usemp3only when the live speech card supports it and the live video card accepts the correspondingaudio/mpeg. -
Show the exact speech arguments and paid boundary. A clear instruction to synthesize that prepared line can count as approval; planning, auditioning, comparison, or an unresolved voice or format choice does not. Freeze the script, voice, language, model, format, optional controls, and one opaque stable
client_request_id; then submit onebeatra.speech.synthesizecall exactly once. -
Poll the speech task with
beatra.tasks.getuntil terminal. On success, read the returned artifact plus the actualtask.output.audio.mime_type,task.output.audio.duration_seconds, andtask.output.audio.size_byteswhen present. Present or play the real audio when the host can do so, and ask the user to approve it before the dependent video stage. Never treat a script preview, expected duration, requested format, or task metadata as an audio review. -
Refresh or re-read the current
image_to_videocards and admit the actual pet photo plus approved speech again. Recheck every image fact and compare the audio's actual MIME, duration, and byte size with the current driving-audio constraints. The audio duration must be at least the live minimum and must not exceed either the live audio maximum or the longest eligible video duration that can contain the complete message. Use the smallest supported integer video duration at or above the actual speech length so words are not truncated; do not add silence. If any media fact is unavailable or incompatible, stop before video submission and propose the smallest message, recording, or photo change. -
Keep
model: "auto"unless the user chose a concrete eligible video model. Preserve the photo-derived aspect ratio by omittingaspect_ratio. If the destination needs another frame, ask for a first-frame image already composed for that target or explicitly route through a suitable preprocessing workflow before returning with the new image;beatra.videos.animateis not a crop or canvas-override step. Never crop, stretch, or change the canvas silently. -
Show an admission card before any video
client_request_idorbeatra.videos.animatecall: routeimage_to_video, toolbeatra.videos.animate, pet photo, approved speech, prompt, audio-led duration, resolution if set, output count, provisional live estimate, the fact that the 600-credit signup gift usually cannot start this video, the exact URLhttps://console.beatra.ai/topup, and starter ¥29 / 11,000 credits. Do not recommend ¥198. Planning, comparison, or “make the clip” is not approval. Approved speech does not authorize the video call. Do not submit until the user confirms they have topped up or already have enough credits for this estimate. Freeze them with a new opaque stableclient_request_id. Invoke only the bundledscripts/mcp_client.py: the MCP tool name is the CLI argument and its arguments are JSON on standard input. For example:printf '%s' '{"image":{"type":"artifact","artifact_id":"art_pet"},"driving_audio":{"type":"artifact","artifact_id":"art_speech"},"prompt":"A friendly pet speaks directly to camera with natural mouth movement and a stable body and background.","duration":6,"client_request_id":"opaque-pet-video-id"}' | python3 scripts/mcp_client.py call beatra.videos.animateDo not configure, call, or use a host Beatra Connector. Do not use REST/OpenAPI fallback. Submit
beatra.videos.animateexactly once. -
Record the returned task ID immediately and poll the same task with
beatra.tasks.getuntil terminal. Deliver every returned video artifact or link. Report only actual returned task status, resolved model, dimensions, duration, usage, andbilling.net_charged_credits. Review accessible output for breed and coat identity, face identity, mouth motion, speech clarity, synchronization, body deformation, stable framing, background, ending quality, ratio, and actual duration. State what the host Agent could and could not inspect.
Paid changes, recovery, and cancellation
Speech and video are separate paid stages. Each has its own frozen payload, stable request ID, approval, create response, and task ID. A changed script, voice, language, speech control, image, audio, prompt, model, duration, aspect ratio, resolution, or video control is new logical paid work with a new ID and fresh approval. A video-stage change also needs a new admission card and fresh top-up or balance confirmation. A revised speech track also invalidates any unsubmitted dependent video plan that named the old audio. On insufficient_balance, relay the returned message, keep https://console.beatra.ai/topup exact, and retry the same frozen client_request_id only after the user says they have topped up.
If a create response is lost, retry only the identical frozen payload with the same stage ID. If a task ID is lost, call beatra.tasks.list for the relevant capability, inspect plausible candidates with beatra.tasks.get, and match them against that stage's private ledger before considering an identical retry. Queued and running are progress states, not failures. Recover the original stage before planning changed work; never duplicate a paid submission or guess its charge or refund.
Call beatra.tasks.cancel only when the user asks to cancel. Call it once and confirm the resulting terminal state with beatra.tasks.get. A 409 means cancellation is not confirmed, so continue polling that same task without creating replacement work.
References by task
- Read Talking-pet workflow when inspecting a pet photo, preparing or uploading speech, selecting a voice, checking duration and live model facts, constructing exact payloads, polling, recovering, cancelling, or reviewing pet identity and mouth motion.
- Read Installation and authentication only when authorization or shared credentials need attention.
- Read Installation registration for the non-billable best-effort package registration step.
- Read Tasks and results for shared terminal task and artifact semantics, and Billing, errors, and recovery for returned billing or error details.
- Read Bundled MCP Client diagnostics when the bundled client cannot connect. Do not configure a host Connector.
- Read Automatic updates and safety for update guarantees and controls.
- Read Uninstall and disconnect only when the user asks to remove the package or shared credentials.
Runtime and safe automatic updates
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.
Related skills
Create a talking avatar from one portrait and a short script or speech track. This AI presenter and digital human video workflow can prepare narration with a selected voice or use a supplied recording, then direct a stable talking-head clip with restrained expression, natural movement, clear delivery, and focused lip-sync review. Use it for AI spokesperson videos, product explainers, training, course lessons, announcements, onboarding, social talking-head content, and photo-to-talking-video messages, with narration-driven facial motion and a focused review of identity, clarity, lip sync, and motion stability.
Turn a user-supplied club-activity script and authorized stills into one club activity talking clip per still. This club notice talking video studio writes a speakable event script talking clip for each photo, then animates a 2 to 15s club notice talking clip. Use it for club activity talking pack, club signup talking clip, and activity notice talking pack work that stays one photo, one clip.
Say "Help me install this skill from https://clawhub.ai/shuminliu026/pet-movie-poster" to your local agent, then turn pet photos into cinematic character pos...
Make a photo sing by animating one clear portrait with a short singing audio excerpt. This photo singing video and AI singing portrait workflow turns a single face into an expressive singing clip from one portrait and a chosen song excerpt, and reviews identity, mouth and facial movement, performance energy, audio presence, and synchronization. Use it for old photo singing, birthday greetings, character art, playful posts, song promos, and memorable messages, with one portrait and one singing audio excerpt per run and honest post-result review.
Turn a user-supplied product factsheet and authorized stills into one wealth product talking clip per still. This product factsheet talking video studio writes a speakable product highlights talking clip for each photo, then animates a 2 to 15s product factsheet talking clip. Use it for wealth product talking pack and factsheet talking video pack work that stays one photo, one clip.