AI Agent Hub
Back to plugins
🖥️

dsh-asciinema

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install 988hj7tczd-oss/dsh-asciinema

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install 988hj7tczd-oss/dsh-asciinema; the source repository is at https://github.com/988hj7tczd-oss/dsh-asciinema

About this plugin

Terminal output in an AI-assisted session scrolls by at reading speed. A screenshot loses timing; a pasted log loses the interactive feel. When you need to replay or share exactly what a tool invocation produced inside a DeepSeek Harness session, reaching for a separate asciinema CLI feels like an unnecessary extra step. dsh-asciinema closes that gap inside DSH itself.

The plugin subscribes to the session event stream (tool/result) and writes a standard asciinema v2 (.cast) file with no external dependencies. Three tools mirror the classic asciinema workflow: term_rec handles recording scoped to the whole session or to a single agent step, lets you drop markers mid-recording, and reports status; it seals automatically when event or byte caps are hit, and input events stay excluded unless you opt in via record_input. term_play renders a fully self-contained offline HTML page with a built-in player supporting play, pause, speed, seek, and marker display—zero network requests, zero external scripts. term_cat strips ANSI control sequences and emits clean plain text for easy pasting into docs, tickets, or emails. Named recordings are saved on session end; auto-named ones are discarded with a notice, keeping the workspace tidy.

Built for developers who want shareable, replayable records of AI-coding sessions; for tech leads reviewing workflows or running onboarding walkthroughs; and for any DSH user who needs asciinema-quality terminal capture and playback without installing a separate CLI.

Use Cases

  • Record tool output from an AI-assisted coding session into a replayable terminal video
  • Export a single command's output as a self-contained offline HTML page for easy sharing
  • Convert terminal output to clean plain text for pasting into tickets or docs

Best For

  • Developers who want to share and replay AI-coding sessions
  • Tech leads running workflow reviews or onboarding walkthroughs
  • DSH users who need asciinema-quality terminal capture with zero external dependencies