coderdailyone/dsh-plugin-browser0

@codemycookieday/dsh-plugin-browser

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

AI Analysis

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

Package
@codemycookieday/dsh-plugin-browser
Version
0.1.1
License
MIT
Last updated
Aug 15, 2026

Install

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