AI Agent Hub
Back to plugins
⚙️

dsh-plugin-offline-packager

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install YJLTF/dsh-plugin-offline-packager

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

Run dsh plugin install YJLTF/dsh-plugin-offline-packager in a terminal with DeepSeek Harness installed, then restart DSH to use the offline-pack tool in the Web UI. Source code: https://github.com/YJLTF/dsh-plugin-offline-packager

About this plugin

In air-gapped or intranet deployments where the DSH plugin marketplace and registry are unreachable, installing and updating plugins becomes a hard blocker. dsh-plugin-offline-packager solves this: on a connected machine, a single AI prompt bundles any DSH plugin—whether sourced from npm, a GitHub repo, or a local directory—together with its full production dependency tree into a self-contained .tgz file that installs offline with one command and zero registry access.

It is a natural fit for ops teams running DSH in air-gapped clusters, security teams with offline-distribution mandates, and dsh-admin publishers who want to ship installable packages. The plugin automates cloning, dependency installation, esbuild inlining, and bundleDependencies packing, producing a .tgz and a .meta.json ready for immediate use.

Use Cases

  • Deploying DSH plugins across air-gapped cluster nodes with no external network
  • Installing third-party DSH plugins in an air-gapped enterprise intranet
  • Packaging a locally built plugin and delivering it to an offline customer

Best For

  • Ops teams running DSH in air-gapped or intranet environments
  • Security and compliance teams requiring offline software distribution
  • dsh-admin publishers shipping offline-installable plugin packages