AI Agent Hub
Back to plugins
⚙️

dsh-opinion-analysis

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install satan9394/dsh-opinion-analysis

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

Run dsh plugin install satan9394/dsh-opinion-analysis in your terminal; the source is hosted at https://github.com/satan9394/dsh-opinion-analysis

About this plugin

Building an opinion-analysis pipeline inside DeepSeek Harness typically means chaining several inference and summarization steps by hand, which is both tedious and hard to reuse. dsh-opinion-analysis packages that entire process into a ready-made agent workflow so developers can invoke the full analysis chain on the platform without assembling it from scratch.

Categorised under agent-workflow, the plugin's core role is to provide an opinion-analysis workflow orchestrated entirely through Harness' native agent protocol, keeping it consistent with the platform's built-in workflow model and easy to slot into larger pipelines.

It is aimed at developers building conversational, research, or sentiment-oriented applications on DeepSeek Harness who want opinion analysis as a reusable, plug-and-play workflow step. The project is released under the MIT licence, free to use and extend.

Use Cases

  • Embedding an opinion-analysis step into a Harness workflow
  • Building a sentiment or user-feedback analysis pipeline
  • Packaging multi-step reasoning and summarization into a reusable flow

Best For

  • Developers building applications on DeepSeek Harness
  • Teams that need a reusable opinion-analysis workflow
  • Engineers looking to cut down manual agent-orchestration overhead