Remotion Video Toolkit
基于 Remotion + React 的程序化视频创作完整工具包。覆盖动画、渲染、字幕、3D、图表等。
Complete toolkit for programmatic video creation with Remotion + React.
claw install shreefentsar/remotion-video-toolkit专业的创意制作系统,整合图片/视频生成、图像编辑、动画场景、语音配音、音乐和 Remotion 合成等功能。
Opinionated creative production system for image/video generation, image editing, motion scenes, voiceovers, music, and Remotion assembly. Combines Freepik,...
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install shellbot-creative # 之后直接对 Claude 说"用 shellbot-creative 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install shellbot-creative
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需GPU加速,依赖多个付费API服务
$0 (plan | asset | edit | video | voice | music | remotion | pipeline | status | sample)$1 (provider, model, or workflow type)$2, $3, etc.$ARGUMENTSFREEPIK_API_KEY for Freepik APIFAL_KEY for fal.ai APIINFERENCE_API_KEY (or infsh login) for Nano Banana 2 via inference.sh[ -n "$FREEPIK_API_KEY" ] && echo "Freepik ready"
[ -n "$FAL_KEY" ] && echo "fal ready"
command -v infsh >/dev/null && echo "infsh available"
references/provider-matrix.md for exact model choices.$0 = planpython3 scripts/creative_brief_to_storyboard.py \
--brief "Launch video for a new fitness app aimed at busy professionals" \
--format product-marketing \
--duration 45 \
--aspect-ratio 16:9 \
--out storyboard.json
python3 scripts/creative_provider_router.py \
--goal full-video \
--priority quality \
--needs-consistency true \
--needs-typography true
$0 = assetinfsh app run google/gemini-3-1-flash-image-preview --input '{
"prompt": "Premium SaaS dashboard on a laptop, soft studio light",
"aspect_ratio": "16:9",
"num_images": 4,
"resolution": "2K"
}'
curl -s -X POST "https://api.freepik.com/v1/ai/mystic" \
-H "x-freepik-api-key: $FREEPIK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Studio product shot of matte black earbuds on reflective surface","resolution":"2k","styling":{"style":"photo"}}'
curl -s -X POST "https://queue.fal.run/fal-ai/flux-2" \
-H "Authorization: Key $FAL_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Cyberpunk storefront, rainy night","image_size":"landscape_16_9"}'
$0 = editreferences/workflow-recipes.md for edit chains.$0 = videokling-v3-omni-profal-ai/kling-video/v2/image-to-videomkdir -p ./creative-output/{assets,scenes,audio,final,manifests}
$0 = voice$0 = musicmusic-generation$0 = remotionnpx create-video@latest creative-video
cd creative-video
python3 ../scripts/remotion_manifest_from_storyboard.py \
--storyboard ../storyboard.json \
--fps 30 \
--voiceover-url "https://example.com/voice.mp3" \
--music-url "https://example.com/music.mp3" \
--out ./src/creative-manifest.json
assets/remotion/ProductMarketingTemplate.tsx as a baseline.$0 = pipelineplan from briefasset generation per sceneedit and upscale selected assetsvideo generation for hero scenesvoice + musicremotion assembly + render$0 = status$0 = samplereferences/samples.md.scripts/creative_brief_to_storyboard.py - brief -> timed scene planscripts/creative_provider_router.py - requirement -> provider/model routescripts/remotion_manifest_from_storyboard.py - storyboard -> Remotion-ready manifestscripts/run_full_dry_run.py - full local dry run that outputs storyboard, routes, manifest, and runnable API planscripts/package_skill.sh - build a distributable .tar.gz of the skillscripts/install_skill.sh - install the skill folder into an OpenClaw skills directoryreferences/creative-guidelines.md - durable standards for creative qualityreferences/provider-matrix.md - provider/model decision matrixreferences/workflow-recipes.md - end-to-end recipes for common outcomesreferences/samples.md - concrete command samplesreferences/remotion-playbook.md - Remotion-specific finishing guidanceassets/remotion/ProductMarketingTemplate.tsx - starter Remotion compositionassets/remotion/Root.tsx - composition registration sample$0, $1, $ARGUMENTS): https://docs.openclaw.ai/tools/slash-commandsmetadata.openclaw): https://docs.openclaw.ai/tools/skills-configclawhub run shellbot-creative --task "generate-video" --scene '{"type":"motion","duration":30}' --voice "zh-CN" --music-mood "uplifting" --output-format "mp4" --quality "1080p"基于 Remotion + React 的程序化视频创作完整工具包。覆盖动画、渲染、字幕、3D、图表等。
Complete toolkit for programmatic video creation with Remotion + React.
claw install shreefentsar/remotion-video-toolkit