Overview
- Skill Key
- derick001/terminal-session-replay
- Author
- skill-factory
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/derick001/terminal-session-replay
- Latest Commit SHA
- f00cef85241711616e223b9ada20ee35fe6b69f2
Record and replay terminal sessions for debugging, documentation, or sharing procedures with teammates.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 terminal-session-replay 技能。 若已安装,则直接安装 terminal-session-replay 技能。
# Terminal Session Replay ## What This Does A CLI tool to record, replay, and export terminal sessions. Captures commands, outputs, and timing for later review, documentation, or sharing with teammates. Wraps the standard `script` command with a simpler interface and additional features. Key features: - **Record sessions** - Start recording terminal session with a simple command - **Replay sessions** - Play back recorded sessions with original timing - **Export to markdown** - Convert sessions to readable documentation - **Session management** - List, view, and delete recorded sessions - **Metadata support** - Add titles, descriptions, and tags to sessions - **Timing control** - Adjust playback speed or skip timing for quick review ## How To Use ### Record a session: ```bash ./scripts/main.py record --output session1 ``` ### Replay a session: ```bash ./scripts/main.py replay --input session1 ``` ### Export to markdown: ```bash ./scripts/main.py export --input session1 --output session1.md ``` ### List recorded sessions: ```bash ./scripts/main.py list ``` ### Full command reference: ```bash ./scripts/main.py help ``` ## Commands - `record`: Start recording a terminal session - `--output`: Session name (default: timestamp-based) - `--title`: Session title for metadata - `--desc`: Session description - `--tags`: Comma-separated tags - `replay`: Replay a recorded session - `--input`: Session name to replay - `--speed`: Playback speed multiplier (default: 1.0) - `--no-timing`: Skip timing, display immediately - `export`: Export session to markdown - `--input`: Session name to export - `--output`: Output markdown file (default: session_name.md) - `--include-timing`: Include timing information in export - `list`: List all recorded sessions - `--filter-tags`: Filter by tags - `info`: Show session metadata - `--input`: Session name - `delete`: Delete a session - `--input`: Session name to delete ## Output Sessions are sto...
# Terminal Session Replay A CLI tool to record, replay, and export terminal sessions for debugging, documentation, and sharing. ## Quick Start ```bash # Record a session ./scripts/main.py record --output my-session # Replay it ./scripts/main.py replay --input my-session # Export to markdown ./scripts/main.py export --input my-session --output SESSION.md ``` ## Features - **Easy recording** - Simple command to start/stop recording - **Accurate replay** - Play back with original timing - **Documentation export** - Convert sessions to markdown - **Session management** - List, view, delete recordings - **Metadata** - Add titles, descriptions, tags ## Installation This skill is installed via OpenClaw. Requires `script` command (available on Linux/macOS). ## Usage ### Recording ```bash ./scripts/main.py record --output session-name --title "Session Title" ``` Press Ctrl+D or type `exit` to stop recording. ### Replaying ```bash ./scripts/main.py replay --input session-name --speed 1.5 ``` Use `--speed` to adjust playback speed. ### Exporting ```bash ./scripts/main.py export --input session-name --output documentation.md ``` ### Listing Sessions ```bash ./scripts/main.py list ``` ## Storage Sessions are stored in `~/.terminal-sessions/`: - `.typescript` - Terminal recording - `.timing` - Timing data - `.meta.json` - Metadata ## Requirements - Python 3.6+ - `script` command (usually pre-installed) - Linux/macOS (Windows requires WSL/Cygwin) ## License MIT
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill