claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Other

claude-code-demo-creator

Claude Code subagent that turns a running app into a narrated demo video — screenshots per feature, ElevenLabs voice-over, ffmpeg assembly. Includes a /demo-…

// Other[ cli ][ desktop ][ web ][ claude ]#claude#otherMIT$open-sourceupdated 8 days ago
Actively maintained
98/100
last commit 9 days ago
last release none
releases 0
open issues 0
// install
git clone https://github.com/fltman/claude-code-demo-creator

Claude Code — Demo Creator

A Claude Code subagent that turns a running app into a short, polished, narrated demo video — it captures each feature as a screenshot, writes a one-line voice-over per shot, generates the audio with ElevenLabs, and assembles an mp4 with ffmpeg. Its guiding rule: what the viewer sees must match what the narration says, in every shot.

This repo bundles the agent together with the skills it relies on, so you can drop the whole kit into ~/.claude/ and start making demos.

https://github.com/fltman/claude-code-demo-creator

What's inside

ComponentPathRole
demo-creator subagentagents/demo-creator.mdOrchestrates the whole pipeline (scope → capture → narrate → voice-over → assemble → verify).
/demo-video commandcommands/demo-video.mdSlash command that kicks off the agent in one line: /demo-video http://localhost:5173.
elevenlabs-dialogue skillskills/elevenlabs-dialogue/Generates per-shot narration audio via ElevenLabs Text-to-Dialogue, with a content-addressed cache + optional whisper.cpp verification.
screenshot skillskills/screenshot/ (git submodule)Captures macOS screenshots / app windows non-interactively. Lives at fltman/claude-code-skill-screenshot.

For web apps the agent prefers a headed Playwright browser (a headless one renders blank WebGL/canvas/map panels); the screenshot skill covers native/desktop apps.

Install

# clone with the screenshot submodule
git clone --recurse-submodules https://github.com/fltman/claude-code-demo-creator.git
cd claude-code-demo-creator

# install the agent + command + skills for Claude Code (user scope)
mkdir -p ~/.claude/agents ~/.claude/skills ~/.claude/commands
cp agents/demo-creator.md   ~/.claude/agents/
cp commands/demo-video.md   ~/.claude/commands/
cp -R skills/elevenlabs-dialogue ~/.claude/skills/
cp -R skills/screenshot          ~/.claude/skills/

(Project scope works too — put them under <project>/.claude/{agents,commands,skills} instead.)

Prerequisites

# audio (ElevenLabs)
pip install elevenlabs pydub
export ELEVENLABS_API_KEY=...          # your key, from the environment — never committed

# video assembly
brew install ffmpeg                    # or your platform's ffmpeg

# web-app capture (the agent installs these per-run if missing)
npm i -g playwright && npx playwright install chromium

# optional: back-transcription verification of the narration
#   build whisper.cpp and grab a ggml model, then point the verifier at them:
#   WHISPER_CLI=~/whisper.cpp/build/bin/whisper-cli WHISPER_MODEL=~/whisper.cpp/models/ggml-base.bin

A macOS host is assumed for the screenshot skill (screencapture) and open. The audio + ffmpeg + Playwright steps are cross-platform.

Use it

Run the slash command:

/demo-video http://localhost:5173

…or just ask in plain language ("make a narrated demo video of my app at http://localhost:5173"). Either way the agent will:

  1. Scope & confirm — list the features (one shot each) and ask you for the voice (it offers your cloned ElevenLabs voice) and the language. Audio is the expensive, identity-sensitive step, so it never guesses these.
  2. Capture one clean screenshot per feature → demo/shots/NN-name.png.
  3. Narrate — one short line per shot in your language.
  4. Voice-over — one mp3 per shot via the ElevenLabs dialogue skill.
  5. Assemble — each slide held for its narration (+ a short pause), with fades, into demo/<app>-demo.mp4.
  6. Verify — read frames back to confirm say == show, then open the result.

Notes

  • Secrets: ELEVENLABS_API_KEY is read from the environment and never written to committed files.
  • Cloned voices: if you narrate with someone's cloned voice, the honest default is a short up-front disclosure, and only with their consent.
  • Cost control: the dialogue cache is content-addressed — re-running only bills for lines whose text or voice changed.

License

MIT © Anders Bjarby. The bundled screenshot skill is a separate project (fltman/claude-code-skill-screenshot) included here as a submodule under its own MIT license.

// compatibility

Platformscli, desktop, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

// faq

What is claude-code-demo-creator?

Claude Code subagent that turns a running app into a narrated demo video — screenshots per feature, ElevenLabs voice-over, ffmpeg assembly. Includes a /demo-video slash command.. It is open-source on GitHub.

Is claude-code-demo-creator free to use?

claude-code-demo-creator is open-source under the MIT license, so it is free to use.

What category does claude-code-demo-creator belong to?

claude-code-demo-creator is listed under other in the Claudeers registry of Claude-compatible tools.

0 views
15 stars
unclaimed
updated 8 days ago

// embed badge

claude-code-demo-creator on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-code-demo-creator.svg)](https://claudeers.com/claude-code-demo-creator)

// retro hit counter

claude-code-demo-creator hit counter
[![Hits](https://claudeers.com/api/counter/claude-code-demo-creator.svg)](https://claudeers.com/claude-code-demo-creator)

// reviews

// guestbook

0/500

// related in Other

🔓

符合nature论文学术表达和科研绘图的Skill

// otherYuan1z0825/Python27,143Apache-2.0[ claude ]
🔓

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

// othermanaflow-ai/Swift23,559NOASSERTION[ claude ]
🔓

Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic

// otheralchaincyf/HTML20,855MIT[ claude ]
🔓

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄

// otheritwanger/Java17,140[ claude ]
→ see how claude-code-demo-creator connects across the ecosystem