product-demo-video

product-demo-video is a skill for Claude Code from 2233admin/design-pipeline. It costs 127 tokens per session (3,145 once invoked), scanned A, original, MIT.

A method for turning product screenshots or designs into a short animated product demonstration. It uses planned cursor movements, click effects, zooms, and captions instead of recording a live screen.

In plain words
What is it for?
Use it for app or SaaS demos, feature announcements, onboarding walkthroughs, and showing a click path or detail in a dashboard.
Why use it?
It avoids cursor jitter, changing interface states, and having to record the entire demonstration again after one screen changes. The same inputs can be rendered consistently.

Skill for Claude Code

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

Part of the ecommerce-video-skills plugin — 3 skills shipped together

Good fit Use it for app or SaaS demos, feature announcements, onboarding walkthroughs, and showing a click path or detail in a dashboard.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/2233admin/design-pipeline/product-demo-video
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 2233admin/design-pipeline --skill product-demo-video
Clone the repo
git clone --depth 1 https://github.com/2233admin/design-pipeline

Made for: Claude Code.

Or install ecommerce-video-skills, the plugin that ships this one along with the rest of its 3 skills.

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 product-demo-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/2233admin/design-pipeline/product-demo-video/github.svg)](https://agentmods.dev/skills/2233admin/design-pipeline/product-demo-video)
Your own site
<a href="https://agentmods.dev/skills/2233admin/design-pipeline/product-demo-video"><img src="https://agentmods.dev/badge/skills/2233admin/design-pipeline/product-demo-video/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 product-demo-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/2233admin/design-pipeline/product-demo-video"><img src="https://agentmods.dev/badge/skills/2233admin/design-pipeline/product-demo-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,145 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: 6 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 177
    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 178
    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 179
    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 180
    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 187
    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 188
    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.00127 $0.03145
Opus 5 $0.00063 $0.01572
Sonnet 5 $0.00025 $0.00629
Haiku 4.5 $0.00013 $0.00314

Measured 7d ago against content hash 094889976b6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

product-demo-video 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 7d ago.

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.

skill/references/iart-motion-skills/upstream/ecommerce-video-skills/skills/product-demo-video/SKILL.md · 204 lines

How it starts

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

Product Demo Video

Turn static product screenshots or designs into a polished, animated demo — no screen recorder, no jittery real cursor, no UI version drift. Frame each screen, glide a synthetic cursor to the exact pixel, ripple the click, then zoom to the part that matters and caption the feature. Because the input is static and the motion is code, every value is deterministic and re-renders identically when the screenshot changes.

When to use

  • App / SaaS demo, feature announcement, onboarding walkthrough (15–90s).
  • Showing a click path through a UI you only have screenshots/designs of.
  • Highlighting one focal region of a dense dashboard (zoom-to-region + callout).

Why screenshots beat screen recordings

Screen recording Screenshot-driven (this skill)
Real cursor drifts, overshoots, jitters Cursor follows an eased path to an exact target
Re-record the whole take to fix one step Swap one PNG, re-render the same code
UI changes mid-take, mouse hunts Each screen is a clean, final-state asset
Hard to zoom without pixelation Export screenshots at 2× (DPR 2) → crisp zooms

Capture inputs at twice the display size (retina / deviceScaleFactor: 2) so a 2× zoom stays sharp. See references/screenshot-demo.md for a Playwright capture script.

The demo loop

Every demo is the same beat, repeated per feature. Hold long enough to read, move with intent, land the click, reveal the result.

Beat Budget Job
Settle on screen 0.5–1s Let the viewer orient before anything moves
Cursor travels to target 0.4–0.8s Eased move (ease-in-out), not linear
Click ripple + state change 0.2–0.3s Tactile feedback; screen reacts on the same frame
Zoom to focal region 1–2s in, hold 2–4s 2× is the sweet spot — enough detail, keeps context
Caption the feature hold with the zoom One benefit phrase, e.g. "One-click export"

Move the camera or the cursor, rarely both at once — two simultaneous motions split attention.

Read the full file on GitHub · 204 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 204 lines · 0 tokens per session scan A 094889976b6d

Subscribe to this mod's changes

product-demo-video is a skill published in the GitHub repository 2233admin/design-pipeline (9 stars, last pushed 8d ago), licensed MIT. It adds 127 tokens to every session and 3,145 once invoked, about $0.0006 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-09-04.

Related

Other skills, from other repositories

ss-lint

Quick automated lint — detects common design system violations in seconds.

bitjaru/styleseed · 15 tokens

omd-apply

A skill that applies a project's DESIGN.md file as visual and brand guidance for interface work. It covers components, colors, fonts, layout, copy, motion, and visual assets.

kwakseongjae/oh-my-design · 129 tokens

ss-review

Review UI code for design system compliance, accessibility, and best practices.

bitjaru/styleseed · 16 tokens

design-system-tokens

Design token management with the W3C Design Token spec, three-tier hierarchy (global/alias/component), OKLCH color, Style Dictionary transforms, and dark mode theming. Use when creating token files, implementing theme systems, or building design-to-code pipelines.

yonatangross/orchestkit · 58 tokens

system-benchmark

Benchmark a design system against industry standards and comparable public systems, producing a qualitative comparison across dimensions with specific, named reference points. Goes beyond an internal health assessment to answer 'how does our system compare to what good looks like out there?' Trigger when someone says…

murphytrueman/design-system-ops · 154 tokens

token-documentation

Write documentation for design tokens — covering semantic intent, usage context, and do/don't examples. Trigger when someone says: document these tokens, token reference, what does this token mean, token usage guide, write the token docs, token intent, or anything about creating human-readable documentation for design…

murphytrueman/design-system-ops · 65 tokens