deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
ankye/dsh_use_browser
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).
PROJECT TOPICS
PROJECT README
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).
| 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 |
playwright ~1.61.0 is the only runtime dependency and
is resolved from the deploying harness (peer of the deployment, not bundled).browser_open navigates the
current page; later calls act on that page./tmp/dsh-browser-*.png — pair with analyze_image
(the vision plugin) to "see" the page, since the model context stays text.mode: cdp for extensions
or for visible, watchable automation.The package declares dsh.bundle, so dsh plugin add mounts it automatically:
dsh plugin --profile web add file:/path/to/dsh_use_browser/packages/use-browser
# or, once published
dsh plugin --profile web add @deepseek-ai/dsh-tool-use-browser
[WARN] Issues with peer dependenciesis expected — peers come from the deployment. Restart the harness; the sixbrowser_*tools then appear in every preset.
| Field | Default | Meaning |
|---|---|---|
mode |
playwright |
playwright = headless Chromium; cdp = connect to your Chrome |
cdpUrl |
http://localhost:9222 |
CDP endpoint for mode: cdp |
headless |
true |
Headless for mode: playwright |
timeoutMs |
30000 |
Default operation timeout |
Start a Chrome with extensions for CDP mode:
open -na "Google Chrome" --args --remote-debugging-port=9222 --user-data-dir=/tmp/dsh-chrome
playwright (installed with the plugin) + a browser binary: npx playwright install chromium (or rely on an existing ~/Library/Caches/ms-playwright cache; the pinned ~1.61.0 matches chromium-1228).--remote-debugging-port./tmp/dsh-browser-*.png and pair with the vision plugin's analyze_image.SKILL.md.MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。