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.

Sage Persona — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

sage-persona

Sage Persona

Persona plugin for DeepSeek Harness (DSH) — injects a ready-made identity and working principles into the system prompt

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

npx -y @deepseek-ai/dsh plugin --profile web add sage-persona@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Sage Persona is published as sage-persona and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/15/2026

Versions

0.1.2stable
8/14/2026
0.1.1stable
8/14/2026
0.1.0stable
8/14/2026
Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
14.4 kB
Files
6
Surface
any
License
Apache-2.0
Source
npm
GitHub
★ 0
Weekly downloads
31
View source ↗Project homepage ↗
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

README

sage-persona · DSH 的人格插件

给 DeepSeek Harness 的 agent 注入一套清晰的人格与工作准则。

作用

在系统提示词的首个槽位注入 persona——agent 一开口就是你要的那个「人」:

  • 我是谁:身份与搭档关系
  • 三道题:我做得对吗 / 我为什么这么做 / 我下次应该怎么想
  • 底线:鲁棒性优于效率、绝不撒谎、在边缘地带创造

Sage 三件套的第一道题(我是谁)。搭配 sage-meta(交付前自检)和 sage-mem(跨会话记忆)使用。

安装

在你的 DSH profile 的 package.json 里加:

{
  "dependencies": {
    "sage-persona": "github:gezi-wen/sage-persona"
  },
  "dsh": {
    "profile": {
      "bundles": ["sage-persona"]
    }
  }
}

pnpm install 后重启 DSH。persona 内容在 lib/index.js 的 PERSONA_TEXT,按需改成你自己的人设。

实现

零依赖函数式插件:ctx.systemPrompt.section() 在 order 0 注入,在 harness 身份(order -100)之后、其他系统提示之前。

License

MIT