Create deterministic hand-drawn animation videos
设计与多媒体
The Scribble Thing
试用Turn line art into scribe animation
它能做什么
Turn a user-provided PNG or JPEG line-art illustration into a hand-drawn scribe animation. Use when the user wants an illustration, diagram, storyboard, or product concept revealed as an MP4, with optional drawing-order instructions and a drawing hand.
技能文档
The Scribble Thing
Use the connected The Scribble Thing MCP server when it is available. Its public
endpoint is https://scribble.boringstuff.club/mcp and the REST fallback guide
is https://scribble.boringstuff.club/docs/agent-api.
Before creating
- Require one PNG or JPEG image. Line art and simple illustrations work best.
- Ask only for missing choices: drawing order is optional, hand display defaults to off, and speed defaults to normal.
- Call
get_scribble_service_infofor current limits, retention, terms, and pricing. Do not rely on values remembered from an earlier run. - Before the first creation, tell the user that uploaded and generated files are retained for up to the reported retention period. Obtain explicit confirmation that the user accepts the current terms and has the rights needed to use the artwork. Do not infer acceptance.
Create and monitor
- Call
create_scribe_animationwith the image as raw base64, not a data URL. Supply a fresh non-personal idempotency key. Reuse that key only when retrying the identical request. - Preserve the returned animation ID and capability token as secrets. Never put them in ordinary chat text, logs, analytics, filenames, or unrelated tools.
- Poll
get_scribe_animationevery 3-5 seconds until it reportscompletedorfailed. Do not hold a long-running request open. - On completion, give the user the watermarked preview and private management link. State that the free preview contains a watermark.
- If the user wants the clean video, prefer the management link so the user can
purchase or enter a code privately. Call
redeem_scribe_unlock_codeonly when the user explicitly supplies a code and asks the agent to redeem it. - Use
get_scribe_animation_downloadfor a short-lived download URL. Do not place video bytes into the model context.
If the MCP host cannot send the attached image as base64, follow the REST guide's multipart upload workflow instead of fetching an arbitrary remote image URL.
Handoff and cleanup
- Explain failures in plain language and preserve the same idempotency key for a safe retry of unchanged inputs.
- Remind the user that the private management URL grants access to one animation and should not be shared unintentionally.
- Call
delete_scribe_animationwhen the user asks for early deletion. Never delete merely because the current conversation is ending.
相关技能
Generate publication-ready scientific figures with the official SciDraw AI web app and public API. Use for paper figures, graphical abstracts, mechanism diagrams, research workflows, and model architectures.
Turn a script, scene, or ad brief into a structured AI storyboard plan with a practical shot list and one to four storyboard key-frame images. Plan shot types, camera angles and movement, action, timing, dialogue, and sound for short films, ads, animation, social video, motion comics, and creative pitches.
Extract a storyboard table with local video frames
script to video, screenplay to video, shot list to video — turn a script into a storyboarded, shot-by-shot video: break down scenes, generate shots, assemble, validate. Use when the user gives a script or scene breakdown and wants a video.
Create a Bilibili video storyboard from a topic, title, outline, or script. This AI Bilibili storyboard maker turns a long-form video idea into a chapter-led shot list, Bilibili video script, camera direction, narration and B-roll cues, and one to four storyboard key frames for explainers, reviews, tutorials, vlogs, gameplay, animation, and creative videos.