dsh-agent-identity
Run the following command in DeepSeek Harness:
dsh plugin install xingyingyuzhui/dsh-agent-identity
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install xingyingyuzhui/dsh-agent-identity in the DeepSeek Harness terminal to install the plugin; the full source code is at https://github.com/xingyingyuzhui/dsh-agent-identity .
About this plugin
Multi-turn conversations driven by LLM agents often face a fundamental problem: every new session starts from scratch, and users are forced to repeatedly describe who the agent is and how it should address them. dsh-agent-identity solves this by acting as the first phase of the Claw persona governance suite. It automatically injects the core persona files (SOUL.md, IDENTITY.md, AGENTS.md, TOOLS.md) from the DSclaw directory into the system prompt, so the agent carries its established identity and behavioral boundaries in every turn.
The plugin is deliberately restrained in scope. It writes file contents into the prompt and does not intercept tool calls or alter the agent execution path. BOOTSTRAP.md is injected only while the initial self-introduction exchange is incomplete, and the agent removes it once done. Long-term memory files such as USER.md and MEMORY.md are handled by the dsh-agent-memory plugin at session open, keeping responsibilities cleanly separated. All core files can be read and edited directly from the Settings panel under the Core tab, without opening an external editor.
This plugin is well suited for developers building multi-turn agents in the dsh ecosystem who want persona definitions managed as version-controlled files. Removing the plugin leaves all files intact on disk, so re-enabling is instant and migration cost is negligible.
Use Cases
- Auto-inject established persona into every new session without repeated user prompts
- Read and edit SOUL, IDENTITY and other core files directly from the settings panel
- Maintain consistent agent behavioral boundaries across multi-turn conversations without intercepting tool calls
Best For
- Developers building multi-turn agents in the dsh ecosystem
- Engineers who prefer file-based, version-controlled agent personas
- Users who need lightweight prompt injection without interfering with tool execution
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.