From asciinema-tools
Start terminal recording with asciinema. TRIGGERS - record session, capture terminal, start recording.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asciinema-tools:record [file] [-t title] [-i idle-limit] [--backup] [--append][file] [-t title] [-i idle-limit] [--backup] [--append]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start a terminal recording session with asciinema.
Start a terminal recording session with asciinema.
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 | Output path (e.g., session.cast) |
-t, --title | Recording title |
-i, --idle-time-limit | Max idle time in seconds |
--backup | Enable streaming backup to GitHub |
--append | Append to existing recording |
Invoke the asciinema-recorder skill with user-selected options.
file provided -> skip Phase 1 (output location)-t and -i provided -> skip Phase 2 (options)# Basic recording
/asciinema-tools:record session.cast
# Recording with title and idle limit
/asciinema-tools:record -t "Demo Session" -i 30
# Recording with GitHub backup
/asciinema-tools:record session.cast --backup
| Issue | Cause | Solution |
|---|---|---|
| asciinema not found | Not installed | brew install asciinema |
| Permission denied | Output path issue | Check write permissions for output directory |
| Recording not starting | Terminal issue | Ensure running in interactive terminal |
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-toolsRecord Claude Code sessions with asciinema. TRIGGERS - record session, asciinema record, capture terminal, demo recording.
Generates terminal recordings from VHS tape scripts, producing GIF outputs for demos and tutorials. Useful for documenting CLI workflows.
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.