dsh-browser
Agent 与会话 活跃维护

dsh-browser

ylwl1997/dsh-browser

bsk实现浏览器自动化操作,支持页面导航、内容快照、元素点击、表单填写、页面截图等常用交互能力,无需人工介入即可完成批量浏览器操作任务,轻量易集成。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
6 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:ylwl1997/dsh-browser
git clone https://github.com/ylwl1997/dsh-browser.git
git clone git@github.com:ylwl1997/dsh-browser.git
README.md main

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