AI Agent Hub
Back to plugins
⚙️

dsh-live-stream

Workflow Updated 2026.08.20

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