claude-typer

Installation
SKILL.md

Claude Typer

Workflow

  1. Extract the text that should be typed in the animation as prompt.
  2. Run:
    • skill_dir=""
      for base in "${AGENTS_HOME:-$HOME/.agents}" "${CLAUDE_HOME:-$HOME/.claude}" "${CODEX_HOME:-$HOME/.codex}"; do
        if [ -d "$base/skills/claude-typer" ]; then
          skill_dir="$base/skills/claude-typer"
          break
        fi
      done
      [ -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>"
      
    • Example with explicit size and scale:
Related skills

More from vibe-motion/skills

Installs
372
GitHub Stars
490
First Seen
Mar 30, 2026