← Back to Skills Marketplace
yangagent

Whiteboard Animation

by YangAgent · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install whiteboard-animation
Description
从图片生成白板手绘动画视频。将任意彩色图片转换为包含线稿绘制和上色两个阶段的动画,带手部覆盖效果,输出 H.264 MP4 视频。支持单张和批量两种模式。当用户说"把图片做成白板动画"、"白板动画"、"批量白板动画"时触发。
Usage Guidance
This skill appears to be what it says: a local Python-based tool that generates whiteboard-style videos from images. Before installing/running, consider the following: - Provide or verify the assets/drawing-hand.png asset (the code references assets/, but the manifest did not include it). Without it the hand overlay may fail or raise errors. - The setup step will create a .venv under the skill directory and run pip to install opencv-python, numpy, and av from PyPI — review these packages and be prepared for network activity and possible native dependency requirements (ffmpeg/libav-related) on some systems. - Run the setup and generation inside an isolated environment (test VM or container) the first time to confirm behavior and avoid surprising filesystem changes. - If you want extra assurance, open the full generate_whiteboard.py (the provided version was truncated during review) and scan for any network calls or unexpected file reads/writes; based on the visible code there were none, but the truncated portion should be inspected to be certain.
Capability Analysis
Type: OpenClaw Skill Name: whiteboard-animation Version: 0.1.0 The whiteboard-animation skill bundle is a legitimate tool for converting images into hand-drawn animation videos. The scripts (generate_whiteboard.py and batch_generate.py) use standard image processing libraries like OpenCV and NumPy to perform local transformations, and setup_env.py correctly manages a Python virtual environment for dependencies. There is no evidence of data exfiltration, malicious network activity, or prompt injection intended to hijack the agent's behavior.
Capability Assessment
Purpose & Capability
Name/description (image -> whiteboard animation) matches the included scripts: generate_whiteboard.py implements image processing and video output, batch_generate.py serializes multiple runs, and setup_env.py prepares a Python virtualenv and installs required packages. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md keeps instructions narrowly scoped (create venv, install dependencies, run the generator on user-provided image paths). The scripts operate only on the provided image files and write output to an output directory. One important mismatch: generate_whiteboard.py references an assets/drawing-hand.png file (HAND_PATH) for the hand overlay, but the provided file manifest does not include an assets/ directory or that image — this will likely cause runtime errors or missing hand-overlay behavior unless the asset is supplied separately.
Install Mechanism
There is no platform-level install spec in the registry, but setup_env.py will create a .venv and run pip install for opencv-python, numpy, and av. This behavior is expected for a Python-based image-processing tool, but it does perform network installs from PyPI (moderate risk compared with no-install), and av builds can require system libraries on some hosts.
Credentials
The skill requests no environment variables, no credentials, and no system config paths. The code does not appear to read unrelated environment secrets. All requested capabilities are proportional to the described image/video processing task.
Persistence & Privilege
always:false and the skill does not request elevated/platform-wide privileges. It creates a local .venv inside the skill directory (normal for Python tools) and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install whiteboard-animation
  3. After installation, invoke the skill by name or use /whiteboard-animation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Generate whiteboard-style hand-drawing animation videos from images. - Converts any color image into a two-stage animation (line drawing & coloring) with realistic hand overlay. - Supports single image and batch processing modes. - Outputs H.264 MP4 videos; images with white backgrounds work best. - Includes full setup script for environment and dependencies. - Returns final video paths (single) or summary info (batch), with progress and error reporting.
Metadata
Slug whiteboard-animation
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Whiteboard Animation?

从图片生成白板手绘动画视频。将任意彩色图片转换为包含线稿绘制和上色两个阶段的动画,带手部覆盖效果,输出 H.264 MP4 视频。支持单张和批量两种模式。当用户说"把图片做成白板动画"、"白板动画"、"批量白板动画"时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Whiteboard Animation?

Run "/install whiteboard-animation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Whiteboard Animation free?

Yes, Whiteboard Animation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Whiteboard Animation support?

Whiteboard Animation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Whiteboard Animation?

It is built and maintained by YangAgent (@yangagent); the current version is v0.1.0.

💬 Comments