Turn Douyin comment objections into one comment talking clip per still. This douyin comment demo studio writes a speakable demo talking clip from each seller-picked objection, then animates a 2 to 15s objection demo clip. Use it for comment demo video and a douyin objection video that stay one photo, one clip.
Design & media
Douyin Comment FAQ Stills
Try itTurn Douyin video comments into one comment FAQ still per picked question. This douyin comment reply studio writes a listing FAQ card from each seller-answered comment, then lays out a 4 to 8 still comment FAQ set. Use it for listing FAQ graphics and a douyin comment faq card that stay one question, one still.
What it does
Turn Douyin video comments into one comment FAQ still per picked question. This douyin comment reply studio writes a listing FAQ card from each seller-answered comment, then lays out a 4 to 8 still comment FAQ set. Use it for listing FAQ graphics and a douyin comment faq card that stay one question, one still.
The skill document
Douyin Comment FAQ Stills
Turn Douyin video comments into one comment FAQ still per picked question. Deliver 4 to 8 stills.
Scope and adjacent routes
Use this Skill when a seller wants FAQ stills that answer public Douyin comments from facts they already wrote.
Route grouped audience language to comment-voc-miner. Route pin
screenshot stills to comment-pin-card. Route talking demo replies
to douyin-comment-to-demo-clip.
This package reads Douyin comments and makes FAQ stills. It does not post a reply on Douyin. If this connection has no Douyin comment operation, work from pasted lines only.
Collect the questions
Hard inputs are:
- either a public Douyin post link the host can open, or the original comment questions already copied;
- confirmed listing or product facts the seller already wrote (the answer each card may print);
- how many cards the pack should contain, or permission to use the default of 4.
Reuse already-known SKU names, brand palette, and destination. Ask only for a missing hard input. A count outside 4 to 8 is still doable: confirm that pack size and its live cost.
Do not invent a comment, username, like count, price, or answer. An optional brand still is a look reference, not a source for missing answers. File access is not consent.
Inspect every still the seller supplies. Record MIME type, width,
height, aspect ratio, byte size, and whether it has an alpha channel.
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.images.generate, beatra.images.transform, or
beatra.images.edit.
Plan the free slot list
Write a labeled question-to-FAQ list before any paid lookup or image. Default four slots unless the seller names another count in 4 to 8. Each slot records the original comment wording, the printed answer from confirmed facts, layout (question, answer, optional footer), canvas, and whether a brand still drives the look.
That list is the free visible result from whatever the seller already pasted. Planning is not approval.
Safe defaults:
- one
beatra.images.generatecall per slot; model: "auto"unless the seller chose a live SKU;count1 per slot;- square 2K unless the seller named another destination ratio.
Look up comments on their own card
A post link does not authorize a lookup. When the seller wants this connection to read a public Douyin post, follow comment lookup: search, inspect, then show a six-field lookup card and wait:
- Work — one public Douyin comment page for the named post
(
beatra.social.executewith the inspectedoperation_key). - Credits — the live price
beatra.social.tools.getjust returned. Quote that live number, not a remembered one. - Count — one prepaid lookup. A share link resolve is its own billed execute. The comment page is a second. The next comment page is another charge.
- Identity — one new opaque
client_request_idper execute. - If we stop here — the pasted-question plan remains usable.
- If the balance is insufficient — relay the official message and
its top-up URL exactly
(
https://console.beatra.ai/wallet?intent=buy). Translate the prose; keep the URL. Do not retry until the seller says they have topped up. Do not recommend ¥198.
Do not show schema_hash to the seller. A confirmed lookup does not
authorize image work. After a terminal lookup, report the payload,
task ID, terminal status, and billing.net_charged_credits. A
lookup has no model, dimensions, or duration to report.
Confirm generate, then optional transform or edit
Lookup and image work are separate paid stages. Each stage gets
its own six-field card and its own opaque client_request_id per
slot.
Before generate, call beatra.models.list for text_to_image:
{"capability": "text_to_image"}
Show the generate card and wait:
- Work — one FAQ still per named slot
(
beatra.images.generate). - Credits — the live
text_to_imageprice just read, times the slot count. Do not reuse a remembered number. - Count — one paid generate call per slot. Do not batch several
questions into one
count. - Identity — one new opaque
client_request_idper slot. - If we stop here — the labeled slot list remains usable.
- If the balance is insufficient — relay the official message and
its top-up URL exactly
(
https://console.beatra.ai/wallet?intent=buy). Translate the prose; keep the URL. Do not retry until the seller says they have topped up. Do not recommend ¥198.
Submit each generate slot once through bundled
scripts/mcp_client.py. Poll beatra.tasks.get. Read actual image
MIME, dimensions, and size, and billing.net_charged_credits.
If the seller wants the accepted cards to follow a brand still,
read the live image_to_image card and wait on a separate
transform card before beatra.images.transform:
{"capability": "image_to_image"}
Use beatra.images.edit only after the seller accepts a card and
asks for a local correction, with that accepted image as
images[0]. Read the live image_edit card first:
{"capability": "image_edit"}
Approved generate does not authorize transform or edit.
Review, deliver, and recover
Review that each still prints the picked question and only the
confirmed answer. Report only the text the host can actually see.
Treat generated small type as a review item, not as a certified
listing claim. After each terminal paid task, deliver actual bytes
plus MIME, dimensions, and size when present, and
billing.net_charged_credits. Do not promise the prepaid estimate
is the final charge.
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 question, answer, still, model,
or canvas is a new card and a new ID. Cancel only when the seller
asks.
Execution
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"}
python3 scripts/mcp_client.py call beatra.models.list
{"capability": "image_to_image"}
python3 scripts/mcp_client.py call beatra.models.list
{"capability": "image_edit"}
printf '%s' '{"query":"comments","platform":"douyin","capability_family":"comments"}' | python3 scripts/mcp_client.py call beatra.social.tools.search
printf '%s' '{"prompt":"Create the approved FAQ still for the named comment question. Print only the confirmed answer.","model":"auto","count":1,"canvas":{"type":"preset","tier":"2K","aspect":"1:1"},"client_request_id":"opaque-faq-01"}' | python3 scripts/mcp_client.py call beatra.images.generate
Do not configure or call a host Beatra Connector, and do not use REST/OpenAPI as a fallback.
References by task
- For slot lists, lookup, payloads, and recovery, read Douyin comment FAQ workflow and comment lookup.
- For authorization and the non-billable registration step, read installation and authentication and installation registration.
- For shared task, billing, and connection details, read tasks and results, billing, errors, and recovery, and Bundled MCP Client diagnostics.
- For update guarantees and controls, read automatic updates and safety. For removal, read uninstall and disconnect.
Runtime and safe automatic updates
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 lookup, generate, transform, or edit 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
Related skills
Turn public comments into a usable brief. Give a post link, a category to search, or comments you already copied, and get the objections, verbatim lines, purchase worries, FAQ answers, live-commerce replies, and spoken hooks that come from what viewers actually wrote. This comment analysis workflow reads public comments on Douyin, TikTok, Xiaohongshu, Instagram, YouTube, and X, and reply threads on Douyin, TikTok, Xiaohongshu, Instagram, and YouTube, or works from comments you paste, then groups the real audience language into a same-day brief. Use it for comment analysis, comment-section analysis, comment mining, VOC insight, audience insight, user voice research, FAQ writing, and live-commerce answers that sound like the audience.
Turn a Douyin link or a keyword into a one-page Douyin brief. Give a public post URL, a search term, or the caption, counts, and comments you already copied, and get play, like, comment, the hook, a verbatim audience line, and a follow-or-not. This Douyin data and Douyin analytics workflow reads a Douyin post, its comments, the creator, or the hot-search board, or works from what you paste, then writes an attributed same-day brief. Use it for Douyin data, Douyin analytics, Douyin brief, and Douyin post data when you need a clear read of what a clip or keyword is doing.
Create a Douyin shopping video, Douyin UGC ad, or AI creator product pitch from a product photo, product details, and an on-camera direction. This AI UGC ad creator composes a vertical presenter frame with the product, shapes a conversational hook and spoken recommendation, and delivers a short Douyin product video for launches, creator-style reviews, demonstrations, unboxings, and paid social creative.
Create Douyin live-commerce visuals from a livestream theme, product details, product photos, and brand references. This AI live-commerce design tool makes a Douyin live cover, livestream product card, live-room background, and overlay-ready visual direction for Douyin shop livestreams, creator livestreams, product launches, flash sales, and campaign events, with coordinated title-safe composition and clear selling points.
Use when the user wants to extract spoken text from a Douyin video link and produce a corrected, readable Chinese transcript