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/08/15

インストール

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

ドキュメント

README 全文を読む ↗

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.