跳转至

dsh-webbridge

类型 插件 分类 浏览器控制
星数 ⭐3 状态 ✅ 活跃
能力 browser 更新时间 2026-08-14

📖 项目简介

Install: dsh plugin --profile web add github:bill9109/dsh-webbridge A DeepSeek Harness host plugin: it bridges Kimi WebBridge's local daemon into eleven webbridge_* model tools, so the model operates your own browser — logins, cookies, and already-open tabs included — instead of a headless one. English | 中文

✨ 核心特性

  • Real browser, not headless: logins, cookies, and live sessions preserved
  • Eleven model tools: navigate / find_tab / snapshot / click / fill /
  • One task = one tab group: a session name groups tabs, keeping tasks
  • Local-first: the daemon runs on your machine; browser state never leaves it
  • No KV-cache burden: browser state lives outside the model request

📦 安装

dsh plugin --profile web add github:bill9109/dsh-webbridge

🚀 快速开始

# 1. Install the daemon:
curl -fsSL https://cdn.kimi.com/webbridge/install.sh | bash

# 2. Install the Kimi WebBridge browser extension and let it connect to the
#    daemon (search "Kimi WebBridge" in the Chrome Web Store), then check:
kimi-webbridge status   # expect "extension_connected": true

🔗 链接