loopwind

Generate images and videos from React JSX templates with Tailwind styling.

1|Updated May 20, 2026
One-click install
npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill loopwind-wanli-lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loopwind
Source: https://github.com/Wanli-Lee/CUA-Claw-Harness/tree/main/skills/5/loopwind
Command: npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill loopwind-wanli-lee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

loopwind solves the problem of manually creating styled social graphics and animated content by letting you generate images and videos directly from reusable React + Tailwind templates.

Core Features & Use Cases

  • Generate images and videos from JSX templates: Create high-quality PNG/JPEG/SVG graphics and MP4 videos from a template definition and props.
  • Reuse project-local template themes and tokens: Use loopwind init to store design tokens in a .loopwind/loopwind.json file alongside your codebase.
  • Add time-based animations with Tailwind-style animation classes: Produce video/GIF animations using consistent millisecond-based enter/exit/loop utilities.
  • Use with AI agents: Guides agents to author templates, apply animation classes, and render final outputs from a prompt and structured props.

Quick Start

Initialize a template project and generate an animated intro video by telling your AI to run loopwind render for template video-intro with a JSON props object containing a title.

Frequently Asked Questions about loopwind

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images and videos from React templates?

You can generate images and videos from React templates by authoring JSX templates with Tailwind styling and rendering them using Satori. This approach allows you to pass inline JSON props to produce PNG, JPEG, SVG, or MP4 outputs.

Can I use Tailwind CSS animation classes to create animated video intros?

Yes, you can use Tailwind-style animation classes to create animated video intros. The rendering process supports consistent millisecond-based enter, exit, and loop utilities specifically for producing video and GIF animations.

What is the best way to automate OG image generation using JSX?

Automating OG image generation using JSX involves defining a reusable React template and passing structured JSON props during the render command. This allows you to consistently produce styled social graphics without manual design intervention.

Does loopwind require a local configuration directory to render banners?

Yes, rendering banners requires a local `.loopwind/` configuration directory. You must initialize your project to store design tokens and template directories before executing the render command with your props file.

Can AI agents author and render React templates automatically?

Yes, AI agents can author and render React templates automatically. The workflow guides agents to apply animation classes, structure template definitions, and execute the final rendering from a prompt and structured JSON props.

How do I validate JSX templates before rendering a video?

To validate JSX templates before rendering a video, you can optionally run template validation commands provided by the rendering tool. This ensures your template definition and animation classes are correct before generating the MP4 output.