dsh-packing-list
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-packing-list
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-packing-list; source code is available at https://github.com/uckkk/dsh-packing-list
About this plugin
Generating structured packing lists is a common need in agent workflows, yet most approaches rely on external APIs or network calls, breaking down in offline environments. dsh-packing-list solves this by registering a tool called packing_list that accepts caller-supplied parameters and returns clear, deterministic packing suggestions as a fully local, synchronous operation.
The plugin is implemented in pure Node.js with zero network dependencies, so it runs safely inside offline sandboxes, CI pipelines, or network-restricted agent runtimes without worrying about timeouts, quotas, or data leaking outside.
It is ideal for anyone building local agent orchestration pipelines, adding list-generation capability to automation flows, or operating workflows under strict network constraints. Once installed, simply invoke the tool in a session to get results: lightweight, predictable, and free of external dependencies.
Use Cases
- Generating structured packing lists inside an offline Agent sandbox
- Invoking deterministic packing suggestions synchronously in a CI pipeline
- Adding list-generation capability to network-restricted automation workflows
Best For
- Developers building local Agent orchestration pipelines
- Teams running workflows in offline or network-restricted environments
- Users seeking a zero-dependency, predictable packing-list 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.