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.

Kimi Webbridge Dsh — DSH Plugin for DeepSeek Harness
← Plugins

kimi-webbridge-dsh

Kimi Webbridge Dsh

Infrastructure plugin for dsh: provisions the kimi-webbridge daemon (auto-install with SHA-256 verification, auto-start) and registers the kimi-webbridge skill that documents the full 25-action browser protocol. Registers a thin kimi_webbridge tool (statu

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

npx -y @deepseek-ai/dsh plugin --profile web add kimi-webbridge-dsh@1.4.8
READMECompatibilityVersions

Compatibility and provenance

Kimi Webbridge Dsh is published as kimi-webbridge-dsh and currently resolves to version 1.4.8. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

1.4.8stable
9/10/2026
1.4.7stable
9/4/2026

Related plugins

Loading related plugins…

Latest
1.4.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
38.5 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
121
Security scan
✓ v1.4.8 scan passed
Last push
9/10/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

kimi-webbridge-dsh

Kimi 浏览器扩展(Kimi Browser Extension,原 Kimi WebBridge)的 dsh 插件(基础设施 + 技能注册)。插件本身不代理浏览器操作,而是负责:

  1. 保障桥完好:守护进程二进制缺失时自动从官方 CDN 下载(跨平台、SHA-256 校验),守护进程未运行时自动拉起;
  2. 注册 skill:启动时把随包内置的 skill.md 注册为运行时 skill(ctx.skills.register,source: bundled),模型通过 skill 工具加载它,按文档用 HTTP 行使全部浏览器能力(25 个动作);
  3. 注册一个瘦工具 kimi_webbridge:只有 status 一个动作(守护进程 + 扩展健康检查),作为其他 skill(如 x-cli 系列)的桥健康锚点。

架构

层角色
插件(本包)守护进程二进制供应 + 自动启动;apply() 时注册运行时 skill
skill(运行时注册,随包内置 skill.md)模型经 skill 工具加载,按文档驱动守护进程:navigate / find_tab / snapshot / read_page / find / click / mouse_click / hover / drag / fill / key_type / send_keys / select_option / dialog / evaluate / cdp / screenshot / network / upload / save_as_pdf / scroll / wait / list_tabs / close_tab / close_session
瘦工具 kimi_webbridge仅 status 健康检查(自带守护进程自愈)

安装(一次性,零手工配置)

dsh plugin --profile web add kimi-webbridge-dsh

本包声明了 dsh.bundle.patch:dsh plugin add 会自动把它登记进 profile 的 bundle 层(dsh.profile.bundles),无需手动编辑任何 cordis.patch.yml。重启一次 dsh web:启动时插件把 skill 注册进运行时 registry,新会话的 skill 目录中即出现 kimi-webbridge。

用法(模型视角)

  1. 需要真实浏览器时,加载 kimi-webbridge skill(触发词:browser / webpage / open URL / 浏览器 / 网页 / 截图……);
  2. 先用 kimi_webbridge 工具的 status 确认守护进程 + 扩展健康(插件自动补装/拉起二进制);
  3. 按 skill 文档向 POST http://127.0.0.1:10086/command 发送 {action, args, session} 行使浏览器能力。Windows 上必须用临时文件承载 JSON(shell 会破坏非 ASCII 文本),skill 里有完整说明。

依赖

  • 浏览器扩展:需安装并连接 Kimi 浏览器扩展(Kimi Browser Extension,原 Kimi WebBridge)—— 从 Chrome Web Store 安装(kimi_webbridge status 显示 extension_connected: true;扩展版本应与守护进程一致)。
  • 守护进程:无需预装。插件在守护进程不可达时会自动启动它;二进制缺失时会自动从官方 CDN(cdn.kimi.com,与官方安装器同源)下载安装——全程无需手动运行任何安装命令。

版本对齐

插件按官方 CDN 的 version.json 供应守护进程,因此始终与官方发布对齐;上表的存档哈希对应 v2.0.8(守护进程与扩展的产品名已更名为 Kimi Browser Extension)。

kimi_webbridge 的 status 会原样透出守护进程的 update_available(有更新时)与 version_mismatch(守护进程与扩展不同步时)字段。按官方约定:这两个字段出现时不要自动执行 upgrade / stop / restart / uninstall(它们会杀掉正在运行的守护进程),而应把字段里的 command 原样交给用户执行。

兼容性(dsh 版本)

插件只 import 宿主提供的 @deepseek-ai/* 包,并声明为 peerDependencies(不打包自己的副本),所以与 dsh 版本解耦;已在 dsh 0.1.5-rc.1 上验证(工具注册、skill 注册、system prompt 注入、守护进程自愈均正常)。

peer声明范围
@deepseek-ai/dsh-tools^0.1.0-rc.7 || ^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.5-rc.1
@deepseek-ai/dsh-llm同上
@deepseek-ai/schemastery^3.18.1

⚠️ 预发布版必须逐个元组写进范围。 node-semver 只在范围里存在一个与该版本 major.minor.patch 完全一致、且自身带预发布标签的比较符时才放行预发布版;因此看起来很宽的 >=0.0.1-rc.1 <0.2.0 会静默排除所有预发布构建,用户会遇到 ERESOLVE。dsh 发布新的预发布系列(如 0.1.6-rc.1)时,需要同步追加一个 || ^<新元组>-rc.N 分支。

跨平台支持

插件根据运行时硬件自动选择并下载对应的守护进程二进制(含 SHA-256 校验,与官方清单核对后才安装):

平台二进制存档哈希(v2.0.8)
Windows x64windows-amd64.exeeec1976d…433c6
macOS arm64darwin-arm6404532d77…0a261
macOS x64darwin-amd64931769e9…8cc0c
Linux arm64linux-arm64ee201b44…34a3c
Linux x64linux-amd6461de010c…ce271

不支持的平台组合会明确报错并提示手动安装。

守护进程二进制位置

下载到用户目录(与官方安装器路径一致,无需管理员权限;按用户隔离):

平台最终路径
Windows%USERPROFILE%\.kimi-webbridge\bin\kimi-webbridge.exe
macOS / Linux~/.kimi-webbridge/bin/kimi-webbridge(自动 chmod 755)

下载流程:先落盘为临时文件(kimi-webbridge(.exe).tmp-{pid}-{时间戳})→ SHA-256 与官方清单核对 → 匹配才重命名为最终路径;不匹配则删除临时文件并中止,任何未验证的二进制都不会留在磁盘。该路径与官方安装器 / kimi-webbridge upgrade 命令完全一致,插件、官方工具共用同一份守护进程。

功能(skill 承载,25 个动作)

能力动作
导航 / 标签navigate、find_tab、list_tabs、close_tab、close_session
读页面snapshot(accessibility tree + @e 引用)、read_page(全文文本)、find(页面内搜索)
点击 / 输入click、mouse_click(真实鼠标,可信输入)、hover、drag、fill、key_type(键入,可信)、send_keys(组合键)、select_option、dialog
JS / CDPevaluate(页面上下文)、cdp(chrome.debugger 直通)
截图 / PDFscreenshot、save_as_pdf(写文件、返回路径)
网络 / 上传network(请求捕获)、upload(文件上传)
滚动 / 等待scroll(滚动/定位)、wait(等待文本/选择器条件)
会话分组一个任务 = 一个 session = 一个标签页组,可一键清理

配置(可选)

在 profile 的用户补丁层(~/.dsh/profiles/web/cordis.patch.yml)按 id 覆盖配置(替换整份 config,未给出的键取默认值):

- id: kimi-webbridge
  config:
    autoInstallDaemon: false
    daemonVersion: v2.0.8
配置项默认值说明
baseUrlhttp://127.0.0.1:10086守护进程地址
requestTimeoutMs120000单次请求超时(毫秒)
autoStartDaemontrue守护进程未运行时自动启动
autoInstallDaemontrue二进制缺失时自动从官方 CDN 下载安装(关闭后需手动从官方安装)
daemonVersionlatest自动安装时的版本(可固定如 v2.0.8,需带 v 前缀与 CDN 路径一致;建议与扩展版本匹配)
registerSkilltrue启动时把 kimi-webbridge skill 注册进运行时 registry(关闭后不注册)

移除

dsh plugin --profile web remove kimi-webbridge-dsh

自动从 bundle 层移除(无需手动删补丁行),重启后生效。skill 为运行时注册,移除插件即随之消失,无残留文件。