AI Agent Hub
Back to plugins
⚙️

dsh-stock-level

Workflow Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-stock-level

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

Run dsh plugin install uckkk/dsh-stock-level in the DeepSeek Harness terminal to install this plugin; the source repository is https://github.com/uckkk/dsh-stock-level.

About this plugin

In inventory and replenishment workflows, the reorder point is a deceptively simple parameter that is easy to get wrong: demand variability, lead time, and service-level targets all interact, and a small miscalculation can mean either a stockout or excess holding cost. dsh-stock-level wraps this calculation into a single callable workflow tool, letting agents make replenishment decisions right inside the conversation without external systems or manual spreadsheet lookups.

Its core capability is deliberately focused: it accepts the parameters you provide, computes the reorder point with exact arithmetic, and returns a well-structured, detailed result. The entire implementation is pure Node.js with zero network calls, so it drops cleanly into offline or air-gapped pipelines with instant, latency-free responses.

It is best suited for developers building supply-chain or inventory agent workflows: register the stock_level tool in your session, invoke it at the decision point where a replenishment check is needed, and get a reliable number back—no formula derivation required, no extra service dependency to maintain.

Use Cases

  • Quickly computing reorder points for replenishment decisions
  • Embedding stock calculations in offline supply-chain pipelines
  • Invoking a stock check directly inside an agent conversation

Best For

  • Developers building supply-chain or inventory agent workflows
  • Ops teams needing offline replenishment calculations
  • Engineers embedding stock logic into AI agent conversations