From asciinema-tools
Play .cast recordings in iTerm2 with speed controls. TRIGGERS - play recording, asciinema play, view cast.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asciinema-tools:play [file] [-s speed] [-i idle-limit] [-l loop] [-r resize] [-m markers][file] [-s speed] [-i idle-limit] [-l loop] [-r resize] [-m markers]haikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Play terminal recordings in a dedicated iTerm2 window.
Play terminal recordings in a dedicated iTerm2 window.
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
| Argument | Description |
|---|---|
file | Path to .cast file |
-s, --speed | Playback speed (e.g., -s 6) |
-i, --idle-time-limit | Max idle time in seconds |
-l, --loop | Loop playback |
-r, --resize | Match terminal to recording size |
-m, --markers | Pause on markers |
Invoke the asciinema-player skill with user-selected options.
file provided -> skip Phase 1 (file selection)-s provided -> skip Phase 2 (speed selection)-i/-l/-r/-m provided -> skip Phase 3 (options)# Play recording at normal speed
/asciinema-tools:play session.cast
# Play at 6x speed
/asciinema-tools:play session.cast -s 6
# Play with idle time limit and looping
/asciinema-tools:play session.cast -i 2 -l
| Issue | Cause | Solution |
|---|---|---|
| iTerm2 not found | Not installed | brew install --cask iterm2 |
| Window not opening | AppleScript issue | Grant iTerm2 accessibility permissions |
| Playback stuttering | Large file | Use -i 1 to cap idle time |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.
npx claudepluginhub terrylica/cc-skills --plugin asciinema-toolsPlay .cast terminal recordings in iTerm2. TRIGGERS - asciinema play, .cast file, play recording, recording playback.
Records polished demo videos and GIFs for CLI and TUI tools via asciinema+agg+ffmpeg, tmux sessions, and harnesses in Python, Rust, TypeScript, or Bash.
Converts Playwright test traces into polished demo videos with voiceover, subtitles, speed control, and narration using the playwright-recast library.