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.

Workspace Scope — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-workspace-scope

Workspace Scope

Per-workspace Skill and MCP enablement for DeepSeek Harness: each project controls which skills and MCP servers new sessions load.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Ri0n72Y/dsh-workspace-scope#d4bf3c720e67266a7796fd80f1341a62a409b068
READMECompatibilityVersions

Compatibility and provenance

Workspace Scope is published as dsh-workspace-scope and currently resolves to version 0.5.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.5.2stable
9/20/2026
0.5.1stable
9/12/2026
0.5.0stable
9/10/2026
Show 4 more versionsCollapse versions
0.4.0stable
9/2/2026
0.3.2stable
8/21/2026
0.3.1stable
8/18/2026
0.3.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.5.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 5
Weekly downloads
177
Last push
9/20/2026
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

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-workspace-scope

为 DeepSeek Harness 按工作区启用或禁用当前 Agent 已拥有的 Skill 与 Host 全局 MCP。

本插件只做能力范围控制,不负责安装、发现或提供 Skill / MCP。不同工程可以通过各自的 .dsh-scope.json 暴露不同的能力集合。

English: README.en.md

安装

需要已安装 dsh CLI:

dsh plugin --profile web add dsh-workspace-scope

卸载:

dsh plugin --profile web remove dsh-workspace-scope

使用

在新建会话的空白 Session 中,点击输入卡右侧的「工作区能力」。

界面会显示当前 Agent 可由模型调用的 Skill,以及 Host 全局 MCP 服务器。切换 Agent Preset 后,列表会随当前 Agent 更新。开关、搜索、全部启用和全部禁用都会立即保存到工作区根目录的 .dsh-scope.json。

配置在会话第一次真正发起模型请求时锁定。因此开始对话前的修改会应用到该会话;之后的修改只影响新的会话。

配置

通常直接使用 UI 即可。也可以手动编辑工作区根目录的 .dsh-scope.json:

{
  "default": {
    "mode": "whitelist",
    "skills": ["<skill-name>"],
    "mcps": ["<server-name>"]
  }
}
  • default:全部启用。
  • whitelist:仅启用列表中的能力。
  • blacklist:禁用列表中的能力。
  • skills:Skill 名称。
  • mcps:Host 全局 MCP server 名称。

边界

  • Skill 范围来自当前 Agent 已有的 model-invocable Skill;本插件不会安装或补充 Skill。
  • 禁用 Skill 控制的是模型调用能力。是否仍可通过 /skill-name 手动调用,由该 Skill 自身的 DSH userInvocable 策略决定。
  • MCP 只管理 Host 全局注册并由 Agent 继承的 MCP;Agent / Preset 作用域内注册的 Tool / MCP 不在管理范围内。
  • 当前 0.5.x 不支持名称中包含 __ 的 MCP serverName;普通 tool name 可以包含 __。

实现细节、数据流与 C4 图见 docs/architecture.md。版本变化见 CHANGELOG.md。

贡献

发现 bug 或有想法可以直接开 issue。提交 PR 前请阅读 CONTRIBUTING.md。

License

MIT