demo-studio

demo-studio is a skill for Claude Code from tryproduck/produck-skills. It costs 323 tokens per session (2,177 once invoked), scanned A, original, Apache-2.0.

A workflow for creating a product-demo video from a written brief, combining animated scenes, product interfaces, camera movement, and sound into an MP4 file.

In plain words
What is it for?
Making launch videos, animated feature demonstrations, and product stories that show a problem, product, and result.
Why use it?
It turns a product story into a structured video sequence instead of leaving the agent to design each part without a shared timeline.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the produck-skills plugin — 4 skills, 1 MCP server shipped together

Good fit Making launch videos, animated feature demonstrations, and product stories that show a problem, product, and result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tryproduck/produck-skills/demo-studio
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tryproduck/produck-skills --skill demo-studio
Clone the repo
git clone --depth 1 https://github.com/tryproduck/produck-skills

Made for: Claude Code.

Or install produck-skills, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for demo-studio

README.md
[![agentmods](https://agentmods.dev/badge/skills/tryproduck/produck-skills/demo-studio/github.svg)](https://agentmods.dev/skills/tryproduck/produck-skills/demo-studio)
Your own site
<a href="https://agentmods.dev/skills/tryproduck/produck-skills/demo-studio"><img src="https://agentmods.dev/badge/skills/tryproduck/produck-skills/demo-studio/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for demo-studio

Your own site · 80×15
<a href="https://agentmods.dev/skills/tryproduck/produck-skills/demo-studio"><img src="https://agentmods.dev/badge/skills/tryproduck/produck-skills/demo-studio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 323 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,177 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 57
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 58
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 111
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00323 $0.02177
Opus 5 $0.00161 $0.01089
Sonnet 5 $0.00065 $0.00435
Haiku 4.5 $0.00032 $0.00218

Measured 13d ago against content hash 0a09e29b876c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

demo-studio scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/render.sh, setup.sh, templates/build_audio_kit.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/demo-studio/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DemoStudio — the playbook

You are building a premium product-demo motion-graphics film: one seamless timeline of full-screen scenes telling the USER'S story (pick an arc that fits their product, e.g. problem → product → payoff, before → after, or many inputs → one output; do not default to a feedback-capture loop), with camera moves between beats. The whole video is ONE self-contained HyperFrames composition (index.html = HTML + CSS + GSAP) that renders to MP4, then a single SFX track is muxed on.

Start from the example: example/index.html is a compact, commented, working scaffold that shows the whole architecture (paused timeline, 3 scenes, a camera push, a flood, an endcard). Read it first, then grow it into the real thing scene by scene.


0. When to use / not use

  • Use for animated product demos, launch/hype videos, feature stories, flywheel/loop narratives. Any "show the product doing something, beautifully, scene by scene" film.
  • Not for: single-concept explainer reels (one scene per spoken beat), talking-head/CapCut edits, or avatar/TTS videos. Different tools entirely.

1. Architecture (always the same)

  • One paused timeline: const tl = gsap.timeline({paused:true}); register it on window.__timelines["main"] = tl. HyperFrames seeks it per frame.
  • Scenes = absolutely-positioned full-frame <div>s inside #stage, overlapping in the DOM; faded in/out by the timeline. Only the active one is visible at a given time.
  • Schedule by ABSOLUTE time — the last arg of every tl.* call is the start time in seconds. Anchor scene offsets with named consts (e.g. S1, S2, END) so changing one shifts the rest. A DUR const + the data-duration attrs (root, bg, stage) must all match the total length.
  • Deterministic only: no Math.random() / Date.now() / argless new Date() — they break the frame-seeked render. Use a seeded PRNG (see the mul()/rnd() helpers in the example).
  • Build loop:
    npx hyperframes lint                       # 0 errors required
    npx hyperframes render --output out/raw.mp4 -q high
    ffmpeg -i out/raw.mp4 -c:v libx264 -pix_fmt yuv420p -g 30 -keyint_min 30 \
      -sc_threshold 0 -r 30 -crf 17 -movflags +faststart out/vNN.mp4     # ALWAYS re-encode
    ffmpeg -ss <t> -i out/vNN.mp4 -frames:v 1 /tmp/f.png                  # verify by viewing frames
    
  • gsap defaults: gsap.defaults({ease:"power3.out", duration:0.6}). Register MotionPathPlugin if used.

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 118 lines · 323 tokens per session scan A 0a09e29b876c

Subscribe to this mod's changes

demo-studio is a skill published in the GitHub repository tryproduck/produck-skills (511 stars, last pushed 29d ago), licensed Apache-2.0. It adds 323 tokens to every session and 2,177 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR…

tobihagemann/turbo · 95 tokens

create-threat-model

Analyze a codebase and produce a structured threat model at .turbo/threat-model.md covering assets, trust boundaries, attack surfaces with existing mitigations, attacker stories, and calibrated severity. Use when the user asks to "create a threat model", "threat model", "threat model this codebase", "security…

tobihagemann/turbo · 90 tokens

update-dependencies

Upgrade project dependencies with breaking change research for major version updates. Use when the user asks to "update dependencies", "upgrade packages", "upgrade dependencies", "update deps", "upgrade deps", "update npm deps", "update Swift packages", "cargo update", "go get updates", "bundle update", or "pip…

tobihagemann/turbo · 70 tokens

map-codebase

Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech stack, APIs, patterns, data flow, dependencies, testing) and synthesizes findings into a comprehensive document at .turbo/codebase-map.md and .turbo/codebase-map.html. Use when the user asks to "map…

tobihagemann/turbo · 106 tokens

review-plan

Review a plan by running internal reviews and a peer review in parallel and returning combined findings. Use when the user asks to "review my plan", "check my plan", "critique my plan", or wants feedback on a plan.

tobihagemann/turbo · 50 tokens

changelog-rules

Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.

tobihagemann/turbo · 29 tokens