From rn-bw-text-opener
Creates reusable black-background white-text opening animations with character-by-character typing, synchronized click SFX, and clean transitions for videos.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rn-bw-text-opener:rn-bw-text-openerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a short, reusable opening animation: black background, large white text
Create a short, reusable opening animation: black background, large white text that appears one character at a time, synchronized typing click SFX, optional word replacement, and a clean transition into the main video.
This skill is generative. Do not copy source frames or promise pixel-level
alignment with a reference. If the user asks to exactly match an existing video,
route to rn-replica-qc first.
Before building an opener, read:
references/motion-contract.mdreferences/timing-presets.mdRead references/tool-recipes.md when choosing HyperFrames, Remotion, or ffmpeg.
Collect or infer:
micro, standard, or slow14 chars/s with subtle key clicksIf the user gives only a topic, write 2-3 short phrase options and choose the cleanest one. Avoid long sentences.
standard 4.8-5.8s.Use the bundled script to generate a deterministic plan:
python3 scripts/create_opener_plan.py \
--title "AI workflow engine" \
--replace "from idea" "to shipped video" \
--final "Build in minutes" \
--preset standard \
--typing-cps 14 \
--out opener-plan.json
Use the plan as the source of truth for scene timing and copy. Do not improvise new copy during rendering unless the user asks.
Follow the motion contract:
For dark SaaS/product videos, this opener can precede rn-dark-saas-video;
keep the opener simpler than the main product scene.
Before handoff, verify:
If this opener is inserted into a longer video, export both the standalone opener and the full composition when practical.
Return:
npx claudepluginhub pluviobyte/rnskill --plugin rn-renhuaGenerates kinetic typography captions for FFmpeg videos using ASS tags and Python scripts. Covers word-grow karaoke, bounce/pop, shake, elastic, and typewriter effects for TikTok/Reels.
Generates a cinematic MP4 product launch video from a description using HTML/CSS animations, Playwright, and FFmpeg. No AI video APIs or runtime costs.
Produces complete Remotion videos from natural language briefs, orchestrating narrative, scene animation, and rendering. Use for multi-scene promos, typographic pieces, or social media animations.