remotion-short-videolisted
Install: claude install-skill chemny/remotion-short-video
# Remotion Short Video Skill
Use this skill to convert user-provided articles, ideas, or topics into a publish-ready vertical short video package. The skill should keep creative reasoning and deterministic rendering separate:
- The active agent handles understanding, research, scripting, storyboarding, and quality judgment.
- The bundled workflow and Remotion project handle structured files, media assets, timing, rendering, cover export, and packaging.
This separation lets the skill run inside Claude Code, Codex, OpenClaw, or another agent without requiring an internal LLM API. If an LLM API is available, it can be used as an optional backend for standalone or batch runs.
## Default Target
Unless the user specifies otherwise, use these defaults:
- Platform: Xiaohongshu and Douyin compatible
- Format: vertical video, 1080x1920
- Duration: 90-130 seconds
- FPS: 30
- Language: Chinese
- Style: knowledge explainer or opinion analysis
- Visual approach: AI images or sourced stills, animated typography, simple data graphics, keyword-highlight captions
- Outputs: `video.mp4`, `cover.png`, `script.md`, `captions.srt`, `publish.md`, `metadata.json`
## Core Workflow
Follow this sequence:
1. Parse the input.
- Identify whether the user gave an article, a rough idea, a topic, or a partial script.
- Extract topic, audience, platform, tone, expected duration, and constraints.
- Ask only if the missing information materially changes the output; otherwise use the defaults.