A CLI-based tool that converts natural language descriptions into professional CSS and Framer Motion animation code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install animation-gen
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 animation-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Animation Generator is a specialized utility designed to bridge the gap between creative vision and technical implementation. As part of the Openclaw Skills ecosystem, it allows developers to describe complex motion effects in plain English and receive fully functional code in return. Whether you need a simple fade or a complex staggered entrance, this tool eliminates the manual math involved in writing keyframes and easing functions.
By leveraging AI to understand animation primitives, it streamlines the frontend development workflow. This skill is particularly valuable for developers who want to add high-quality micro-interactions to their projects without spending hours fine-tuning cubic-bezier curves or Framer Motion variant objects manually.
To use this tool within your Openclaw Skills workflow, ensure you have Node.js 18 or higher installed. You will also need an OpenAI API key configured in your environment.
# Set your API key
export OPENAI_API_KEY='your_api_key_here'
# Run the generator directly using npx
npx ai-animation "fade in from left with bounce"
The skill handles data based on the output flags provided during execution:
| Format | Output Type | Description |
|---|---|---|
css |
String | Standard CSS @keyframes and class definitions. |
framer |
Object | Framer Motion variant objects for React components. |
both |
Mixed | A combination of both formats for versatile project usage. |
-o |
File Path | Saves the generated code directly to a local file (e.g., animations.ts). |
-f both flag.Loading
A terminal utility that transforms your most-used command history into time-saving shell aliases.

A powerful CLI tool that converts natural language descriptions into optimized SQL queries for multiple database dialects.

A high-performance CLI tool for identifying performance bottlenecks and security vulnerabilities in SQL queries.

An automated utility that generates comprehensive Jest or Vitest snapshot tests for UI components including edge cases and prop variations.

A powerful CLI tool that automatically generates clean markdown documentation and OpenAPI specifications by scanning your project route files.

Audit Fixer transforms overwhelming npm audit reports into prioritized, actionable security fix commands using AI logic.








































