Token导航 LogoToken导航TokenDH.com
前端设计需要联网unknown未标认证来源可访问许可证需确认审计未展示

remotion-video-creatorRemotion video creator 视频

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

212

周安装

9

下载量

74
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:remotion-video-creator(Remotion video creator 视频)
来源仓库:https://monetize.fluxapay.xyz
仓库路径:remotion-video-creator
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

用于在本地 Agent 环境中创建和管理 Remotion 视频项目。

  • 适合独立开发者或小型团队快速生成个性化动画内容。
  • 安装方式未明确定义,建议从 skills.sh 站点获取最新部署指引。
  • 使用前请确认系统环境满足 Node.js 与 Remotion 运行要求。
  • 注意本地运行可能受限于硬件性能,大分辨率项目建议分块处理。

SKILL.md

Remotion Video Creator

Prerequisites

Check if the remotion-best-practices skill is installed (look in both .claude/skills/remotion-best-practices/ and ~/.claude/skills/remotion-best-practices/). If not found, prompt the user to install it - it provides essential Remotion technical knowledge (spring configs, transitions API, sequencing, text animations, etc.).

Workflow

Creating a Remotion video involves these steps:

  1. Gather requirements (story, assets, aspect ratio)
  2. Analyze reference images
  3. Break down into scenes
  4. Recreate images as animated TSX components
  5. Extract reusable components
  6. Sequence scenes with transitions
  7. Preview, iterate, and export

1. Gather Requirements

Ask the user:

  • What should the video communicate?
  • Any images/assets to use? (screenshots, logos, mockups)
  • Aspect ratio? 16:9 (YouTube), 9:16 (Reels/Shorts), 4:3, 1:1 (Instagram)

2. Analyze Reference Images

When the user provides UI screenshots or mockups:

  1. Read each image to understand its content, layout, colors, and typography
  2. Identify the story - what flow or process do the images represent?
  3. Extract details - exact text, amounts, colors, element positions, branding
  4. Note relationships - which elements repeat across images? What's the narrative order?

This analysis informs every subsequent step. The goal is to understand the images deeply enough to faithfully recreate them as animated components.

3. Break Down into Scenes

Map each image (or logical group) to a scene. For each, identify:

  • Purpose: What it communicates
  • Elements: Visual components needed
  • Entrance: How elements appear (fade, slide, spring)
  • Duration: Time on screen (frames at 30fps)

Example:

Scene 1: Intro (100 frames) - Logo reveal + tagline
Scene 2: Problem (120 frames) - Show pain point
Scene 3: Solution (150 frames) - Demonstrate product
Scene 4: Result (90 frames) - Success state

4. Recreate Images as Animated TSX Components

Rather than displaying static images, rebuild each scene as a TSX component with animations:

  1. Reproduce the layout - match the original image's structure (cards, bubbles, tables, etc.)
  2. Match visual details - colors, fonts, spacing, borders, shadows from the reference
  3. Add motion - make elements animate in rather than appearing all at once:

- Text: typewriter effect (reveal characters over time) - Tables/lists: staggered row entrance - Cards/bubbles: spring-based slide + fade in - Loaders/spinners: continuous rotation

  1. Preserve the content - use the exact text, amounts, labels from the reference images

Design each scene in two dimensions:

Layers (spatial):

  1. Background (color, gradient, glow)
  2. Main content (cards, images, text)
  3. Decorative (shadows, particles)

Time (temporal):

  1. What appears first?
  2. What follows? (stagger delays)
  3. What loops? (spinners, pulses)

5. Extract Reusable Components

Move repeated elements to src/components/:

  • Avatars, icons, branded elements
  • Card/bubble layouts
  • Animation wrappers

Important: Use unique IDs for SVG gradients to avoid conflicts across component instances.

6. Sequence with Transitions

Use TransitionSeries from @remotion/transitions. Match transition to content:

  • fade: Universal, clean (chat pauses, state changes)
  • slide: Spatial navigation (app screens, page turns)
  • wipe: Dramatic reveals

7. Preview, Iterate, Export

npm start                                              # Preview
npx remotion render <CompositionId> output/video.mp4   # Export

Scene Design Principles

  • Animate in reading order; guide the eye with motion
  • Don't animate everything at once; let elements breathe
  • Same easing for same animation types; consistent palette
  • Timing: fast (15-20 frames), medium (25-35), slow (40-60)

Duration Calculation

Total = Sum of scene durations - Sum of transition durations

Transitions overlap adjacent scenes. Update TOTAL_DURATION in Root.tsx after changes.

File Structure

<project-name>/
├── public/           # Static assets (images, logos)
├── src/
│   ├── Root.tsx      # Composition config (dimensions, fps, duration)
│   ├── MainVideo.tsx # Scene sequencing with TransitionSeries
│   ├── components/   # Reusable elements
│   └── scenes/       # Individual scene components
├── output/           # Rendered videos
└── package.json

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

78.52%
按下载量换算58

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills