An innovative animation engine that uses LLMs to generate SVG code sequences and compile them into high-quality MP4 or GIF videos.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install svg-animator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install svg-animator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SVG Animator is a powerful technical tool designed for the Openclaw Skills ecosystem. It offers a unique alternative to traditional AI video generation APIs by leveraging the ability of text-based LLMs to write precise SVG code. By calculating motion paths and transformations through code, it produces smooth, scalable animations that are perfect for characters, scenes, and abstract art.
This skill bridges the gap between static vector graphics and dynamic video content. It automates the entire pipeline from prompt analysis and frame-by-frame SVG generation to final rendering and video encoding, providing developers with a cost-effective and highly customizable animation workflow.
To get started with this skill in your Openclaw Skills environment, ensure you have the necessary system dependencies installed:
# Install FFmpeg and RSVG dependencies
sudo apt update
sudo apt install ffmpeg librsvg2-bin
# Basic command to generate an animation
node scripts/animate.js --theme "running cat" --frames 24 --output /tmp/output.mp4
The skill manages data through a structured pipeline of temporary assets and final exports:
| Component | Format | Description |
|---|---|---|
| Frame Source | .svg | Individual XML-based vector files for each frame. |
| Raster Cache | .png | Intermediate images converted at 400x400 (default) resolution. |
| Video Output | .mp4 | The final compressed video file using mpeg4 encoding. |
| Web Output | .gif | Optimized animated graphics for web embedding. |
| Story Script | .txt | A concatenation list for merging multi-scene animations. |
Loading
A programmatic image generation tool that creates customizable SVG and PNG cartoon pets using Node.js without requiring external AI APIs.

A specialized technical guide for identifying, comparing, and validating local Large Language Models based on specific hardware constraints and performance goals.

A natural language reminder skill that automates cron job creation and maintains a local markdown-based history log.

A TypeScript-based MCP skill for uploading files to S3-compatible storage with secure, time-limited download links.

Generate high-quality vector illustrations and icons directly from text prompts using LLM-driven SVG code generation.

A symbolic semantic architecture language designed to enhance AI reasoning and prevent generic LLM output smoothing.








































