cfanmaoli/kimi-webbridge-dsh ↗★ 0
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 (status health check only).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cfanmaoli/kimi-webbridge-dsh说明文档
阅读完整 README ↗安装(一次性,零手工配置)
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。
配置(可选)
在 profile 的用户补丁层(~/.dsh/profiles/web/cordis.patch.yml)按 id 覆盖配置(替换整份 config,未给出的键取默认值):
- id: kimi-webbridge
config:
autoInstallDaemon: false
daemonVersion: v2.0.5
| 配置项 | 默认值 | 说明 |
|---|---|---|
baseUrl | http://127.0.0.1:10086 | 守护进程地址 |
requestTimeoutMs | 120000 | 单次请求超时(毫秒) |
autoStartDaemon | true | 守护进程未运行时自动启动 |
autoInstallDaemon | true | 二进制缺失时自动从官方 CDN 下载安装(关闭后需手动从官方安装) |
daemonVersion | latest | 自动安装时的版本(可固定如 v2.0.5,需带 v 前缀与 CDN 路径一致;建议与扩展版本匹配) |
registerSkill | true | 启动时把 kimi-webbridge skill 注册进运行时 registry(关闭后不注册) |