crazy-L118/dsh-browser-ctrl1

dsh-browser-ctrl

Built-in browser control for dsh (DeepSeek Harness): lets the AI agent open pages, read content, click, type, scroll and take screenshots in a real local browser (Edge/Chrome via the Chrome DevTools Protocol). Includes a docked live browser pane (CDP screencast streaming, tab strip, element picker, DevTools entry, auto-expand on AI activity) and a settings page (master switch, certificate toggle, cache/data clearing). Zero external dependencies.

包名
dsh-browser-ctrl
版本
0.1.0
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:crazy-L118/dsh-browser-ctrl

dsh-browser-ctrl

简体中文 | English

🧭 给 dsh(DeepSeek Harness) 的内置浏览器插件 —— 让 AI 拥有一个真实可控的浏览器,全程在本机完成。

功能

  • AI 自主上网:打开网页、读取内容、点击、输入、滚动,无需人工干预
  • 截图直达对话:AI 截图自动内嵌显示在对话消息流中,点击可查看原图
  • 内置浏览器面板:对话右侧停靠的实时画面,可直接点击、滚动、输入
  • 隔离安全:游客身份运行,不登录账号、不与日常浏览器同步数据

安装

前置要求:已安装 dsh;本机装有 Microsoft Edge 或 Google Chrome。

dsh plugin --profile web add npm:dsh-browser-ctrl

安装后彻底重启 dsh(插件在 dsh 启动时加载,仅刷新页面不生效)。

卸载

dsh plugin --profile web remove dsh-browser-ctrl

然后彻底重启 dsh 即可生效。如需一并清理浏览数据,删除目录 ~/.dsh/browser-use/(内含独立 profile、缓存与截图)。


社区第三方插件,与 DeepSeek 官方无隶属关系;dsh 及相关名称归其各自所有者。