video-explainer

Solid

Turn a research brief or finished script into a reviewed, narrated, rendered, and verified vertical explainer video. Use when an agent must create a short 9:16 explainer, run a no-key local demo, enforce a pre-render review gate, diagnose the video toolchain, or verify a generated MP4 before any manual publication step.

AI & Automation 110 stars 26 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Video Explainer Version note: v0.3.0-rc.1 / 2026-07-22 / Add the first guarded brief-to-video workflow with script-bound review receipts, a no-key demo path, and local verification. Keep upload, account access, credentials, private voice assets, and hosted rendering out of scope. Rollback: remove this skill and continue using the legacy scripts directly. Produce a local video and evidence packet. Never upload or publish from this skill. ## Install This Skill orchestrates a local clone of `claude-video-kit`; it does not bundle the renderer. From the repository root, install the runtime and register the Skill with: ```bash npm ci --prefix remotion npx skills add runesleo/claude-video-kit --skill video-explainer ``` For repository development, run commands from the repository root. ## Workflow 1. Run the read-only doctor before changing a project: ```bash node scripts/video-explainer.mjs doctor --output <output-directory> ``` Read [setup-and-doctor.md](references/setup-and-doctor.md) when doctor blocks or the environment is new. 2. Convert the brief into `script.json`. Keep claims traceable, use supported slide types, and target 9:16. Read [brief-to-script.md](references/brief-to-script.md) for the input/output contract. 3. Require an independent review. Write `review-input.json`, then run: ```bash node scripts/video-explainer.mjs review <project> --input <project>/review-input.json ``` Read [review-gate.md](references/review-gate.md) for ...

Details

Author
runesleo
Repository
runesleo/claude-video-kit
Created
3 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

explainer-video

Create animated, camera-zooming product explainer videos (SVG/HTML style) with voiceover, background music, and synced sound effects. Use when the user wants to turn product screenshots or a screen-recording/demo into an explainer video, an animated walkthrough, a narrated product demo, or a launch/marketing video. The skill interactively interviews the user about design (colors, fonts, scenes, tone), then about the TTS provider (and API key), builds a self-contained animated HTML explainer, renders it to a sharp MP4, and produces separate music & SFX stems. Triggers: "make an explainer video", "animate my product screenshots", "turn this demo into a video", "create a narrated walkthrough", "product launch video".

1 Updated 2 days ago
JagZ999
AI & Automation Solid

watch-and-learn

Watch a how-to / tutorial / demo video and turn the procedure it teaches into one or more working Claude Code skills. Use when the user wants to "turn this video into a skill", "watch this tutorial and make a skill", "learn how to do X from this video", "build a skill from this screencast/demo/talk", or capture a repeatable workflow shown in a video. Sends an agent to watch the video (local file or URL) with a local, free, no-API toolchain, breaks the procedure down, authors the skill(s), and verifies they actually work.

8 Updated 1 weeks ago
axel-pm
AI & Automation Listed

video-workflows

Choose and apply Chitra's register-specific production recipe for product launches, screen demos, and social shorts. Use alongside create-video when the user requests a product launch film, UI walkthrough, screen-recording edit, vertical social video, promo, or needs help selecting the right video format.

0 Updated 4 days ago
neerajk201999