Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计提醒

terminal-session-replay终端会话重播

Agent Skill

terminal-session-replay 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,243

周安装

440

GitHub Stars

公开资料未说明

下载量

3,590
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:terminal-session-replay(终端会话重播)
来源仓库:https://github.com/derick001/terminal-session-replay
安装命令:
openclaw skills install terminal-session-replay
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install terminal-session-replay

简介

记录和重放终端会话,以便进行调试、记录或与队友共享程序。

  • 适合教学演示、故障排查和协作开发。
  • 输入 start 开始录制,stop 结束并生成回放脚本。
  • 录制的会话以文本形式保存,不含敏感信息但建议过滤密码等内容。
  • terminal-session-replay 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
terminal-session-replay
description
Record and replay terminal sessions for debugging, documentation, or sharing procedures with teammates.
version
1.0.0
author
skill-factory
metadata
openclaw
requires
bins

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:

./scripts/main.py record --output session1

Replay a session:

./scripts/main.py replay --input session1

Export to markdown:

./scripts/main.py export --input session1 --output session1.md

List recorded sessions:

./scripts/main.py list

Full command reference:

./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 stored in ~/.terminal-sessions/ by default:

  • session_name.typescript: Raw terminal recording (script output)
  • session_name.timing: Timing data for replay
  • session_name.meta.json: Metadata (title, description, tags, timestamp)

Export produces markdown like:

# Terminal Session: Setting up Project

**Recorded:** 2026-03-11 10:30:00  
**Duration:** 2 minutes 15 seconds

$ git clone https://github.com/example/project Cloning into 'project'... remote: Enumerating objects: 100, done. remote: Counting objects: 100% (100/100), done. remote: Compressing objects: 100% (80/80), done. remote: Total 100 (delta 20), reused 80 (delta 15), pack-reused 0 Receiving objects: 100% (100/100), 1.5 MiB | 3.5 MiB/s, done. Resolving deltas: 100% (20/20), done.

$ cd project $ npm install ...


## Limitations

- Requires `script` command (available on Linux/macOS, not on Windows without WSL/Cygwin)
- Cannot record GUI applications or mouse interactions
- Very fast terminal output may not be captured perfectly
- Sessions can be large if recording for long periods
- Color and formatting may not be preserved in markdown export
- Requires terminal with proper support for script command

## Examples

Record a debugging session:

./scripts/main.py record --output debug-session --title "Debugging API issue" --tags "debug,api"

... work in terminal ...

exit # or Ctrl+D to end recording


Replay at 2x speed:

./scripts/main.py replay --input debug-session --speed 2.0


Export for documentation:

./scripts/main.py export --input debug-session --output DEBUGGING.md


## Installation Notes

The `script` command is typically pre-installed on Linux and macOS systems. On Windows, use WSL or Cygwin.

The tool creates `~/.terminal-sessions/` directory to store recordings.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.72%
按下载量换算2,754

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install terminal-session-replay 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills