AI Agent Hub
Back to plugins
⚙️

dsh-listing-price

Workflow Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-listing-price

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

Run dsh plugin install uckkk/dsh-listing-price in DeepSeek Harness to install this plugin, available at https://github.com/uckkk/dsh-listing-price .

About this plugin

When listing products, pricing across multiple markets, or running internal cost calculations, you often need to compute a final price and its breakdown from a set of parameters quickly. dsh-listing-price wraps that pricing logic into a tool an agent can call in-session, removing the need to hand-write scripts repeatedly.

The core capability is the listing_price tool: pass in parameters and get back a precise result with detailed line items. The whole implementation is pure Node with zero network dependencies, so there is no middleware to deploy or external service to wire up; calls are lightweight and results are deterministic.

Ideal for developers building agent workflows where a pricing-calculation step exists. If your use case is providing parameters and receiving a price with its breakdown, registering this plugin into a session is a plug-and-play option.

Use Cases

  • Compute final listing price and itemized breakdown before product launch
  • Quickly verify pricing logic consistency across multiple markets
  • Complete the pricing step directly in an agent session without hand-written scripts

Best For

  • Dev teams building agent workflows that include a pricing step
  • Projects needing a lightweight, zero-dependency pricing calculation
  • Engineering teams wanting to extract pricing logic from repeated scripts into a reusable tool