DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Agent Browser — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-agent-browser

Agent Browser

Native DSH browser tools on agent-browser: snapshot+ref automation, batched actions, live viewport panel. One-line install: dsh plugin --profile web add dsh-agent-browser

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-agent-browser@0.2.3
READMECompatibilityVersions

Compatibility and provenance

Agent Browser is published as dsh-agent-browser and currently resolves to version 0.2.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.3stable
8/25/2026
0.2.2stable
8/25/2026
0.2.0stable
8/24/2026
Show 3 more versionsCollapse versions
0.1.2stable
8/24/2026
0.1.1stable
8/24/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.2.3
DSH
*
HMR
Process restart
Tree shaking
Declares sideEffects: false
Unpacked size
91.9 kB
Files
12
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
94
Last push
8/25/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

dsh-agent-browser

Native browser automation for DSH: nine browser_* model tools driving agent-browser (Chrome via CDP), plus a live-view panel baked into the DSH web GUI — watch the page the agent is working on, hold human takeover, and drive it yourself.

Part of a three-package family:

packagerole
dsh-agent-browserDSH plugin: tools + panel (you are here)
dsh-agent-browser-coredaemon driver (JSON calls, streams, session registry)
dsh-agent-browser-pipi extension at full tool parity

Install

Requires Node 24+, a DSH checkout with the web profile, and Chrome.

pnpm ≥ 10 gates dependency build scripts. agent-browser ships one (postinstall fixes up its bundled native binary), so first allow it in the profile you are installing into — once per profile:

printf '\nallowBuilds:\n  agent-browser: true\n' >> ~/.dsh/profiles/web/pnpm-workspace.yaml

then:

dsh plugin --profile web add dsh-agent-browser

Restart the DSH web profile and ask the agent to open a page — the panel appears automatically. If the add step fails with ERR_PNPM_IGNORED_BUILDS, the allowance above was not applied to that profile's pnpm-workspace.yaml (interactive alternative: cd ~/.dsh/profiles/web && pnpm approve-builds).

Note: the binaries needed at runtime ship inside the agent-browser tarball, so tools work even where lifecycle scripts stay blocked; the allowance exists to satisfy default supply-chain policy during install.

Uninstall: dsh plugin --profile web remove dsh-agent-browser.

Tools

browser_open, browser_snapshot, browser_find, browser_act, browser_get, browser_eval, browser_screenshot, browser_tabs, browser_session — snapshot-ref discipline throughout (act returns per-step outcomes plus a changed-region mini-snapshot), cookies redacted by default, eval routed through the host approval seam.

Panel

Canvas live view over the daemon's JPEG stream (ack-paced), session picker, pin/pop-out, activity feed (console + URL events), and an explicit human- takeover toggle — takeover input never routes through the model.

Configuration

Row id browser in your profile patch, e.g.:

- id: browser
  config:
    headed: false
    idleTimeoutMinutes: 30
    allowedDomains: ["example.com", "internal.corp"]
    autoOpenPanel: true

Off-list domains can be granted interactively per session through the host approval flow when the agent tries to open them.

License

MIT