Bernardxu123/dsh-kimi-webbridge0

dsh-kimi-webbridge

DeepSeek Harness 的 Kimi WebBridge 插件:通过本地 Kimi WebBridge 守护进程驱动用户的真实浏览器(支持导航、点击、填充、截图、上传、PDF 等)。

AI 分析

核心用途是利用本地浏览器环境辅助 AI 执行复杂的网页操作与文件处理。适合需要强浏览器交互能力的自动化任务。需要运行本地守护进程。

包名
dsh-kimi-webbridge
版本
0.2.0
许可证
MIT
最近更新
2026年8月18日

安装

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

⚙️ Configuration

All keys optional; override the kimi-webbridge row from a later patch layer, restating every key you need:

- id: kimi-webbridge
  name: dsh-kimi-webbridge
  config:
    baseUrl: 'http://127.0.0.1:10086'   # daemon endpoint
    session: dsh                        # daemon-side tab-group name (one per profile)
    requestTimeoutMs: 120000            # per-request timeout
    startDaemonTool: true               # expose kimi_webbridge_start_daemon
    daemonBin: null                     # override the auto-detected daemon binary
    maxRenderText: 50000                # cap on rendered result text
    disabledTools: []                   # optional tool names to hide, e.g. ['kimi_webbridge_cdp', 'kimi_webbridge_evaluate']