asciinema-recorder
SolidRecord Claude Code sessions with asciinema. TRIGGERS - record session, asciinema record, capture terminal, demo 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-recorder
Generate ready-to-copy commands for recording Claude Code sessions with asciinema. Dynamically creates filenames based on workspace and datetime.
> **Platform**: macOS, Linux (requires asciinema CLI)
> **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.
## When to Use This Skill
Use this skill when:
- Starting a new terminal recording session
- Creating demos or documentation recordings
- Capturing Claude Code sessions for review or sharing
- Generating workspace-specific recording filenames
---
## Why This Skill?
This skill generates ready-to-copy recording commands with:
- Dynamic workspace-based filename
- Datetime stamp for uniqueness
- Saves to project's tmp/ folder (gitignored)
---
## Requirements
| Component | Required | Installation |
| ----------------- | -------- | ------------------------ |
| **asciinema CLI** | Yes | `brew install asciinema` |
---
## Workflow Phases
### Phase 0: Preflight Check
**Purpose**: Verify asciinema is installed.
```bash
# Check asciinema CLI
which asciinema && asciinema --version
```
If asciinema is NOT installed, use AskUserQuestion:
- question: "asciinema not found. How would you like to proceed?"
header: "Setup"
multiSelect: false
options:
- label: "Install asciinema (Recommended)"
description: "R...
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
record
Start terminal recording with asciinema. TRIGGERS - record session, capture terminal, start recording.
62 Updated today
terrylica AI & Automation Solid
asciinema-converter
Convert .cast recordings to .txt for analysis. TRIGGERS - convert cast, cast to txt, strip ANSI, batch convert.
62 Updated today
terrylica AI & Automation Solid
asciinema-analyzer
Semantic analysis of asciinema recordings. TRIGGERS - analyze cast, keyword extraction, find patterns in recordings.
62 Updated today
terrylica