DeepSeek Harness plugin

dsh-agent-identity

Phase 1 Claw identity: inject core workspace files into the agent prompt. 把核心人设文件打进 Claw Agent 提示词。

Jump to install

Source facts

Repository
xingyingyuzhui/dsh-agent-identity
Latest update
Aug 19, 2026
Category
Workflow & Automation
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/xingyingyuzhui/dsh-agent-identity
Plugin: dsh-agent-identity
Author: xingyingyuzhui

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-agent-identity · Claw 人设

治理套件 Phase 1:把 ~/.dsh/DSclaw/<agent>/ 里的核心文件打进该会话的系统提示。不拦截工具。

文件机制:

  • SOUL.md / IDENTITY.md / AGENTS.md / TOOLS.md:每轮打进系统提示
  • BOOTSTRAP.md:新建时有,初次问答(你叫什么、怎么称呼用户)还没做完就一并注入;做完由 Agent 删掉
  • USER.md / MEMORY.md / 日记:由 dsh-agent-memory 在开场注入(有长度上限)
  • HEARTBEAT.md:只存盘,可在核心 Tab 编辑。巡检默认关(every: 0),这一层不会空闲 tick

依赖 dsh-agent-registry 创建的 Claw 目录。卸掉本插件后,人设文件还在盘上,只是不再注入提示词。

安装

dsh plugin --profile web add github:xingyingyuzhui/dsh-agent-identity

装完重启 dsh web

本地开发:

dsh plugin --profile web add link:/abs/path/to/dsh-agent-identity

这一层做什么

  • 仅当 session cwd 在 DSclaw 下时注入人设
  • 设置 → Claw Agent → 核心 tab 可读改这七个文件
  • USER.md / MEMORY.md / HEARTBEAT.md 只存盘,这一层不塞进提示词

卸载

dsh plugin --profile web remove dsh-agent-identity

License

MIT