dsh-live-stream
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-live-stream
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-live-stream; the source code is available at https://github.com/uckkk/dsh-live-stream.
About this plugin
dsh-live-stream tackles the efficiency gap in the data-decomposition step of live-stream e-commerce workflows. After every broadcast, operators and analysts must manually cross-calculate metrics such as GMV, average watch time, conversion rate, and average order value. Parameter-passing errors are common, and the process is difficult to reuse across sessions. This plugin packages the entire breakdown into a single structured workflow tool: one call inside an Agent session finishes the calculation and returns a cleanly structured result that slots directly into a larger analytics pipeline.
On the capability side, the plugin registers a tool named live_stream. It accepts user-supplied parameters, performs precise calculations on the live-stream data, and returns a detailed, structured result set. The implementation is written in pure Node.js and makes zero outbound network calls, so it runs reliably in intranet, offline, or sandboxed environments. There is no risk of an unreachable API stalling the pipeline, and no additional runtime dependencies are introduced.
Who it is for: e-commerce operations teams that want to fold live-stream metrics into an automated analytics flow; developers who treat post-broadcast breakdown as a standard step in an Agent workflow; and any team with a hard requirement that data never leaves the local environment and who prefer a zero-dependency approach.
Use Cases
- Quickly decompose GMV, conversion rate and AOV into structured results during post-broadcast review
- Run the full live-stream analytics pipeline in an intranet or offline sandbox with zero external API calls
- Slot a single live-stream breakdown step into a larger automated Agent workflow
Best For
- E-commerce operations teams that want live-stream metrics folded into an automated analytics pipeline
- Developers who treat post-broadcast decomposition as a standard step in an Agent workflow
- Teams with a strict local-only data policy that prefer a zero-dependency implementation
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.