Install
openclaw skills install @boring-stuff-club/the-scribble-thingTurn line art into scribe animation
openclaw skills install @boring-stuff-club/the-scribble-thingUse 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.
get_scribble_service_info for current limits, retention, terms, and
pricing. Do not rely on values remembered from an earlier run.create_scribe_animation with 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.get_scribe_animation every 3-5 seconds until it reports completed or
failed. Do not hold a long-running request open.redeem_scribe_unlock_code only when
the user explicitly supplies a code and asks the agent to redeem it.get_scribe_animation_download for 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.
delete_scribe_animation when the user asks for early deletion. Never
delete merely because the current conversation is ending.