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

Short Video Maker

skill-chemny-remotion-short-video-remotion-short-video · by chemny

Turn an article, idea, topic, or research brief into a Xiaohongshu/Douyin-ready vertical short video using a structured AI-to-Remotion workflow. Use this skill whenever the user asks to create, plan, script, storyboard, synthesize, render, or package a short-form video with narration, captions, cover image, and publish copy, especially for 90-130 second Chinese social videos.

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

Install

$ agentstack add skill-chemny-remotion-short-video-remotion-short-video

✓ 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-chemny-remotion-short-video-remotion-short-video)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Short Video Maker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Short Video Maker 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.
  1. Research and analyze.
  • For current, factual, financial, legal, medical, technical, or news-like topics, verify with reliable sources before writing the script.
  • Capture the angle, audience pain point, core claim, supporting evidence, risk notes, and recommended narrative structure.
  • Save or produce an analysis.json-compatible structure.
  • If the input is a long article, long narration, video podcast script, or podcast.txt, read references/long-to-short-rules.md and extract one short-video angle before scripting.
  1. Write the short-video script.
  • Build for a 90-130 second spoken video, not an article summary.
  • Use a strong hook in the first 3-6 seconds.
  • Keep one central thesis and 2-4 supporting points.
  • Include voiceover, on-screen caption text, visual direction, emotional tone, and estimated duration per scene.
  1. Convert the script into a storyboard.
  • Split the video into scenes.
  • Each scene should include narration, caption text, visual prompt or asset direction, layout type, motion style, and transition intent.
  • Prefer 5-9 scenes for a 2 minute video.
  1. Generate audio and timing.
  • Treat narration audio as the master timeline.
  • Generate TTS audio or instruct the user/agent to generate it using the configured TTS provider.
  • Default to Edge TTS for public-friendly local runs. Use Volcengine or HTTP TTS only when the user provides their own credentials in environment variables.
  • Use transcription or forced alignment to produce word-level or sentence-level timestamps.
  • Use those timestamps to build captions and scene boundaries.
  • Before final TTS for Chinese narration, read references/pronunciation-rules.md and create a job-local phonemes.json when names, polyphones, or English terms need overrides.
  1. Prepare visuals.
  • Use AI-generated still images, sourced images/video, or Remotion-native graphics.
  • For MVP work, prefer still images plus motion, typography, charts, and transitions over AI-generated video clips.
  • Check licensing and factual fidelity when using sourced assets.
  1. Build video-plan.json.
  • Convert analysis, script, captions, audio, visual assets, style, and cover plan into a single Remotion input file.
  • Use the schema in references/video-plan-schema.md.
  • Read references/platform-rules.md before filling publish.
  • Read references/preference-rules.md if a local preference file exists or the user asks to save defaults.
  1. Render and package.
  • Generate a first-frame preview first when the user has not explicitly confirmed full rendering.
  • Render the video through Remotion.
  • Render the cover still.
  • Export the publish package with script, captions, metadata, and platform copy.
  1. Quality check.
  • Run scripts/validate-plan.mjs and scripts/audit-timing.mjs before render.
  • Verify duration, audio presence, caption timing, missing assets, unreadable text, aspect ratio, cover readability, and platform publish rules.
  • If issues are detected, fix the plan or assets and render again.

Recommended File Layout

For each video job, create a job folder:

jobs//
  input.md
  analysis.json
  script.json
  storyboard.json
  audio/
    voiceover.mp3
    bgm.mp3
  captions/
    captions.json
    captions.srt
  assets/
    scene-01.png
    scene-02.png
  video-plan.json
  output/
    video.mp4
    cover.png
    script.md
    publish.md
    metadata.json
  phonemes.json

Dependency Policy

Required:

  • Node.js
  • Remotion
  • FFmpeg and ffprobe
  • TTS provider or local TTS. Edge TTS is the public default; Volcengine and HTTP adapters require user-provided credentials.
  • Caption alignment or transcription capability

Recommended:

  • Image generation or image sourcing capability
  • Search API or browser research capability

Optional:

  • LLM API for standalone or batch execution
  • AI video generation API
  • Stock media API
  • Automatic publishing API

Agent vs API Responsibility

When running inside Claude Code, Codex, or OpenClaw:

  • Use the active agent model for content understanding, research synthesis, script writing, and storyboard planning.
  • Do not require an internal LLM API unless the user asks for standalone/batch automation.
  • Prefer deterministic scripts for validation, media copying, Remotion rendering, and packaging.

When running standalone:

  • Read provider keys from environment variables.
  • Keep provider choice configurable.
  • Never hardcode API keys.

Quality Bar

The result is acceptable only if:

  • Video is vertical 1080x1920 or the requested aspect ratio.
  • Duration is close to target, normally 90-130 seconds.
  • Voiceover, captions, and scene timing are aligned.
  • Captions are readable on mobile.
  • Visuals support the narration instead of being generic decoration.
  • Cover is readable at small thumbnail size.
  • publish.md includes platform-ready title, body copy, tags, and optional comment prompt.
  • Pronunciation risks have been handled by rewriting or a job-local phonemes.json.
  • A first-frame preview has been generated before full rendering unless the user explicitly requested a render without preview.

References

  • Read references/mvp-spec.md before designing or implementing the first version.
  • Read references/video-plan-schema.md before generating Remotion input data.
  • Read references/platform-rules.md before generating publish copy.
  • Read references/pronunciation-rules.md before final TTS for Chinese narration.
  • Read references/preference-rules.md before reading or writing reusable defaults.
  • Read references/long-to-short-rules.md when adapting a long script, article, or podcast into short videos.
  • Use examples/input.md as the first smoke-test input.

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.