Render a Claude-style prompt typing animation video by calling Remotion CLI against the remote site https://www.laosunwendao.com. Use when the user asks for "做一个 claude 的提示词打字机动画", "做 Claude 打字动画", "创建提示词动画", or similar requests that convert a text prompt into a typing-animation video.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Render a Claude-style prompt typing animation video by calling Remotion CLI against the remote site https://www.laosunwendao.com. Use when the user asks for "做一个 claude 的提示词打字机动画", "做 Claude 打字动画", "创建提示词动画", or similar requests that convert a text prompt into a typing-animation video.
Claude Typer
Workflow
Extract the text that should be typed in the animation as prompt.
Run:
skill_dir=""for base in"${AGENTS_HOME:-$HOME/.agents}""${CLAUDE_HOME:-$HOME/.claude}""${CODEX_HOME:-$HOME/.codex}"; doif [ -d "$base/skills/claude-typer" ]; then
skill_dir="$base/skills/claude-typer"breakfidone
[ -n "$skill_dir" ] || { echo"claude-typer skill not found under ~/.agents, ~/.claude, or ~/.codex"; exit 1; }
/usr/local/bin/python3 "$skill_dir/scripts/render_claude_typer.py""<prompt>"