skills$openclaw/remotion-video-toolkit
shreefentsar6.0k

by shreefentsar

remotion-video-toolkit – OpenClaw Skill

remotion-video-toolkit is an OpenClaw Skills integration for coding workflows. Complete toolkit for programmatic video creation with Remotion + React. Covers animations, timing, rendering (CLI/Node.js/Lambda/Cloud Run), captions, 3D, charts, text effects, transitions, and media handling. Use when writing Remotion code, building video generation pipelines, or creating data-driven video templates.

6.0k stars6.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameremotion-video-toolkit
descriptionComplete toolkit for programmatic video creation with Remotion + React. Covers animations, timing, rendering (CLI/Node.js/Lambda/Cloud Run), captions, 3D, charts, text effects, transitions, and media handling. Use when writing Remotion code, building video generation pipelines, or creating data-driven video templates. OpenClaw Skills integration.
ownershreefentsar
repositoryshreefentsar/remotion-video-toolkit
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @shreefentsar/remotion-video-toolkit
last updatedFeb 7, 2026

Maintainer

shreefentsar

shreefentsar

Maintains remotion-video-toolkit in the OpenClaw Skills directory.

View GitHub profile
File Explorer
36 files
.
rules
assets
charts-bar-chart.tsx
3.3 KB
text-animations-typewriter.tsx
2.1 KB
text-animations-word-highlight.tsx
2.3 KB
3d.md
2.2 KB
animations.md
790 B
assets.md
1.6 KB
audio.md
3.7 KB
calculate-metadata.md
2.9 KB
can-decode.md
1.5 KB
charts.md
1.7 KB
compositions.md
3.4 KB
display-captions.md
3.6 KB
extract-frames.md
5.4 KB
fonts.md
3.4 KB
get-audio-duration.md
1.3 KB
get-video-dimensions.md
1.6 KB
get-video-duration.md
1.3 KB
gifs.md
3.8 KB
images.md
2.7 KB
import-srt-captions.md
2.1 KB
lottie.md
1.7 KB
measuring-dom-nodes.md
974 B
measuring-text.md
2.9 KB
rendering.md
5.7 KB
sequencing.md
2.3 KB
tailwind.md
422 B
text-animations.md
700 B
timing.md
3.8 KB
transcribe-captions.md
850 B
transitions.md
3.6 KB
trimming.md
1.2 KB
videos.md
3.4 KB
_meta.json
302 B
SKILL.md
5.5 KB
SKILL.md

name: remotion-video-toolkit description: Complete toolkit for programmatic video creation with Remotion + React. Covers animations, timing, rendering (CLI/Node.js/Lambda/Cloud Run), captions, 3D, charts, text effects, transitions, and media handling. Use when writing Remotion code, building video generation pipelines, or creating data-driven video templates.

Remotion Video Toolkit

Write React components, get real MP4 videos. This skill teaches your AI agent how to build with Remotion — from a first animation to a production rendering pipeline.

29 rules. Every major Remotion feature covered.


What you can build with this

Personalized video at scale Feed user data as JSON props, render a unique video per user. Think Spotify Wrapped, GitHub Unwrapped, onboarding walkthroughs — one template, thousands of outputs.

Automated social media clips Pull live data (stats, leaderboards, product metrics) and render daily or weekly video posts without anyone touching a timeline editor.

Dynamic ads and marketing videos Swap in customer name, product image, pricing. Same template, infinite variations. Render server-side via API or Lambda.

Animated data visualizations Turn dashboards and KPI reports into shareable video clips with animated charts and transitions.

TikTok and Reels captions Transcribe audio, display word-by-word highlighted subtitles, export ready for upload.

Product showcase videos Auto-generate from your database — images, specs, pricing — straight to MP4.

Educational and explainer content Animated course materials, certificate videos, step-by-step walkthroughs — all driven by code.

Video generation as a service Expose rendering as an HTTP endpoint. Your app sends JSON, gets back a video file.


Requirements

  • Node.js 18+
  • React 18+ (Remotion renders React components frame-by-frame)
  • Remotion — scaffold with npx create-video@latest
  • FFmpeg — ships with @remotion/renderer, no separate install needed
  • For serverless rendering: AWS account (Lambda) or GCP account (Cloud Run)

What's inside

Core

RuleDescription
CompositionsDefine videos, stills, folders, default props, dynamic metadata
RenderingCLI, Node.js API, AWS Lambda, Cloud Run, Express server patterns
Calculate metadataSet duration, dimensions, and props dynamically at render time

Animation and timing

RuleDescription
AnimationsFade, scale, rotate, slide
TimingInterpolation curves, easing, spring physics
SequencingDelay, chain, and orchestrate scenes
TransitionsScene-to-scene transitions
TrimmingCut the start or end of any animation

Text and typography

RuleDescription
Text animationsTypewriter, word highlight, reveal effects
FontsGoogle Fonts and local font loading
Measuring textFit text to containers, detect overflow

Media

RuleDescription
VideosEmbed, trim, speed, volume, loop, pitch shift
AudioImport, trim, fade, volume and speed control
ImagesThe Img component
GIFsTimeline-synced GIF playback
AssetsImporting any media into compositions
Decode checkValidate browser compatibility

Captions and subtitles

RuleDescription
Transcribe captionsAudio to captions via Whisper, Deepgram, or AssemblyAI
Display captionsTikTok-style word-by-word highlighting
Import SRTLoad existing .srt files

Data visualization

RuleDescription
ChartsAnimated bar charts, line graphs, data-driven visuals

Advanced

RuleDescription
3D contentThree.js and React Three Fiber
LottieAfter Effects animations via Lottie
TailwindCSSStyle compositions with Tailwind
DOM measurementMeasure element dimensions at render time

Media utilities

RuleDescription
Video durationGet length in seconds
Video dimensionsGet width and height
Audio durationGet audio length
Extract framesPull frames at specific timestamps

Quick start

# Scaffold a project
npx create-video@latest my-video

# Preview in browser
cd my-video && npm start

# Render to MP4
npx remotion render src/index.ts MyComposition out/video.mp4

# Pass dynamic data
npx remotion render src/index.ts MyComposition out.mp4 --props '{"title": "Hello"}'

Contribute

Source: github.com/shreefentsar/remotion-video-toolkit

Missing something? Found a better approach? Open a PR — new rules, improved examples, bug fixes all welcome.

Built by Zone 99

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- **Node.js** 18+ - **React** 18+ (Remotion renders React components frame-by-frame) - **Remotion** — scaffold with `npx create-video@latest` - **FFmpeg** — ships with `@remotion/renderer`, no separate install needed - For serverless rendering: **AWS** account (Lambda) or **GCP** account (Cloud Run) ---

FAQ

How do I install remotion-video-toolkit?

Run openclaw add @shreefentsar/remotion-video-toolkit in your terminal. This installs remotion-video-toolkit into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/shreefentsar/remotion-video-toolkit. Review commits and README documentation before installing.