DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Agent Identity — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-agent-identity

Agent Identity

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xingyingyuzhui/dsh-agent-identity#cbab483bbaa7c8ee44c1bdc958b491afaee6abdd
READMECompatibilityVersions

Compatibility and provenance

Agent Identity is published as dsh-agent-identity and currently resolves to version 0.1.8. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.8stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

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