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.

Weave For Dsh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

weave-for-dsh

Weave For Dsh

Weave node-graph editor as a fixed DeepSeek Harness plugin: embeds the single-file editor as a page view, registers the `weave` AI tool that directly controls the page JS, and ships an AI-teaching skill.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Quan-Chan/Weave-for-DSH#442bd9e8432221d85957ac40ce3b5b6af177fdc4
READMECompatibilityVersions

Compatibility and provenance

Weave For Dsh is published as weave-for-dsh 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
web
Release source
github
Registry updated
9/9/2026

Versions

0.1.2stable
9/9/2026
0.1.1stable
8/23/2026
0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/9/2026
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 developer-tools.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleDoctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleSsh@linxin666/dsh-sshRemote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster executiFind Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

Weave-for-DSH

纯网页的节点式图编辑器 —— 自由摆放节点,拖拽 socket 连线,构建思维导图、流程图与逻辑树。

Weave 使用演示


DeepSeek Harness 插件版

本仓库在原版 Weave 之上做了插件化封装,编辑器本体原样打包(当前捆绑 Weave v1.3)、未做任何修改:

  • 页面内嵌 — 编辑器作为会话的第三个页面视图(chat / trajectory / Weave)嵌入 DeepSeek Harness,用户可直接拖拽节点、连线、编辑
  • 离屏常驻 — 编辑器 iframe 始终存活,AI 在任意页面视图下操作的都是同一份画布
  • weave AI 工具 — AI 可直接操控画布,见下文
  • AI 教学 skill 与文档 — 内置 skills/weave/SKILL.md 与 docs/weave-api.md;skill 由插件自动注册进 agent 技能目录,装好即可用,无需手动复制

安装(声明了 dsh.bundle 的组合包,一条命令装进 Web profile):

dsh plugin --profile web add github:Quan-Chan/Weave-for-DSH

dsh plugin 转发给 pnpm,需先安装 pnpm(npm install -g pnpm 或启用 corepack)。安装来源可为 git 仓库、npm registry 包名、tgz 文件或本地目录;这些来源都匿名可装,不需要 npm 账号(npm 账号只在发布时使用)。本包是纯 JS + 静态资源,无构建脚本,git 直装不触发 pnpm 的构建审批。

各来源对应命令:

dsh plugin --profile web add github:Quan-Chan/Weave-for-DSH   # git 仓库
dsh plugin --profile web add weave-for-dsh                     # npm registry(发布后)
dsh plugin --profile web add ./weave-for-dsh-0.1.2.tgz         # npm pack 产物
dsh plugin --profile web add ./weave-for-dsh                    # 本地 checkout

无 pnpm 时也可手工安装:把包目录复制到 $DSH_HOME/profiles/node_modules/weave-for-dsh,并在 profile 的 cordis.patch.yml 中插入插件行(见包内 cordis.patch.yml)。安装后重启 dsh web 并刷新会话页面,会话页面上方出现 Weave 页面选项,agent 工具集中出现 weave 工具。


功能

  • 节点 — 添加、删除、选中(单击 / 框选 / 多选)、拖拽移动、内联编辑、复制粘贴、收起 / 展开节点串(隐藏沿连线可达的后代,保存相对位置,展开时恢复)
  • 关联高亮 — 按住 Alt 单击节点,高亮该节点及其直接关联的节点与连线,其余内容模糊(Alt 点击其他节点可切换高亮对象)
  • 分区 — 顶栏「分区」按钮或 Shift+R / Alt+拖拽绘制可嵌套分区框,整框收编节点,名称 / 颜色可编辑,移动分区随动其节点
  • 连线 — socket 拖拽创建、删除、标签编辑、贝塞尔曲线自定义调整
  • 画布 — 平移(拖拽 / 中键)、滚轮缩放、适应视图、坐标 HUD 编辑
  • 颜色 — 5 种预设色 + 自定义色轮选择器,Ctrl+滚轮快速切换
  • 导入/导出 — JSON 导入导出(含分区、收起记录与视口信息)、PNG 导出、拖拽 JSON 文件导入
  • 其他 — 撤销/重做(最多 50 步)、只读模式、专注模式(Ctrl+H)、对齐设置(节点/分区位置与大小 4 项,含一键重置)、键位设置(首次启动自动弹出,快捷键可自定义)、语言切换(设置内:中文 / English)、自动保存到 localStorage

AI 工具

插件注册 weave 工具,把一段 JavaScript 表达式送进编辑器执行并返回 JSON,AI 据此直接增删改节点/连线、整体读写画布、导出 PNG:

  • code(必填)— JavaScript 表达式,支持 await
  • timeoutMs(可选)— 超时,默认 60000

表达式内可用的全局:App(编辑器应用对象)、Weave(工具库:Util / Color / Geom)、weave(桥接对象:addNode / addRegion / removeRegion / collapseNode / expandNode / toggleCollapse / canCollapse / getData / setData / exportPng / count)。

weave.addNode({ label: "需求分析", color: "blue", x: 0, y: 0 })   // 加节点
weave.addRegion({ x: -80, y: -120, w: 600, h: 280, label: "模块" }) // 画分区
weave.collapseNode(id)                                            // 收起节点后代
weave.getData()                                                    // 读整张图(含 regions 与 collapse)
weave.setData({ nodes: [...], connections: [...], regions: [...] }) // 整体替换
await weave.exportPng()                                            // 导出 PNG,返回 {dataUrl, name}
weave.count()                                                      // 数量

完整接口与示例见 docs/weave-api.md,AI 教学版见 skills/weave/SKILL.md。


技术栈展示

Weave 用纯前端技术构建,零框架、零依赖、零构建步骤,一个 HTML 文件构成完整产品:

  • 纯 JavaScript — 全部逻辑内联在单文件中,无框架、无构建,源码即产品
  • HTML5 + CSS3 — 结构标记 + CSS 变量主题,界面风格统一易维护
  • Canvas 2D — 绘制网格背景与连线,缩放平移时流畅重绘
  • SVG — 叠加层承载贝塞尔曲线控制手柄与连线标签,可精确交互
  • localStorage — 画布数据自动持久化,刷新或重开不丢失

贡献与主仓库

本项目分两层,修改目标不同:

  • 编辑器本体(画布、节点、连线、分区、收起/展开等编辑功能)— 主仓库 Quan-Chan/Weave
  • DSH 插件封装(页面嵌入、weave AI 工具、桥接方法、skill 与文档)— 本仓库 Quan-Chan/Weave-for-DSH

问题与改动建议按上述归属提交到对应仓库的 issue 与 pull request。编辑器本体以 release 资产形式捆绑进本包(见上文版本说明),上游发版后由本仓库同步更新。


许可证

本项目采用 Apache License 2.0 开源。

Copyright © 2026 Quan-Chan