dsh-listing-price
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.