animation-gen

Verified·Scanned 2/18/2026

This skill is a Node CLI that generates CSS and Framer Motion animations from natural language. It reads OPENAI_API_KEY via process.env.OPENAI_API_KEY, calls openai.chat.completions.create to the OpenAI service, and writes output to the path supplied via fs.writeFileSync(opts.output, code).

from clawhub.ai·vdf76ada·40.0 KB·0 installs
Scanned from 1.0.2 at df76ada · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/animation-gen

ai-animation

Generate CSS and Framer Motion animations from plain English.

Install

npm install -g ai-animation

Usage

npx ai-animation "fade in from left with bounce"
npx ai-animation "pulse glow effect" -f css
npx ai-animation "staggered list entrance" -f framer -o animations.ts

Options

  • -f, --format <format> - css, framer, or both (default: both)
  • -o, --output <file> - Write to file

Setup

export OPENAI_API_KEY=sk-...

License

MIT