antibrow/dsh-antibrow124

dsh-antibrow

DSH 插件:具有持久身份的 Agent 浏览器,支持引擎级指纹防关联、独立 Cookie/Passkey 以及住宅代理出口。

AI 分析

核心用途是为 Agent 提供一个防关联、带持久身份的浏览器运行环境。适合需要执行复杂网页自动化任务、规避反爬机制并保持登录态的专业用户。

套件
dsh-antibrow
版本
0.1.0
授權
MIT
最近更新
2026年9月12日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:antibrow/dsh-antibrow

Configuration

The bundle inserts one row, mcp-antibrow, configuring the harness's MCP client against the anti-detect-browser CLI. Override it from your profile's own cordis.patch.yml by targeting that id - a patch replaces the row's whole config, so restate every key you keep:

- id: mcp-antibrow
  config:
    serverName: antibrow
    transport: stdio
    command: npx
    args: ['-y', 'anti-detect-browser@^2.19.1', '--mcp']
    env:
      ANTI_DETECT_BROWSER_KEY: !!js process.env.MY_OWN_VAR
      ANTI_DETECT_BROWSER_CACHE_DIR: /var/lib/antibrow

Turn it off without uninstalling:

- id: mcp-antibrow
  disabled: true

To run the SDK from a checkout instead of npm, use the overlay this package ships:

export ANTIBROW_SDK_CLI=/dist/cli.js
dsh --profile  --patch node_modules/dsh-antibrow/cordis.patch.local.yml