Play .cast recordings in iTerm2 with speed controls. TRIGGERS - play recording, asciinema play, view cast.
From asciinema-toolsnpx claudepluginhub terrylica/cc-skills --plugin asciinema-toolsThis skill is limited to using the following tools:
references/evolution-log.mdDispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
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.