dsh-antibrow
DeepSeek Harness plugin: an agent browser with a persistent identity - engine-level fingerprint spoofing, per-profile cookies and passkeys, residential proxy egress.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:antibrow/dsh-antibrow说明文档
阅读完整 README ↗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