KasenRi/dsh-orbit-browser-plugins--packages-browser ↗★ 0
@kasenri/dsh-browser
通过代理工具实现受控的浏览器自动化操作
AI 分析
适合需要授权Agent进行网页浏览、自动化交互并限制访问域名的安全沙箱任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:KasenRi/dsh-orbit-browser-plugins#bc1a97066eade821898a61256a8f3677e30c6c3b&path:packages/browser说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
command | agent-browser | Executable to invoke. |
namespace | — | Optional agent-browser namespace. |
executablePath | DSH_BROWSER_EXECUTABLE_PATH | Chromium/Chrome executable for the managed context. |
timeoutMs | 35000 | Default per-call subprocess timeout. |
maxOutputChars | 8000 | Inline output budget before spilling. |
maxOutputLines | 120 | Inline line budget before spilling. |
spillDir | ~/.dsh/browser-artifacts | Where compacted outputs are written. |
allowedDomains | [] | Domain allowlist for strict containment. |
registerTool | true | Register the agent_browser tool. |