Skip to content
dsh.fish
Bundle

dsh-browser-bsk

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

Source
ylwl1997
License
MIT
Updated
Updated 7 days ago

Readme

# dsh-browser

Browser automation for DeepSeek Harness via [bsk](https://github.com/anthropics/browser-skill) — lets your agent navigate, snapshot, click, fill, and screenshot the **real Chromium browser** (with your logins).

## Install

```sh
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

Install

dsh plugin --profile web add github:ylwl1997/dsh-browser

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source