dsh plugins中文
← Back to popular plugin directory

DSH Share

zljr/dsh-share · tools

Share a DeepSeek Harness session over your LAN as a read-only, token-guarded snapshot. One click freezes the current conversation into a self-contained, read-only HTML page and prints a LAN URL — e.g.

★ 1GitHub stars
1Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-share Share a DeepSeek Harness session over your LAN as a read-only, token-guarded snapshot.

dsh-share is a DeepSeek Harness plugin that adds a Share button to the session header. One click freezes the current conversation into a self-contained, read-only HTML page and prints a LAN URL — e.g. http://192.168.1.20:3081/s/ — that any device on the same network can open in a browser.

Token estimation for the context composition reuses the harness's own fixed-density heuristic (4 chars ≈ 1 token), matching dsh-context. Install From npm

Install command

dsh plugin --profile web add github:zljr/dsh-share
View GitHub repository ↗Back to popular plugin directory