← 返回 Skills 市场
yangagent

Whiteboard Animation

作者 YangAgent · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whiteboard-animation
功能描述
从图片生成白板手绘动画视频。将任意彩色图片转换为包含线稿绘制和上色两个阶段的动画,带手部覆盖效果,输出 H.264 MP4 视频。支持单张和批量两种模式。当用户说"把图片做成白板动画"、"白板动画"、"批量白板动画"时触发。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whiteboard-animation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whiteboard-animation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug whiteboard-animation
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Whiteboard Animation 是什么?

从图片生成白板手绘动画视频。将任意彩色图片转换为包含线稿绘制和上色两个阶段的动画,带手部覆盖效果,输出 H.264 MP4 视频。支持单张和批量两种模式。当用户说"把图片做成白板动画"、"白板动画"、"批量白板动画"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Whiteboard Animation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install whiteboard-animation」即可一键安装,无需额外配置。

Whiteboard Animation 是免费的吗?

是的,Whiteboard Animation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Whiteboard Animation 支持哪些平台?

Whiteboard Animation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Whiteboard Animation?

由 YangAgent(@yangagent)开发并维护,当前版本 v0.1.0。

💬 留言讨论