coderdailyone/dsh-plugin-browser-use0

dsh-plugin-browser-use

Browser-automation tools for DeepSeek Harness (dsh): Chromium via playwright-core behind a security-first navigation policy re-checked on every action

AI 분석

提供基于 Chromium 的网页自动化访问能力,具备安全导航策略。适合需要让 Agent 执行网页浏览、信息提取等自动化任务的用户。

패키지
dsh-plugin-browser-use
버전
0.2.1
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:coderdailyone/dsh-plugin-browser-use

Configuration

keytypedefaultmeaning
allowedHostsstring[][]Host-label allowlist. example.com matches example.com and *.example.com; matching is on host labels, never substrings. Empty = any public host.
allowPrivateNetworkbooleanfalsePermit loopback / private / link-local targets. Off by default.
headlessbooleantrueRun without a window.
executablePathstringExplicit Chromium binary. Falls back to $DSH_BROWSER_EXECUTABLE, OS locations, then Playwright.
userAgentstringdsh-plugin-browser-use/User-Agent for the browser context.
navigationTimeoutMsint ≥ 130000Page-load budget per navigation.
actionTimeoutMsint ≥ 115000Budget per click / fill / read.
maxTextCharsint ≥ 120000Hard bound on extracted page text.