AI Agent Hub
Back to plugins
⚙️

dsh-objection

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-objection

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

Run dsh plugin install uckkk/dsh-objection in the DeepSeek Harness terminal to install the plugin; the source repository is available at https://github.com/uckkk/dsh-objection .

About this plugin

Handling customer objections effectively is often the dividing line between closing a deal and losing one, yet improvised responses tend to be inconsistent and hard to systematize. dsh-objection distills common objection-handling strategies into a single callable tool: describe the scenario and you receive structured methods with concrete, actionable suggestions, without digging through playbooks or relying on memory.

At its core, the plugin exposes one objection tool that returns structured tactical methods and recommendations tailored to the scenario you provide. It is implemented in pure Node.js with zero network dependencies, so it runs fully offline and drops seamlessly into an agent workflow as a standard objection-handling step.

It is well suited for sales teams, customer-success specialists, pre-sales consultants, and developers building multi-step agent workflows who want their agents to field customer objections with consistent, structured guidance.

Use Cases

  • Retrieving structured counter-arguments instantly when a customer raises a price objection
  • Embedding objection handling as a standard node in a multi-step agent workflow
  • Getting step-by-step tactical guidance when facing technical pushback in pre-sales conversations

Best For

  • Sales and pre-sales teams seeking standardized objection-response playbooks
  • Developers building multi-step agent workflows
  • Teams assembling automated pipelines that require offline, zero-dependency components