AI Agent Hub
Back to plugins
🖥️

dsh-anchored-preset-installer

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install kirkchinese/dsh-anchored-preset-installer

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

Run dsh plugin install kirkchinese/dsh-anchored-preset-installer in the DeepSeek Harness terminal to install the plugin (source: https://github.com/kirkchinese/dsh-anchored-preset-installer), then restart to see the three anchored-standard experimental presets in the session picker.

About this plugin

Adopting the dsh-anchored-standard experimental presets normally means manually copying three directories into the user preset root, a process that is easy to get wrong. dsh-anchored-preset-installer collapses that into a single plugin apply: once it runs, Anchored Standard, Zero-Anchored Standard, and Whoami Standard (all experimental) show up in the session preset picker immediately.

Safety drives every design decision. The installer is strictly create-only: an already-existing preset directory is left byte-for-byte untouched, so user edits are never overwritten. Each preset write is independently contained, and any failure is logged without blocking the profile boot. After the apply finishes, the plugin is completely inert, performing no network calls, collecting no telemetry, and registering no runtime listeners.

This is the right choice if you are experimenting with the anchored-standard series in DeepSeek Harness and want to skip the manual copy step entirely. Installed presets persist after uninstall, and sessions that are already using them continue to run unaffected.

Use Cases

  • Deploy the three dsh-anchored-standard experimental presets into DeepSeek Harness with a single command
  • Skip manual directory copying and use presets in the session picker right after a restart
  • Distribute anchored-standard presets to team environments without overwriting existing configs

Best For

  • DSH developers experimenting with the anchored-standard preset family
  • DSH users who want fast preset deployment without manual file copying
  • Tech teams requiring a zero-network, zero-telemetry, and safety-contained preset installer