yzd6552-commits/dsh-browseruse ↗★ 1
dsh-browseruse
browser-use style browser automation for DeepSeek Harness: drives a dedicated Google Chrome instance (independent profile, cookie persistence) via playwright-core — fine-grained browser tools, autonomous tasks with an internal model loop, scheduled runs, dangerous-action confirmation, captcha hand-off, and per-step screenshots.
AI 分析
核心用途为网页自动化操作与任务执行。适合需要让 AI 自动浏览网页、提取信息、定时运行任务的用户。本机需安装 Google Chrome。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yzd6552-commits/dsh-browseruseドキュメント
README 全文を読む ↗🚀 使用 / Usage
1. browser_open "https://www.baidu.com" # 打开页面(自动弹出专用 Chrome 窗口)
2. browser_snapshot # 读取页面文本 + 元素序号 + 截图
3. browser_type {"text": "苹果发布会"} # 输入搜索词
4. browser_task "搜索苹果发布会并总结前三条结果" # 或一句话全自动
5. browser_schedule {"goal": "抢购...", "at": "20:00:00"} # 定时开跑
首次调用任意 browser 工具会自动启动专用 Chrome(可见窗口);你在窗口里登录一次,之后 cookie 一直记住。