moviepy for Video Production
Skill 확인됨Python video composition with moviepy 2.x — overlaying deterministic text on AI-generated video (LTX-2, SadTalker), compositing clips, single-file build.py video projects. Use when adding labels/captions/lower-thirds to LTX-2 or SadTalker outputs, building short ad-style spots in pure Python without Remotion, or doing programmatic video composition. Triggers include text overlay on video, label LTX-2 clip, caption SadTalker output, lower third, build.py video, moviepy, Python video composition, sub-30s ad spot.
This skill utilizes the moviepy library to overlay deterministic text onto AI-generated video outputs (like LTX-2 or SadTalker) and to build programmatic video projects. It provides clear Python code examples for various use cases, including text rendering via PIL, audio-anchored timelines, and compositing, with detailed instructions on dependencies and potential gotchas.
Code Execution
- info:ValidationWhile the Python code handles inputs like file paths and parameters, there is no explicit mention or use of a schema validation library for these inputs.
Practical Utility
- info:Edge casesWhile the documentation mentions potential issues like `TextClip` bugs and dependency errors, it doesn't explicitly list and document failure modes with recovery steps for every scenario.
설치
npx skills add digitalsamba/claude-code-video-toolkitVercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.
유사한 확장
Remotion Best Practices
95Best practices for Remotion - Video creation in React
arXiv Search
98Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.
PDF to DOCX Converter
98Convert PDF files to editable Word documents using pdf2docx
AI Slides
98Generate complete presentations with AI - from outline to polished slides
ElevenLabs Speech-to-Text
98Transcribe audio to text using ElevenLabs Scribe. Supports batch transcription, realtime streaming from URLs, microphone input, and local files.
ADK Project Scaffolding Guide
98This skill should be used when the user wants to "create an agent project", "start a new ADK project", "build me a new agent", "add CI/CD to my project", "add deployment", "enhance my project", or "upgrade my project". Part of the Google ADK (Agent Development Kit) skills suite. Covers `agents-cli scaffold create`, `scaffold enhance`, and `scaffold upgrade` commands, template options, deployment targets, and the prototype-first workflow. Do NOT use for writing agent code (use google-agents-cli-adk-code) or deployment operations (use google-agents-cli-deploy).