cfanmaoli/kimi-webbridge-dsh0

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).

包名
kimi-webbridge-dsh
版本
1.4.7
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cfanmaoli/kimi-webbridge-dsh

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

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

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