AI Agent Hub
Back to plugins
⚙️

dsh-packer

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install KLRSL/dsh-packer

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

Run dsh plugin install KLRSL/dsh-packer inside DeepSeek Harness to install the plugin; the source repository is https://github.com/KLRSL/dsh-packer. After installation, restart DSH and open Settings → Config Packer to start using it.

About this plugin

DeepSeek Harness collects a wealth of local Agent assets—skills, session logs, profile configs, presets, and memory data—scattered across the filesystem. Manually copying these to a new machine or handing a curated skill pack to a colleague is tedious, error-prone, and risky: absolute paths, user profiles, and credentials can leak unintentionally. dsh-packer solves this by packing each module into a standard zip archive with two built-in presets. The Migrate preset bundles every module for a full setup transfer; the Share preset isolates skills and automatically strips personal subdirectories and sensitive files before any archive is produced.

Before packing, an automated privacy scan inspects all text files for drive-letter paths, OS user-profile directories, suspected API keys or tokens, and personal nicknames. In Share mode a single hit hard-blocks the pack with a clear error; in Migrate mode hits are reported so you can review them later but the archive is still produced. Every file's SHA-256 fingerprint is recorded in a manifest.json, and on restore a per-file diff report (added, changed, same, skipped) lets you choose among overwrite, skip, or append-merge strategies. The entire pipeline relies on the system bsdtar (libarchive), so there are zero npm native module dependencies.

dsh-packer is built for DSH power users who reinstall or upgrade frequently, for teams that need to distribute tested skill packs without leaking internal configuration, and for anyone who wants a single, auditable command (/pack create, /pack restore) instead of ad-hoc file copies.

Use Cases

  • One-click restore of all Agent assets after an OS reinstall or new machine
  • Safely distribute verified skill packs to teammates
  • Back up local skills, sessions, and memory data before a DSH upgrade

Best For

  • DSH power users who reinstall or switch machines often
  • Team developers who distribute skill packs while controlling sensitive data
  • Agent users who value credential safety and auditable packaging workflows