AI Agent Hub
Back to plugins
🧰

dsh-order-threshold

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-order-threshold

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

Run dsh plugin install uckkk/dsh-order-threshold in your terminal to install the plugin; the full source is available at https://github.com/uckkk/dsh-order-threshold .

About this plugin

Online shoppers often struggle with order-threshold discounts: tiered rules, stacking limits, and minimum-spend requirements make it easy to overpay by a few yuan. dsh-order-threshold reduces all of that to a single precise calculation—pass in the relevant parameters and receive a complete, itemised discount breakdown, removing the need to manually test combinations on a checkout page.

The core order_threshold tool is written in pure Node.js with zero external network calls and no third-party service dependencies. Every computation runs locally, which means near-instant responses, full offline capability, and no shopping data ever leaving the machine.

It fits any workflow where an Agent or script needs to verify a discount scheme on the fly: shopping assistants, price-comparison pipelines, personal budgeting utilities, or any developer who wants to pull tiered-discount math out of their head and into a single, repeatable function call.

Use Cases

  • Instant discount verification in shopping agent sessions
  • Automated tier-discount calculation in price-comparison pipelines
  • Offline verification of promotional threshold rules

Best For

  • Developers who frequently verify discount schemes
  • Agent engineers building shopping assistants
  • Script authors needing offline promo-logic handling