Tianyu209/dsh-browser-companion ↗★ 1
dsh-browser-companion
A personal DSH browser plugin: persistent profile, visible window, human-in-the-loop login, and safe agent browser tools.
AI Analysis
核心用途是让智能体在可视、可人工干预的环境下安全操作浏览器。适合需要智能体执行网页登录、爬取等复杂任务的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tianyu209/dsh-browser-companionREADME
Read the full README ↗Configuration
| Key | Default | Description |
|---|---|---|
profilePath | ~/.dsh/browser-profile | Persistent profile directory |
headless | false | Show browser window |
defaultTimeout | 30000 | Per-operation timeout (ms) |
agentBrowserPath | auto-detect | Override agent-browser CLI path |
executablePath | auto | Chrome/Edge executable path (recommended for Google login) |
browserArgs | --disable-blink-features=AutomationControlled | Extra browser launch args |
visionBaseUrl | http://127.0.0.1:1234/v1 | Local vision model endpoint |
visionModel | your-vision-model | Local vision model name |