DeepSeek Harness plugin

dsh-anchored-preset-installer

One-command installer for the dsh-anchored-standard experimental presets (Anchored / Zero-Anchored / Whoami Standard)

Jump to install

Source facts

Repository
kirkchinese/dsh-anchored-preset-installer
Latest update
Aug 15, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/kirkchinese/dsh-anchored-preset-installer
Plugin: dsh-anchored-preset-installer
Author: kirkchinese

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-anchored-preset-installer

One-command delivery for the dsh-anchored-standard experimental presets. Installing this host plugin materializes the three preset directories into the user preset root, so the session preset picker shows Anchored Standard (experimental) / Zero-Anchored Standard (experimental) / Whoami Standard (experimental) with no manual cp.

Install

dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer
# without a global `dsh` binary:
npx @deepseek-ai/dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer

Restart DeepSeek Harness (Ctrl+C, then dsh web / npx @deepseek-ai/dsh web), create a blank session, and pick the preset. DSH preset discovery re-reads its roots on every list, so the presets appear as soon as the plugin row has applied once.

Behavior

  • Writes only into the user-trust preset root from

agentPresets.resolvedRoots (normally $DSH_HOME/.agent-presets).

  • Create-only: a preset directory that already exists is left exactly

as it is — user edits are never overwritten.

  • Every failure is contained per preset and logged; the plugin row never

fails the profile boot.

  • No network requests, no telemetry, no runtime listeners — after apply the

plugin is inert.

Verify

npx @deepseek-ai/dsh --profile web --dump-config | grep -A2 anchored-preset-installer

expects an id: anchored-preset-installer row (before the restart). After the restart, the preset picker lists all three presets, and each installed directory carries a .installed-by-anchored-preset-installer marker:

ls ~/.dsh/.agent-presets/

Uninstall

Removing the plugin leaves installed presets in place (they may be in use by sessions). To remove them:

dsh plugin --profile web remove dsh-anchored-preset-installer
rm -r ~/.dsh/.agent-presets/{anchored-standard,zero-anchored-standard,whoami-standard}

Only remove a preset that no session currently uses.

Maintenance

presets/ is a byte-copy of the preset/, zero-anchored-standard/, and whoami-standard/ directories from the upstream repository (this fork pins the self-contained-variant + single-anchor fixes). After upstream releases change those, sync the copies here and bump VERSION in index.mjs.

License

MIT. The vendored presets derive from the DeepSeek Harness Standard preset and the xiaobright/dsh-anchored-standard repository (MIT); see NOTICE.