KasenRi/dsh-orbit-browser-plugins--packages-browser0

@kasenri/dsh-browser

Community DeepSeek Harness plugin: controlled browser automation via agent-browser (BrowserAutomationService + agent_browser tool).

AI Analysis

适合需要授权Agent进行网页浏览、自动化交互并限制访问域名的安全沙箱任务。

Package
@kasenri/dsh-browser
Version
0.1.0
License
MIT
Last updated
Sep 12, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:KasenRi/dsh-orbit-browser-plugins#bc1a97066eade821898a61256a8f3677e30c6c3b&path:packages/browser

Configuration

KeyDefaultMeaning
commandagent-browserExecutable to invoke.
namespaceOptional agent-browser namespace.
executablePathDSH_BROWSER_EXECUTABLE_PATHChromium/Chrome executable for the managed context.
timeoutMs35000Default per-call subprocess timeout.
maxOutputChars8000Inline output budget before spilling.
maxOutputLines120Inline line budget before spilling.
spillDir~/.dsh/browser-artifactsWhere compacted outputs are written.
allowedDomains[]Domain allowlist for strict containment.
registerTooltrueRegister the agent_browser tool.