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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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>"