promo-clip

promo-clip is a skill for Claude Code from procoders/superpowers-v. It costs 36 tokens per session (2,940 once invoked), scanned A, original, MIT.

A workflow for making short promotional videos with Remotion, a tool for creating videos from code. It starts with an approved scene script, reviews still images, and then renders the video.

In plain words
What is it for?
Use it to plan promo clips, create Remotion scenes, check each scene visually, and render launch, announcement, or teaser videos.
Why use it?
Reviewing the script and individual scenes helps catch unclear or missing content before spending time rendering and revising the full video.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Part of the superpowers-v plugin — 4 skills, 15 commands, 7 agents, 7 hooks shipped together

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.

agentmods
npx agentmods add skills/procoders/superpowers-v/promo-clip
Any agent
npx skills add procoders/superpowers-v --skill promo-clip
Clone the repo
git clone --depth 1 https://github.com/procoders/superpowers-v

Made for: Claude Code.

Or install superpowers-v, the plugin that ships this one along with the rest of its 4 skills, 15 commands, 7 agents, 7 hooks.

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 promo-clip

README.md
[![agentmods](https://agentmods.dev/badge/skills/procoders/superpowers-v/promo-clip.svg)](https://agentmods.dev/skills/procoders/superpowers-v/promo-clip)
Your own site
<a href="https://agentmods.dev/skills/procoders/superpowers-v/promo-clip"><img src="https://agentmods.dev/badge/skills/procoders/superpowers-v/promo-clip.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,940 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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.00036 $0.02940
Opus 5 $0.00018 $0.01470
Sonnet 5 $0.00007 $0.00588
Haiku 4.5 $0.00004 $0.00294

Measured today against content hash 0b241ef95d74, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

promo-clip scanned grade A with 1 finding 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 today.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Extract, don't guess: `curl -s https://amiainative.dev` and its linked CSS, then
.claude/skills/promo-clip/SKILL.md · 199 lines

How it starts

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

Promo clips with Remotion

Overview

A promo clip is a script approved on paper, then a Remotion composition reviewed one still per scene before anything is rendered. Both failures we hit — three invisible scenes and a cut nobody could read — were caught by a still or by a human, never by the compiler.

Working reference, read it before writing scenes: /Users/oleg/Dev/cv-promo/src/Promo.tsx (9 scenes, 1920×1080, 30 fps, TransitionSeries, inline styles, no CSS framework). Script: script-v5-final.md · pain research + reference ad: pains-v1.md in the same repo.

Workflow

  1. Script table first, no code. One markdown table, columns t · frames · on screen · motion/sound, plus a footer naming palette, fonts and spice level. Get an explicit approval on that table. Reason: rewriting a table is minutes, re-animating a scene is an hour.
  2. Scaffold, then install — the scaffold does not install.
    npx create-video@latest --yes --blank --no-tailwind ~/Dev/cv-promo
    cd ~/Dev/cv-promo && npm install
    npm i @remotion/[email protected]   # EXACTLY the version of `remotion` in package.json
    
    Pin the transitions package to the same version as remotion; a drifted pair breaks types. --no-tailwind because every style here is an inline style={{}} object — cv-promo scaffolded with Tailwind and never used a single class.
  3. One composition, one <Sequence> (or <TransitionSeries.Sequence>) per scene. Scene durations live in one object; Root.tsx imports FPS and DURATION from it.
  4. Review stills before any render — one frame per scene, mid-scene, at half scale:
    npx remotion still Promo out/f200.png --frame=200 --scale=0.5
    
    Read every PNG. A full render costs minutes; a still costs seconds and shows the same bug.
  5. Render only after the stills pass.
    npx remotion render Promo out/promo.mp4
    

Three traps that cost us real time

1. <TransitionSeries> accepts only literal children

Read the full file on GitHub · 199 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. today First seen · 199 lines · 36 tokens per session scan A 0b241ef95d74

Subscribe to this mod's changes

promo-clip is a skill published in the GitHub repository procoders/superpowers-v (36 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 2,940 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session.

DollarDill/beads-superpowers · 17 tokens

write-documentation

Use when writing or substantially rewriting human-facing prose: documentation, README, guides, blog posts, emails, Slack messages, PR descriptions, release notes, or any text a human will read. Not for code comments, commit messages, or agent-to-agent communication.

DollarDill/beads-superpowers · 56 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

DollarDill/beads-superpowers · 37 tokens

research-driven-development

Use when the user asks a question about a topic, requests research, or when understanding something is needed before planning. Triggers on "research this", "what is X", "how does Y work", "compare A vs B", "investigate", "deep dive", "look into".

DollarDill/beads-superpowers · 63 tokens

document-release

Use when implementation on a branch is complete and it is about to be merged or PR'd — or when finishing-a-development-branch reaches its docs-audit gate — and after code changes are committed, to ensure all project documentation accurately reflects shipped code. Covers README, ARCHITECTURE, CONTRIBUTING, CHANGELOG…

DollarDill/beads-superpowers · 103 tokens

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.

DollarDill/beads-superpowers · 44 tokens