changyinliangbaikai/dsh-b2us-chrome-tool0

dsh-auto-chrome-tool

通过安全的 MV3 扩展桥接器控制用户现有 Chrome 浏览器会话的 DeepSeek Harness 工具插件。

AI 分析

核心用途是让 Agent 能够直接控制用户的 Chrome 浏览器。适合需要 AI 执行网页自动化操作、抓取数据或进行浏览器交互的任务。

套件
dsh-auto-chrome-tool
版本
0.4.1
授權
MIT
最近更新
2026年8月31日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:changyinliangbaikai/dsh-b2us-chrome-tool

Configuration

The package-owned cordis.patch.yml contains the complete default configuration. A DSH patch replaces the entire config object instead of deep-merging it, so retain every field your deployment needs when overriding the row.

SettingPurpose and default
host / portLoopback bridge endpoint; 127.0.0.1:17321.
authTokenShared pairing token; falls back to DSH_AUTO_CHROME_TOKEN.
allowedExtensionIdsOptional extension-ID allowlist; empty allows any valid extension origin that also holds the token.
artifactMaxBytes / artifactTtlHoursInternal artifact quota and retention; 256 MiB and 24 hours.
chromeExecutablePathOptional absolute Chrome executable path; standard platform locations and PATH are checked when empty.
extensionInstallDirStable prepared-extension directory; defaults to .dsh-auto-chrome-tool/extension under the user directory.
openChromeOnInstallOpens chrome://extensions after an approved preparation step; true.
browserWorkerLlmProvider / browserWorkerModelOptional Worker-specific model route; both values must be set together.
browserWorkerSoftTokenLimit / browserWorkerHardTokenLimitFresh-generation rollover thresholds; 96K and 128K tokens.
browserWorkerMaxSteps / browserWorkerMaxToolCallsPer-task execution ceilings; 32 steps and 40 browser calls.
browserParentMaxDelegationsPerTurnParent-turn delegation ceiling; 8.
browserParentMaxUnsuccessfulDelegationsPerTurnOpens the browser-only parent-turn circuit after 2 blocked or failed outcomes.

Additional observation, extraction, network-preview, timeout, history, concurrency, and message-size limits are documented by the schema and default patch.