coderdailyone/dsh-plugin-browser0

@codemycookieday/dsh-plugin-browser

基于 Playwright 的 DeepSeek Harness 浏览器自动化工具插件

AI 分析

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

套件
@codemycookieday/dsh-plugin-browser
版本
0.1.1
授權
MIT
最近更新
2026年8月15日

安裝

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

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/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.