dsh-stock-level
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
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.