From sundial-org-awesome-openclaw-skills-4
Generates CSS keyframes and Framer Motion variants from plain English descriptions. Ideal for adding smooth UI animations without manual math on easing or transforms.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Describing animations is easy. Writing the keyframes and easing functions is not. Tell this tool what you want to see and it'll give you the CSS or Framer Motion code to make it happen.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Describing animations is easy. Writing the keyframes and easing functions is not. Tell this tool what you want to see and it'll give you the CSS or Framer Motion code to make it happen.
One command. Zero config. Just works.
npx ai-animation "fade in from left with bounce"
# Get CSS keyframes
npx ai-animation "pulse glow effect" -f css
# Get Framer Motion variant
npx ai-animation "staggered list entrance" -f framer
# Save to file
npx ai-animation "smooth slide up reveal" -f both -o animations.ts
# Complex animation
npx ai-animation "shake horizontally three times then settle"
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-animation --help
Takes your natural language description and translates it into animation primitives. The AI understands common animation terms like "bounce", "ease", "stagger" and converts them to proper timing functions and keyframe values.
MIT. Free forever. Use it however you want.
Built by LXGIC Studios