Loading...
Loading...
Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup.
npx skill4agent add terrylica/cc-skills backup| Argument | Description |
|---|---|
| Configure and start backup automation |
| Show active backups and last sync |
| Disable backup for current session |
| View recent backup commits |
| GitHub repository (e.g., |
| Sync interval (e.g., |
| Split at idle time |
| Include session metadata |
asciinema-streaming-backup-r-i# Check current backup status
/asciinema-tools:backup status
# Configure and start backup automation
/asciinema-tools:backup install
# View recent backup history
/asciinema-tools:backup history
# Stop backup for current session
/asciinema-tools:backup stop| Issue | Cause | Solution |
|---|---|---|
| gh not found | gh CLI not installed | |
| fswatch not found | fswatch not installed | |
| Auth error | GitHub token invalid/expired | Run |
| Orphan branch error | Branch not initialized | Run |
| No recordings found | No active .cast files | Start a recording first |