video-pro
MiniPC 노드(Remotion + FFmpeg)를 활용한 실전형 비디오 에디팅 스킬. 프로그래밍 방식의 영상 제작부터 컷 편집, 자막 합성, 포맷 변환까지 지원합니다.
Why use this skill?
Video Pro enables programmatic video editing and rendering via Remotion and FFmpeg. Automate subtitles, transcoding, and video generation efficiently.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kjaylee/video-proWhat This Skill Does
Video Pro (Miss Kim Edition) is a robust, high-performance video editing automation skill designed for OpenClaw agents. By leveraging the combined power of Remotion for programmatic video generation and FFmpeg for industry-standard media processing, this skill enables seamless, code-driven video creation. It is optimized to run on a dedicated MiniPC node, ensuring that resource-heavy tasks like rendering high-definition React-based components or encoding video streams do not interfere with the agent's primary system operations. From automated subtitle generation using Whisper integration to precise frame-accurate cutting and format conversion, this skill provides a full lifecycle management for professional-grade media workflows.
Installation
To integrate this skill into your environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/kjaylee/video-pro
Ensure your target MiniPC node is accessible via Tailscale and the Remotion project directory is initialized at $HOME/remotion-videos.
Use Cases
- Programmatic Video Generation: Create personalized marketing videos by rendering dynamic React components with changing props (e.g., changing user names or data sets).
- Automated Content Post-processing: Batch process raw footage to extract audio, burn-in SRT subtitles, or transcode files into web-friendly formats like MP4.
- Social Media Automation: Quickly format, crop, and convert long-form videos into high-engagement GIFs or short-form clips with fixed resolution constraints (e.g., 720p).
Example Prompts
- "Render the 'IntroVideo' Remotion composition with the title 'Hello World' and save it to the output folder."
- "Take the video file 'project_raw.mp4', trim it from the 10-second mark to 30 seconds, and burn in the subtitles from 'captions.srt'."
- "Convert all MOV files in the current directory to MP4 format using FFmpeg and provide the file paths upon completion."
Tips & Limitations
- Performance: Remotion rendering is CPU and memory-intensive. For large batch jobs, always trigger tasks asynchronously to prevent node hanging.
- File Management: To avoid network bottlenecks, keep your media files locally on the MiniPC node and perform all processing steps there, only transferring the final output back to your agent.
- Pathing: Always verify that absolute paths are used in your command strings to avoid runtime errors.
- Compatibility: Ensure your FFmpeg version supports the necessary codecs; if specialized filters fail, verify that the
subtitlesmodule is enabled in your specific FFmpeg build.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kjaylee-video-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
ui-ux-pro-max
UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
ralph-loop
AI 자율 구현 방법론. 구현/개발/코딩 요청 시 자동 적용. 메인은 마더 서브에이전트를 spawn하고, 마더가 워커들을 관리. specs/ → IMPLEMENTATION_PLAN.md → 1태스크씩 구현 → 2단계 리뷰 → 테스트 → 반복.
game-dev-rust-godot
Game development workflow using Rust+WASM or Godot 4.x for HTML5 games. Use when creating new games, implementing game mechanics, or porting existing games. Follows TDD-based production pipeline v3.1 with asset-first approach. Covers Rust(Macroquad/Bevy), Godot HTML5 Export, asset acquisition, test case writing, and QA automation. Master directive (2026-02-06) - ONLY Rust+WASM or Godot allowed, JS/TS frameworks prohibited.
subagent-dev
Execute implementation plans using fresh subagents per task with two-stage review (spec compliance + code quality). Use when executing multi-task plans with independent work units. Enhances ralph-loop methodology.
systematic-debugging
Root-cause-first debugging methodology. Use when encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes. Prevents random fix attempts that waste time and create new bugs.