streamable-httpMITupdated 14d ago
Turn a PNG or JPEG line-art illustration into a hand-drawn scribe animation using The Scribble Thing.
Was kannst du mit The Scribble Thing machen?
The Scribble Thing agent skill
Turn a PNG or JPEG line-art illustration into a hand-drawn scribe animation using The Scribble Thing.
The skill teaches compatible AI agents how to create, monitor, download, unlock, and delete animations through the public MCP server. Drawing-order instructions are optional, and users can choose whether the animation includes a drawing hand.
No account is needed. A watermarked preview is free, and removing the watermark is optional.
See it in action
This animation was generated by The Scribble Thing from one static line-art image, with no manual timeline editing.
https://github.com/user-attachments/assets/bfbb6dd0-7847-4cad-9b1a-85ebfb083bb0
Install
Install with the open Agent Skills CLI:
npx skills add Boring-Stuff-Club/the-scribble-thing-skill --skill the-scribble-thing
Then ask your agent something like:
Turn this line-art image into a scribble animation. Draw the title first, reveal the illustration from left to right, and show the drawing hand.
Prefer a browser? Create an animation on The Scribble Thing.
The canonical hosted skill and MCP endpoint are also available directly:
- Skill: https://scribble.boringstuff.club/.well-known/agent-skills/the-scribble-thing/SKILL.md
- Skill archive: https://scribble.boringstuff.club/.well-known/agent-skills/the-scribble-thing.zip
- MCP: https://scribble.boringstuff.club/mcp
- Agent API documentation: https://scribble.boringstuff.club/docs/agent-api
What the skill does
- Confirms image requirements, retention, and terms before creation.
- Sends the artwork and optional drawing-order instructions to the MCP server.
- Monitors asynchronous rendering without holding a request open.
- Returns private management and short-lived download links.
- Supports explicit unlock-code redemption and early deletion.
The service provides a free watermarked preview. Removing the watermark is a separate optional purchase.
Privacy and security
Animation IDs, capability tokens, and unlock codes are secrets. The skill tells agents not to place them in ordinary chat text, logs, analytics, filenames, or unrelated tools. Current retention, limits, terms, and pricing should always be queried from the service rather than assumed from this repository.
See the current privacy policy and terms before using the service.
License
The skill files in this repository are available under the MIT License. The license applies only to files in this repository. It does not grant rights to the Boring Stuff Club or The Scribble Thing names, logos, hosted service, user content, or generated media.
Installation
The Scribble Thing zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http the-scribble-thing https://scribble.boringstuff.club/mcpcodex mcp add the-scribble-thing --url https://scribble.boringstuff.club/mcp{
"mcpServers": {
"the-scribble-thing": {
"url": "https://scribble.boringstuff.club/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"the-scribble-thing": {
"type": "http",
"url": "https://scribble.boringstuff.club/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"the-scribble-thing": {
"url": "https://scribble.boringstuff.club/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"the-scribble-thing": {
"serverUrl": "https://scribble.boringstuff.club/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation17/25
- Pflege19/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 24. Aug. 2026 |