marketing-demo

marketing-demo is a skill for Claude Code from MoizIbnYousaf/marketing-cli. It costs 218 tokens per session (2,931 once invoked), scanned A, original, MIT.

A tool for recording product demonstrations and walkthroughs as videos or GIFs. It supports quick screen-capture edits with ply and ffmpeg, or more polished branded compositions with Remotion.

In plain words
What is it for?
Use it for feature showcases, onboarding videos, product tours, walkthroughs, screen recordings, and marketing demo assets.
Why use it?
It gives you a defined production path for turning a product flow into a short visual demonstration, including optional brand guidance and overlays.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the marketing-cli plugin — 88 skills, 9 commands, 1 hook, 2 MCP servers shipped together

Good fit Use it for feature showcases, onboarding videos, product tours, walkthroughs, screen recordings, and marketing demo assets.

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

Made for: Claude Code.

Or install marketing-cli, the plugin that ships this one along with the rest of its 88 skills, 9 commands, 1 hook, 2 MCP servers.

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 marketing-demo

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/marketing-demo"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/marketing-demo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 218 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,931 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: 4 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 29
    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 156
    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 159
    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 194
    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.00218 $0.02931
Opus 5 $0.00109 $0.01465
Sonnet 5 $0.00044 $0.00586
Haiku 4.5 $0.00022 $0.00293

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

Security

Grade A, and why

marketing-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 11d 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/marketing-demo/SKILL.md · 251 lines

How it starts

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

/marketing-demo — Product Demo Recorder

Record product demos for marketing. Two production paths: quick (ply + ffmpeg) for rough demos, polished (Remotion) for branded marketing videos.

Reads

  • brand/creative-kit.md — Colors, fonts, logo paths for branded overlays
  • brand/voice-profile.md — Tone guidance for text overlays
  • brand/stack.md — Available tools (ply, ffmpeg, remotion)

On Activation

  1. Read brand/creative-kit.md for colors, fonts, logo paths. If missing, ask for brand colors and logo.
  2. Read brand/voice-profile.md for tone guidance on text overlays. If missing, use clear/neutral tone.
  3. Read brand/stack.md to confirm available tools. If missing, detect tools directly.
  4. Check tool availability:
    command -v ply && echo "ply: ready" || echo "ply: missing"
    command -v ffmpeg && echo "ffmpeg: ready" || echo "ffmpeg: missing"
    command -v npx && echo "remotion: available" || echo "remotion: unavailable"
    
  5. If ply or ffmpeg missing, warn and suggest install.

Shot Duration Rules

Demo Type Duration per Shot Notes
Quick overview 0.5-1s Fast cuts, build excitement
Feature demo 2-3s Time to read + comprehend
Walkthrough 4-5s Instructional pacing
Social clip 1-2s Attention-grabbing, fast

Demo Storytelling Principles

Demos fail when they show the product mechanically instead of telling a story. The viewer needs a reason to keep watching. These principles come from what actually gets engagement on landing pages and social:

  1. Open with the outcome, not the setup. The first 2 seconds decide if someone watches the rest. Show the "after" state — the dashboard with data, the completed design, the result. Setup (login, loading, navigation) earns zero attention.
  2. One feature = one demo. Trying to cram 5 features into 30 seconds makes all of them forgettable. A focused demo of one feature is worth more than a rushed tour.
  3. Show the magic moment. Every product has one interaction where users go "oh wow." Find that moment and build the demo around it — it's why people click "try it."
  4. Add context with text overlays. Social videos autoplay muted. Without text callouts, viewers see UI changing with no idea what's happening or why it matters. Every shot needs a 3-6 word overlay explaining the value.
  5. Pacing: 2-3 seconds per concept. This feels fast, but viewer attention is brutal. If a shot doesn't earn its screen time with new information, cut it.

Read the full file on GitHub · 251 lines

Files

What ships with it

1 file 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. 11d ago First seen · 251 lines · 218 tokens per session scan A ee40478d42dc

Subscribe to this mod's changes

marketing-demo is a skill published in the GitHub repository MoizIbnYousaf/marketing-cli (31 stars, last pushed 24d ago), licensed MIT. It adds 218 tokens to every session and 2,931 once invoked, about $0.0011 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

ads-create

Create source-grounded paid-ad campaign concepts, messaging, copy, creative briefs, and production plans from a validated brand profile, campaign objective, platform requirements, and optional audit evidence. Triggers on: campaign brief, campaign concepts, create a campaign, ad concepts, ad copy, ad messaging…

AgriciDaniel/claude-ads · 69 tokens

ads-generate

Generate paid-ad image assets from a validated creative brief and brand profile using an explicitly configured image provider. Triggers on: generate ads, generate ad images, create ad creatives, create ad images, make ad images, generate visuals, make campaign visuals, generate images from campaign brief.

AgriciDaniel/claude-ads · 60 tokens

ads-creative

Audit paid-ad copy, images, video, hooks, concepts, format coverage, platform-native fit, message match, creative fatigue, accessibility, and policy across supported platforms. Use for creative audit, ad creative, creative fatigue, creative diversity, ad copy review, video review, image review, or production…

AgriciDaniel/claude-ads · 66 tokens

ads-photoshoot

Generate rights-cleared paid-ad product photography variants from an authorized source image and validated brand profile. Triggers on: product photo, product photography, virtual photoshoot, photoshoot, enhance product image, studio shot, lifestyle shot, lifestyle product image, floating product image, ingredient shot.

AgriciDaniel/claude-ads · 62 tokens

instagram-marketing

Plan, draft, audit, and publish content for Instagram. Use when the user wants to write a caption with a first-125-char hook, plan a slide-by-slide carousel, reverse-engineer the hook from a viral Reel or carousel, size hashtags the 2026 way, remove AI tells from a caption, or plan a week of Reels and carousels.…

sergebulaev/instagram-skills · 115 tokens

tt-humanizer

Remove the AI-script tells viewers hear in a TikTok spoken script and caption: 2026 vocabulary by density, reveal bridges, staccato stacks, stacked triads, performed sincerity, written-not-spoken phrasing, "hey guys" filler; caps em dashes. Includes --mode audit pre-film check (hook, completion design, caption fit)…

sergebulaev/tiktok-skills · 119 tokens