ylwl1997/dsh-browser0

dsh-browser-bsk

Browser automation for DeepSeek Harness via bsk — navigate, snapshot, click, fill, and screenshot the user's real browser.

AI Analysis

核心用途是让 AI 能够直接操作用户的真实浏览器(带登录态)。适合需要 AI 辅助执行网页自动化、信息抓取或表单填写任务的用户。必要条件:系统 PATH 中需有 bsk 并加载相关扩展。

Package
dsh-browser-bsk
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

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

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

ToolWhat it does
browse_navigateOpen a URL
browse_snapshotRead the page as an accessibility tree (with @eN refs)
browse_clickClick an element by @eN ref or CSS selector
browse_fillType into an input
browse_screenshotCapture a screenshot
browse_observeSemantic VOM observation

Example

Open https://example.com, read the page, and tell me the title.

License

MIT