changyinliangbaikai/dsh-b2us-chrome-tool0

dsh-auto-chrome-tool

A DeepSeek Harness tool plugin that controls the user's existing Chrome session through a secure MV3 extension bridge.

AI Analysis

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

Package
dsh-auto-chrome-tool
Version
0.4.1
License
MIT
Last updated
Aug 31, 2026

Install

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