dsh-plugin-webrelay
通过同源反向代理把外部 AI 对话站点嵌进 DSH 右侧面板(DOM 适配器写在配置里,站点改版无需改代码),并在输入框旁加一个按钮:要么用宿主模型改写草稿,要么跑一轮闭环——压缩对话、优化、发送到嵌入站点、捕获回复、整理成终稿写回输入框。
Embeds external AI chat sites in a DSH side panel through the same-origin reverse proxy with per-site DOM adapters, and adds a composer button that either rewrites the draft with the host model or runs a two-round loop: compress the conversation, optimize, send to the embedded site, capture the reply, then finalize it into the composer.
怎么安装
dsh plugin add github:Baisbt/dsh-plugin-webrelay 简介
dsh-plugin-webrelay DSH(DeepSeek Harness)Web 中继插件:把外部 AI 网页搬进 DSH 右侧,并用一个按钮完成「提示词优化 / 与外部 AI 协作优化」。 --- 目录 项目简介 核心功能 环境依赖 快速开始 方式 A:tarball 安装(推荐) 方式 B:从 npm registry 安装 方式 C:从 GitHub 直接安装 本地开发(link 模式) 具体操作流程 第 0 步:准备 第 1 步:安装依赖 第 2 步:类型检查与构建 第 3 步:把插件装进 DSH 第 4 步:初始化配置 第 5 步:启动 DSH 并验证 第 6 步:站点登录与联动浏览器 第 7 步:跑通两条主流程 第 8 步:卸载 / 升级 第 9 步:发布与部署(可选) 配置说明 附件提示(只提示,不代传) 站点支持矩阵 安全与合规 架构速览 已知限制 --- 项目简介 dsh-plugin-webrelay 是 DeepSeek Harness (DSH) 的一个双面插件(host 半 ESM/Node + client 半 CJS/Browser),发布名为 @dsh-external/dsh-webrelay。 它解决一个日常痛点:**你同时在 DSH 和多个外部 AI 网页(DeepSeek / ChatGPT / 豆包 / 通义千问 / Gemini)…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-14
- 创建于
- 2026-09-13
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin, dsh-plugins
同类推荐
dsh-free-search
DDDMUC/dsh-free-search
DSH 免费搜索插件:7 个引擎(DuckDuckGo/Bing/SearXNG 免费 + Exa/Perplexity/DeepSeek 付费)、自动回退、设置页 UI(API key 输入 + 官网链接)、web_fetch、引擎测试工具。
dsh-browser
anweat/dsh-browser
自包含浏览器运行时:Playwright(chromium)+ OpenCLI 作为插件本地依赖(全局复用回退),提供 `browser` 服务与 9 个交互式浏览器工具。
BrowserSkill
Tencent/BrowserSkill/tree/main/packages/dsh-plugin-browserskill
BrowserSkill 的 DeepSeek Harness 浏览器自动化桥接插件,通过原生浏览器工具控制可见的 Chrome 和 Edge Agent Window,支持可访问性与 VOM 页面观察、截图、隔离的多会话控制和 Web UI 实时观察浮层。