Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问clear审计提醒

remotion-script-writerRemotion script 写作

Agent Skill

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

总安装

2,938

周安装

120

GitHub Stars

21

下载量

941
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:remotion-script-writer(Remotion script 写作)
来源仓库:https://github.com/sanky369/vibe-building-skills
仓库路径:skills/remotion-script-writer
安装命令:
npx skills add https://github.com/sanky369/vibe-building-skills --skill remotion-script-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/sanky369/vibe-building-skills --skill remotion-script-writer

简介

用于辅助编写 Remotion 视频项目的脚本逻辑与时间轴描述。

  • 适合在策划阶段将创意转化为结构化脚本或镜头序列说明。
  • 通过 GitHub 安装后,可在 Codex、Claude、Cursor 等宿主中生成或修改脚本内容。
  • 输出脚本需人工校验时序与逻辑一致性,避免自动生成的错误跳转。
  • 涉及多语言或复杂交互时,建议结合可视化工具进行二次确认。

SKILL.md

When to use

Use this skill whenever you need to generate a comprehensive video script for creating a Remotion video. This skill is particularly useful for:

  • Product demo videos that showcase features of a web application or software product
  • Coding tutorials that explain a codebase or specific technical concepts with animated code
  • Animated videos with complex sequences, transitions, and visual effects
  • Data visualization videos that present statistics, charts, and dynamic data
  • Social media content with captions, effects, and platform-specific optimizations

This skill analyzes your codebase, understands your requirements, and generates a detailed JSON script that can be directly used by Remotion's agent skills to create the final video.

How to use

Read individual rule files for detailed explanations and examples:

Quick Start

1. Prepare Your Input

Create a JSON object with your video requirements:

{
  "goal": "Create a product demo video for our new task management app",
  "targetAudience": "Project managers and teams looking for productivity tools",
  "code": "/path/to/your/codebase",
  "language": "TypeScript",
  "videoType": "product-demo",
  "duration": 60,
  "style": "modern",
  "animations": ["fade", "slide", "typewriter"],
  "transitions": ["wipe", "fade"]
}

2. Generate the Script

Pass your input to the remotion-script-writer skill. The skill will:

  1. Analyze your codebase to identify key features and functionality
  2. Structure the video into logical scenes with appropriate timing
  3. Design visual elements, animations, and transitions for each scene
  4. Generate voiceover scripts synchronized with visuals
  5. List all required assets (images, fonts, audio, etc.)
  6. Specify technical requirements (Remotion packages, libraries)

3. Use the Output

The skill generates a comprehensive JSON script that includes:

  • Video metadata: Title, duration, dimensions, fps, video type
  • Scene breakdown: Detailed specifications for each scene
  • Visual elements: Text, images, code, animations, transitions
  • Audio: Voiceover scripts and background music
  • Assets: Complete list of required images, fonts, icons, etc.
  • Technical requirements: Remotion packages and third-party libraries

4. Create the Video

Pass the generated script to Remotion's agent skills to:

  1. Generate React components for each scene
  2. Implement animations and transitions
  3. Set up the composition structure
  4. Preview the video in Remotion Studio
  5. Render the final video

Example Output

See examples/product-demo-example.json for a complete example of a generated video script.

Supported Video Types

  • product-demo: Feature showcases, UI walkthroughs, product announcements
  • coding-tutorial: Code explanations, technical concepts, programming tutorials
  • animation: Creative animations, motion graphics, visual effects
  • data-visualization: Charts, graphs, statistics, animated data
  • social-media: Short-form content, viral videos, platform-optimized content

Best Practices

The skill incorporates Remotion best practices:

  • All animations use useCurrentFrame() hook for frame-based timing
  • Spring animations with natural motion (damping: 200) for smooth reveals
  • Proper sequencing with <Sequence>, <Series>, and <TransitionSeries>
  • Typewriter effects using string slicing (not per-character opacity)
  • Deterministic animations (no Math.random(), use random() from remotion)
  • Premounting sequences with premountFor prop for better performance
  • Accurate duration calculation accounting for transition overlaps

Customization

Modify the rule files to customize the skill:

  • prompt-structure.md: Add new input fields or validation rules
  • script-generation.md: Adjust the generation prompt or output format
  • animation-patterns.md: Add custom animation patterns and effects
  • scene-templates.md: Create new scene templates for specific use cases

Advanced Features

Codebase Analysis

The skill can analyze codebases from:

  • Local file paths
  • GitHub repositories (public or private)
  • Code snippets provided directly

It identifies:

  • Key functions and components
  • Data structures and APIs
  • User interactions and workflows
  • Technical architecture and patterns

Dynamic Content

Generate scripts with dynamic content:

  • Fetch data from APIs for real-time information
  • Calculate video duration based on content length
  • Adjust scene timing based on voiceover length
  • Parameterize content for multiple video variations

Branding Integration

Apply consistent branding:

  • Custom color schemes
  • Company logos and icons
  • Brand-specific fonts
  • Visual style guidelines

Limitations

  • Maximum recommended video duration: 5 minutes (for performance)
  • Code analysis works best with well-documented, structured code
  • Voiceover scripts are auto-generated and may require manual refinement
  • Asset generation (images, icons) is not included - assets must be provided or described
  • Complex 3D animations may require additional manual setup

Support

For questions, issues, or feature requests:

  • Consult the README.md for detailed documentation
  • Check the examples directory for sample scripts
  • Visit remotion.dev for Remotion documentation
  • Join the Remotion Discord community for help and discussions

Version

Version: 1.0.0 Last Updated: January 2026 Created by: Manus AI

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

Antigravity

30.77%
按下载量换算290

Claude Code

22.82%
按下载量换算215

Gemini CLI

18.07%
按下载量换算170

OpenCode

12.67%
按下载量换算119

Cursor

7.62%
按下载量换算72

Codex

3.59%
按下载量换算34

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills