DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Nx — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
N

dsh-nx

Nx

通过 MCP 实现安全 Siemens NX 自动化的 DeepSeek Harness 套件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:ethanrise/dsh-nx#f201791a0cff55356641fb517454c8cfcaded46a
README兼容性版本

兼容性与来源证明

Nx 以 dsh-nx 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/17

版本

0.1.0stable
2026/9/17

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/17
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

dsh-nx

English | 简体中文

dsh-nx is an experimental DeepSeek Harness bundle for safe, local Siemens NX automation through MCP. Version 0.1.0 ships the current DSH bundle manifest, a typed MCP server, a Chinese/English-compatible modeling skill, workspace policy, mock bridge, doctor command, and an explicit protocol boundary for a future validated NX 2512 bridge.

This project is not affiliated with or endorsed by Siemens or DeepSeek.

Current status

  • The MCP server, schemas, workspace confinement, mock bridge and stdio end-to-end tests run on Linux and Windows.
  • The repository does not yet contain a real-NX-accepted NX 2512 bridge.
  • Mock results always contain mock: true and never write .prt or STEP files.
  • Do not use this release on production parts.

Install in DeepSeek Harness

DeepSeek Harness removed the old .dsh-plugin repository format. This project uses the current npm bundle form (package.json.dsh.bundle + cordis.patch.yml). From the profile where you want NX tools:

dsh plugin --profile web add github:ethanrise/dsh-nx

Tagged releases also publish a prebuilt, version-independent asset named dsh-nx.tgz. It avoids building TypeScript on the target machine:

https://github.com/ethanrise/dsh-nx/releases/latest/download/dsh-nx.tgz

Install the included skill for project-scoped discovery:

New-Item -ItemType Directory -Force .dsh\skills\nx-modeling | Out-Null
Copy-Item node_modules\dsh-nx\skills\nx-modeling\SKILL.md .dsh\skills\nx-modeling\SKILL.md

During repository development:

npm install
npm run check
DSH_NX_MODE=mock npm run dev

Configuration

VariablePurpose
DSH_NX_WORKSPACEOnly directory the server may use for CAD files
DSH_NX_BRIDGE_URLLoopback-only bridge URL, for example http://127.0.0.1:48161/rpc
DSH_NX_BRIDGE_TOKENRandom bearer token shared with the local bridge
DSH_NX_TIMEOUT_MSTool timeout; default 30000
DSH_NX_MODE=mockTest-only stateful mock; never creates CAD files
DSH_NX_ROOTNX installation root used by dsh-nx-doctor

No arbitrary journal, Python, C#, or shell execution tool is exposed.

Tool surface

Health/capabilities, new part, named expression, rectangle/circle sketch, extrusion, simple hole, rectangular pattern, bounded fillet/chamfer, feature listing, body measurement, safe save-as, STEP AP242 export, and undo.

The workflow also exposes session-state, preflight and post-mutation verification tools. See docs/architecture.md, the sample four-hole-plate.json, and the Windows scripts under scripts/.

NX 2512 validation gate

A real adapter is supported only after all checks pass on native Windows + licensed NX 2512: create a parameterized four-hole plate, inspect native feature history, change an expression and rebuild, verify body count/bounding box/volume, save-close-reopen, export STEP, and undo. Until evidence is recorded under docs/nx2512-validation.md, the default bridge fails closed.

Marketplace

DSH Desktop obtains community listings through dsh-market and the awesome-dsh-plugin catalog. See docs/marketplace.md for the release checklist and conservative submission entry. This repository must not be advertised as real NX automation until the validation gate passes.

License

MIT applies to this repository's code. Siemens NX, NXOpen libraries, documentation, licenses, and user part files are not distributed.