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

@kasenri/dsh-browser

通过代理工具实现受控的浏览器自动化操作

AI 分析

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

包名
@kasenri/dsh-browser
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

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