record
SolidStart terminal recording with asciinema. TRIGGERS - record session, capture terminal, start recording.
AI & Automation 62 stars
9 forks Updated today MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /asciinema-tools:record
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.
## Arguments
| 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 |
## Execution
Invoke the `asciinema-recorder` skill with user-selected options.
### Skip Logic
- If `file` provided -> skip Phase 1 (output location)
- If `-t` and `-i` provided -> skip Phase 2 (options)
### Workflow
1. **Preflight**: Check asciinema installed
2. **Location**: AskUserQuestion for output path
3. **Options**: AskUserQuestion for recording options
4. **Generate**: Build and display recording command
5. **Guidance**: Show step-by-step instructions
## Examples
```bash
# 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
```
## Troubleshoot...
Details
- Author
- terrylica
- Repository
- terrylica/cc-skills
- Created
- 8 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
asciinema-recorder
Record Claude Code sessions with asciinema. TRIGGERS - record session, asciinema record, capture terminal, demo recording.
62 Updated today
terrylica AI & Automation Solid
play
Play .cast recordings in iTerm2 with speed controls. TRIGGERS - play recording, asciinema play, view cast.
62 Updated today
terrylica AI & Automation Solid
backup
Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup.
62 Updated today
terrylica