dsh-browser-bsk
通过 bsk 实现的 DeepSeek Harness 浏览器自动化插件:允许智能体导航、获取快照、点击、填写并截取用户真实浏览器的屏幕。
AI 分析
核心用途是让 AI 能够直接操作用户的真实浏览器(带登录态)。适合需要 AI 辅助执行网页自动化、信息抓取或表单填写任务的用户。必要条件:系统 PATH 中需有 bsk 并加载相关扩展。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ylwl1997/dsh-browser說明文件
閱讀完整 README ↗dsh-browser
Browser automation for DeepSeek Harness via bsk — lets your agent navigate, snapshot, click, fill, and screenshot the real Chromium browser (with your logins).
Install
dsh plugin add dsh-browser
Requires bsk on PATH + the browser-skill extension loaded (see browser-skill prerequisites).
Tools
| Tool | What it does |
|---|---|
browse_navigate | Open a URL |
browse_snapshot | Read the page as an accessibility tree (with @eN refs) |
browse_click | Click an element by @eN ref or CSS selector |
browse_fill | Type into an input |
browse_screenshot | Capture a screenshot |
browse_observe | Semantic VOM observation |
Example
Open https://example.com, read the page, and tell me the title.
License
MIT