
ccvideo
Claude-style promo videos from ground-truth captures — a Claude Code skill (Remotion)
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up ccvideo (claude-skill project) into my current project. Found on https://claudeers.com/ccvideo Repo: https://github.com/AmazingAng/ccvideo Homepage/docs: — Detected install method: claude-skill → # copy this skill into .claude/skills/ccvideo/ Category: skills. Platforms: cli, api. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
# copy the skill dir into your project: # .claude/skills/ccvideo/ (or ~/.claude/skills/ccvideo/ for all projects)
git clone https://github.com/AmazingAng/ccvideo
// compatibility
| Platforms | cli, api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | TypeScript |
ccvideo
Claude-style product promo videos, generated from ground truth.
A Claude Code skill that turns a real API run or a real coding session into a polished 20–45 s launch video — the warm terracotta terminal aesthetic of Anthropic's Claude demos, rebuilt frame-perfect in Remotion, with every number, path, and output line traceable to something that actually ran.

Terracotta theme — an install-then-prompt Claude Code session, every number fetched live at capture time. (mp4)

Dark theme — the same capture rendered as a chaptered CLI demo. (mp4)
Install
npx skills add AmazingAng/ccvideo
Or copy this repository into your project's skill directory manually
(.claude/skills/ccvideo/). Then, in Claude Code, just ask:
make a promo video for my CLI
What makes it different
Ground truth, enforced. Video content is never hand-written into scene
components. A capture script runs the real thing (an API call, a CLI
install, a whole Claude Code session), archives the raw output, and builds
the video's script (props.json) from it deterministically.
verify-props.mjs rebuilds props from the raw artifacts and fails on any
hand-edited number. Placeholder captures fail verification by default.
Zero text drift. Terminal text only fades in place; transient rows live in fixed-height slots; the only camera motion is a brief eased push between locked framings. These rules were distilled from pixel-diffing renders (settled frames are byte-identical) and are baked into the components.
Two grammars, one capture:
- Terracotta — a replayed Claude Code session: pixel-logo welcome
header (real
claude --version), typed prompt, live spinner, tool bullets with real output, cut-zoom into the payoff. - Dark — an
ant-style chaptered CLI demo: pixel wordmark, serif interstitial claims, shell beats typing real commands.
Session replay. scripts/transcript-to-props.mjs converts any real
Claude Code session turn (JSONL transcript) into a video — with built-in
secret scrubbing, path redaction, and minimal storage so captures are safe
to commit (review them anyway).
Quickstart
- Have (or scaffold) a Remotion project; install
@remotion/google-fonts,@remotion/transitions,zod. - Copy
templates/→src/ccvideo/andscripts/→scripts/. - Capture: adapt
scripts/capture-xapi-cli.mjsto your data source (fetch reality → save raw → build props), or replay a session withscripts/transcript-to-props.mjs. - Register a
<Composition>withGroundedVideo(orDarkVideo) anddefaultPropsfrom yourcaptures/<name>/props.json. node scripts/verify-props.mjs captures/<name>→npx remotion render <CompId> out/<CompId>.mp4(--scale=2for 4K).
Full workflow, style rules, component API, and timing recipes: see SKILL.md — that file is the skill; Claude Code reads it and does the above for you.
Requirements
- Node.js 18+, a Remotion project (the skill can scaffold one)
- For the bundled X-data example: an xapi.to key or an official X API bearer token — or write a capture script for your own data source (the pattern is ~60 lines)
Disclaimer
Not affiliated with or endorsed by Anthropic. "Claude" and "Claude Code" are trademarks of Anthropic, PBC. This skill recreates a visual style for product demo purposes; the videos it produces replay real captured runs and are only as honest as the captures you feed them — keep them honest.
License
// faq
What is ccvideo?
Claude-style promo videos from ground-truth captures — a Claude Code skill (Remotion). It is open-source on GitHub.
Is ccvideo free to use?
ccvideo is open-source under the MIT license, so it is free to use.
What category does ccvideo belong to?
ccvideo is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/ccvideo)
// retro hit counter
[](https://claudeers.com/ccvideo)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…