DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-netxops

Netxops

DeepSeek Harness Netx Ops:ops/topology + 即时消息交付 + 会话导出 + 知识库 MANIFEST/_skills + localSkills

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hansjone/netxops#5a2ab85d141accc5b1351f556318c354f6bbc669
README兼容性版本

兼容性与来源证明

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

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

版本

0.1.40stable
2026/9/19
0.1.39stable
2026/9/16
0.1.38stable
2026/9/16
查看其余 16 个版本收起版本
0.1.37stable
2026/9/15
0.1.35stable
2026/9/15
0.1.34stable
2026/9/15
0.1.33stable
2026/9/15
0.1.30stable
2026/9/13
0.1.29stable
2026/9/13
0.1.28stable
2026/9/6
0.1.26stable
2026/9/6
0.1.24stable
2026/9/5
0.1.22stable
2026/9/5
0.1.17stable
2026/9/5
0.1.16stable
2026/9/5
0.1.14stable
2026/9/4
0.1.13stable
2026/9/4
0.1.11stable
2026/9/4
0.1.3stable
2026/9/4

相关插件

正在加载相关插件…

最新版
0.1.40
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/20
查看源码 ↗
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 使用完整桌面界面),通过一次性令牌和 rIm@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。

README

netxops — Netx Ops for DeepSeek Harness

Public DeepSeek Harness package: native netx__* REST tools + Plugins card + agent preset (skills included).

  • GitHub: https://github.com/hansjone/netxops
  • Package: dsh-netxops
  • Brand: Netx Ops

Install (one command)

dsh plugin --profile web add `
  github:hansjone/netxops `
  github:hansjone/dsh-im-ops `
  github:hansjone/dsh-ops-cron
dsh web

IM + cron must be direct profile deps (same add line). Nesting github: under netxops hits blockExoticSubdeps / ERR_PNPM_EXOTIC_SUBDEP. Details: docs/INSTALL.md.

Then:

  1. Settings → Plugins → Netx Ops → API URL / token / capability groups
  2. Optional: enable 关键告警推送 — DSH dials out to netx; choose Deliver to DSH session and/or Deliver to WhatsApp / IM (paste botId+targetId from IM 投递设置). The card shows live WSS status.
  3. Optional: 导出全部会话 — download one ZIP of every durable session on this Host.
  4. Settings → Agent presets → Custom → Netx Ops (installed automatically on first host activate)
  5. New session → choose Netx Ops

Also need: a reachable netx API (no local pip install netx_mcp).

Skills: edit only in the sibling netx repo skills/ tree, then powershell -File .\scripts\sync-skills-from-netx.ps1 before publish. Linked local installs prefer ../netx/skills or NETX_SKILLS_ROOT at runtime.

What is coupled

In the pluginOutside (data / runtime)
netx__* REST tools (groups: ops / topology; one group ↔ one skill; optional host publish + `tools-opstopology`) + settings + credentials
Optional key-alarm push (WSS client → sticky DSH session)netx /v1/integrations/dsh-alarm/ws hub
Export all sessions (Plugins card → browser ZIP download)this Host’s session store (JSONL)
Persona + skills (netx-ops / netx-topology)
Agent preset auto-install to ~/.dsh/.agent-presets

MCP (python -m netx_mcp) remains available for OpenClaw / other hosts — not required for DSH.

License

MIT