AI Agent Hub
Back to plugins
🖥️

dsh-prompt-persona

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Xilin3/dsh-prompt-persona

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

To install this plugin, run dsh plugin install Xilin3/dsh-prompt-persona in DeepSeek Harness; the full open-source URL is https://github.com/Xilin3/dsh-prompt-persona.

About this plugin

Customizing the system prompt of a DeepSeek Harness can feel awkward: users want to change the persona, but they must hand-edit deployment text, risk overwriting host defaults, and still have little certainty about what full prompt actually takes effect. dsh-prompt-persona moves that persona fragment from configuration plumbing into the web settings page, letting users edit, save, and inspect the result in the same interface.

The core value is making the deployment-level prompt entry point visible and controllable. The plugin supports replace, append, and off injection modes, so it can fully define the persona or supplement Harness's default identity and tool guidance while preserving it. The settings page also shows the current effective full system prompt and offers draft preview: an unsaved persona template can be applied to a copy to check the final output without polluting the live state. Template variables, optimistic concurrent saving, and conflict detection turn prompt tweaking into a more maintainable workflow.

This is especially useful for users who need to adjust DSH Web prompts frequently, including deployment authors, prompt debuggers, and anyone who wants to enforce assistant identity, context boundaries, or project constraints at the system level. If you do not want to guess how every prompt edit will be assembled by the host, this plugin brings editing, previewing, and persistence into a more predictable workflow.

Use Cases

  • Customize the Harness system prompt
  • Preview persona replacement or appending
  • Inspect the final effective prompt

Best For

  • DSH Web deployment authors
  • Prompt debugging and maintenance users
  • Users needing dynamic template variables