ankye/dsh_use_browser

ankye★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

Codex-style local browser automation for DeepSeek Harness: open pages, interact by @e references, extract content, screenshot, and run page JS — with two backends: managed headless Playwright (fast, invisible) or CDP connected to your own Chrome (visible, and loads Chrome extensions that headless cannot).

README 摘要

dsh use browser English 中文 Codex-style local browser automation for DeepSeek Harness: open pages, interact by @e references, extract content, screenshot, and run page JS — with two backends: managed headless Playwright (fast, invisible) or CDP connected to your own Chrome (visible, and loads Chrome extensions that headless cannot). Capabilities Tool Purpose browser open Open a URL → page summary + interactive @e refs browser click / browser type Interact by @e ref browser extract Page text (body or selector) browser screenshot Save a PNG → pair with analyze image (the vision plugin) to "see" the page browser eval Run JavaScript in the page Requirements & notes - Runtime: Node 22+; playwright 1.61.0 is the only runtime dependency and is resolved from the deploying harness (peer of the deployment, not bundled). - One session shares a single browser page: browser open navigates the current page; later calls act on that page. - Screenshots land in /tmp/dsh-browser- .png — pair with analyze image (the vision plugin) to "see" the page, since the model context stays text. - Headless mode cannot load Chrome extensions; use mode: cdp for extensions or for visible, watchable automation. Inst…

在 GitHub 查看完整 README →
工具/开发dsh-pluginvision

分类