AI Agent Hub
Back to plugins
⚙️

dsh-bundle-calc

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bundle-calc

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-bundle-calc; source code is available at https://github.com/uckkk/dsh-bundle-calc

About this plugin

Designing a product bundle means juggling multiple parameters whose combinations are tedious and error-prone to compute by hand. dsh-bundle-calc removes that friction by packaging the core calculation logic into a single callable tool, so you can focus on business rules instead of arithmetic.

It exposes a bundle_calc tool that accepts structured parameters, performs precise calculations, and returns detailed results. The implementation is pure Node.js with zero network dependencies, making it fast, reliable, and easy to slot into any existing agent workflow.

Whether you are a product person quickly validating bundle options in a session or an engineer orchestrating pricing logic in an automation pipeline, dsh-bundle-calc delivers a zero-config, side-effect-free computation node that turns repeated hand calculations into a single call with a clear answer.

Use Cases

  • Quickly validate bundle results under different parameter combinations in a session
  • Embed a pricing and bundle-rule calculation node in an automation pipeline
  • Replace manual spreadsheet math to reduce parameter-combination errors

Best For

  • Product managers who need instant bundle validation in a conversation
  • Engineers orchestrating pricing logic in agent workflows
  • Computation-heavy teams looking to replace repetitive hand calculations with code