AI Agent Hub
Back to plugins
🧰

dsh-group-buy

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-group-buy

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

Run dsh plugin install uckkk/dsh-group-buy in DeepSeek Harness to install the group-buy calculator plugin. Source: https://github.com/uckkk/dsh-group-buy

About this plugin

Group buying and split purchases are everyday scenarios, yet the moment headcount, unit price, or discount shifts, manual cost-sharing tends to produce errors and endless back-and-forth in group chats. dsh-group-buy turns that into a single parameterized call: supply key figures such as participants, unit price, and discount, and the plugin computes every line item precisely, returning a structured, detailed breakdown.

Its core strengths are lightness and determinism. Built entirely in Node with zero network dependencies, all calculations run locally in one pass, producing reproducible and trustworthy results. The plugin registers a tool called group_buy that you invoke within a session to get the full price decomposition — total, per-person share, post-discount amount, and more — at a glance.

It is well suited to developers and product folks who regularly join group buys, need to verify shared costs on the fly, or want a clean number to drop into a group chat, cutting down the friction of explaining the math over and over.

Use Cases

  • Quickly calculating per-person cost after a group purchase
  • Recalculating split ratios when discount or threshold rules change
  • Pasting a clean cost breakdown directly into a group chat

Best For

  • Developers who frequently join group purchases and split bills
  • Product and ops staff who need quick group-buy cost checks
  • Engineers who want to embed local computation tools in conversations