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 分析

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

パッケージ
@kasenri/dsh-browser
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/12

インストール

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

ドキュメント

README 全文を読む ↗

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.