product-demo

product-demo is a skill for Claude Code from ucsandman/marketing-studio. It costs 50 tokens per session (510 once invoked), scanned A, original, MIT.

A workflow for making a product-demo video from a running app, with screen footage, a smooth cursor, camera zooms, captions, and a branded end card.

In plain words
What is it for?
It is for recording app walkthroughs, feature demonstrations, and short screen-recording clips.
Why use it?
It helps turn a dashboard walkthrough into a structured video while checking that zooms focus on the right parts of the interface and do not crop important content.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_SKILL_DIR} variable.

Part of the marketing-studio plugin — 15 skills shipped together

Good fit It is for recording app walkthroughs, feature demonstrations, and short screen-recording clips.

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

Made for: Claude Code.

Or install marketing-studio, the plugin that ships this one along with the rest of its 15 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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ucsandman/marketing-studio/product-demo"><img src="https://agentmods.dev/badge/skills/ucsandman/marketing-studio/product-demo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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: 1 finding, 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 28
    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.00050 $0.00510
Opus 5 $0.00025 $0.00255
Sonnet 5 $0.00010 $0.00102
Haiku 4.5 $0.00005 $0.00051

Measured 4d ago against content hash 2d0d8daf4774, 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 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 4d 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.

skills/product-demo/SKILL.md · 35 lines

What it actually says

Product Demo

REQUIRED BACKGROUND: marketing-studio skill; also read ${CLAUDE_SKILL_DIR}/../../docs/playbook/capture.md and ${CLAUDE_SKILL_DIR}/../../docs/playbook/remotion.md. Work in ${CLAUDE_SKILL_DIR}/../...

Produces <product>/marketing/assets/<brand>/demo.mp4: real app footage with a timestamp-driven cursor, subject-safe camera framing, and concise captions.

Recipe

  1. Toolchain + brand check per marketing-studio. The product's app must be RUNNING (ask the user to start it; never start their stack yourself).
  2. Capture script: feeders/capture/record-<brand>-demo.mjs. For a new product copy record-noban-demo.mjs: viewport wide enough for the app, deviceScaleFactor: 2, proven ready-locators per view, a step caption per view. Read ${CLAUDE_SKILL_DIR}/../../docs/playbook/capture.md FIRST — especially: camera focus rects are MEASURED from raw footage frames, never derived from click points, and must end before any app-side clipped edge.
  3. Run the capture with --project <product>; verify capture OK and the product-owned props/public files it writes. Do not stage product footage in the engine.
  4. Measure/tune focus rects: extract raw frames (npx remotion ffmpeg -ss <t> -i <product>/marketing/assets/<brand>/public/<brand>/demo.webm -frames:v 1 f.png), Read them, set focus {x,y,w,h} centers/sizes in the capture script, re-capture (~20s).
  5. Render one proof per view with --public-dir=<product>/marketing/assets/<brand>/public; check that the product action is legible at delivery size, camera framing is safe, and pointer phases match capture.
  6. Render into the product workspace and deliver per marketing-studio. A full desktop recording is raw material, not automatically an authored edit.
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. 4d ago Changed · +2 lines 2d0d8daf4774
  2. 5d ago Changed · +2 lines 7167b7c3c011
  3. 11d ago First seen · 31 lines · 50 tokens per session scan A 9c833f2836cb

Subscribe to this mod's changes

product-demo is a skill published in the GitHub repository ucsandman/marketing-studio (237 stars, last pushed 5d ago), licensed MIT. It adds 50 tokens to every session and 510 once invoked, about $0.0003 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

ccvideo

Make product promo videos in the Claude video team style — terracotta canvas, macOS terminal window, animated Claude Code session — with Remotion. Use when the user asks for a product/feature promo, launch video, terminal demo video, or a "Claude-style" video.

AmazingAng/ccvideo · 59 tokens

remotion-video-workflow

Build structured short-form videos in Remotion from a brief or source material. Use when the user wants a reusable workflow covering storyboard structure, brand elements, music, ratio adaptation, cover linkage, render, and output verification.

shaom/infocard-video-skills · 50 tokens

saas-product-demo-video

Produce a 20-45s SaaS product demo video in Remotion. Use whenever the user wants to make a product film, marketing reel, explainer, launch video, or LinkedIn/Instagram video of their app - including requests like "make a video of my product", "remotion video", "product demo reel", "launch film", "vertical reel"…

noamdorr/saas-product-demo-video · 165 tokens

magazine-web-ppt

For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.

nexu-io/open-design · 67 tokens

html-ppt-zhangzara-coral

OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

nexu-io/open-design · 55 tokens

deck-guizang-editorial

OpenDesign's FY26 marketing plan: brand-to-pipeline — audience, offer, channel mix, and the launch calendar that ties creative to growth. Built as a decision-grade marketing & GTM deck for CMO, growth lead, founder.

nexu-io/open-design · 56 tokens