AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Remotion

skill-eigent-ai-agent-skills-remotion · by eigent-ai

Create videos programmatically using React (Remotion) or generate mathematical/conceptual animations (Manim). Use when the user asks to make a video, animation, product demo, tutorial, social clip, or branded video pipeline. Triggers: /remotion-video, /video-animation, /video-toolkit

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-eigent-ai-agent-skills-remotion

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-eigent-ai-agent-skills-remotion)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Remotion? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Overview

Make videos programmatically — describe what you want and the skill writes the components, handles timing, animations, and renders to MP4. No video editor needed. Covers three workflows: React-based video composition, mathematical animation, and a full branded production pipeline.

Source Repository


/remotion-video

Core skill. Takes a concept or script and produces a full Remotion React project — scenes, transitions, timing, and animations. Renders to MP4. Works for tutorials, product demos, social content, and data stories.

Workflow

  1. Clarify the video concept, duration, target format (landscape/portrait/square), and any brand colors or assets.
  2. Scaffold a Remotion project with @remotion/cli if one doesn't exist.
  3. Write React components for each scene — use useCurrentFrame, interpolate, and spring for timing and animation.
  4. Wire scenes into a Composition with correct durationInFrames and fps.
  5. Render to MP4 via npx remotion render.

Example prompts

| Use case | Task prompt | |---|---| | Product demo | Create a 30-second product demo video for a password manager app. Show the browser extension detecting a login form, autofilling credentials, and a vault unlock animation. | | Tutorial | Make a 60-second animated tutorial explaining how JWT authentication works. Use simple shapes and text animations, no talking head. | | Social clip | Create a 15-second announcement video for our new feature launch. Bold text reveals, dark background, ends with the product logo and a CTA. |


/video-animation

Produces 3Blue1Brown-style mathematical and conceptual animations using Manim. Describe the concept and the skill plans scenes, writes the animation code, and iterates until the visual matches the explanation.

Workflow

  1. Understand the concept to animate — ask for the target audience and desired runtime if unclear.
  2. Break the explanation into discrete visual scenes (one idea per scene).
  3. Write Manim Python code for each scene using ManimCE conventions.
  4. Run scenes and review output; iterate on timing, labels, and transitions.
  5. Concatenate scenes into a final render.

Example prompts

| Use case | Task prompt | |---|---| | CS concept | Animate how a binary search tree insertion works. Show each step visually — node comparisons, pointer updates, and the final tree shape. | | Math explainer | Create an animation explaining compound interest over 30 years. Show the curve vs linear growth, with annotations at key milestones. | | System design | Animate how a message queue works: producer pushing messages, consumer pulling them, and what happens when the consumer is slow. |


/video-toolkit

Full branded production pipeline — combines Remotion with ElevenLabs voiceover, custom transitions, a theme/brand profile system, and FFmpeg post-processing. Tracks project state across sessions so you can iterate without starting over.

Workflow

  1. Collect brand profile: colors (hex), fonts, logo asset, voiceover tone/style.
  2. Generate ElevenLabs voiceover from script; save audio with timestamps for sync.
  3. Build Remotion composition with branded transitions and the voiceover timeline.
  4. Post-process with FFmpeg: normalize audio, add subtitles if requested, export final MP4.
  5. Save project state to a JSON manifest so future sessions can resume or produce variants.

Example prompts

| Use case | Task prompt | |---|---| | Brand video | Build a 90-second brand explainer video. Use our brand colors [hex codes], generate a voiceover from this script, and add smooth slide transitions between each section. | | Course content | Create a series of 5 short explainer videos (2 min each) from these lesson scripts. Consistent branding across all, with auto-generated subtitles. | | Ad creative | Produce 3 variations of a 20-second ad for A/B testing — same script, different visual styles: minimal, bold, and animated. Export all three as MP4. |


Dependencies

npm install @remotion/cli @remotion/player react react-dom
pip install manim
# ElevenLabs SDK (for /video-toolkit)
pip install elevenlabs
# FFmpeg must be installed on PATH

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.