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.

Deep Browser — DSH Plugin for DeepSeek Harness
← Plugins
D

dsh-deep-browser

Deep Browser

In-app work surface for DeepSeek Harness: open http(s) pages beside the conversation.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:temidayoxyz/deep-browser#97ed99b60bf69ad4b8486f3d963250fd853ace60
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.1.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/11/2026
View source ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in search-research.

Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessIndustry 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 researZoterodsh-zoteroLet agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations.Browser@anweat/dsh-browserSelf-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.

README

Deep Browser

A DeepSeek Harness plugin that opens http(s) pages in the right sidebar, beside the conversation.

This is the set that the current Web profile can host honestly:

  • New tab, address bar, reload, open in the system browser
  • Width presets (Fit / 390 / 768) — CSS layout of the iframe, not device UA emulation
  • Click an http(s) link in the UI (without a modifier key) to open it here
  • Local localhost / loopback URLs as http://

It does not fake Chromium features the web profile cannot provide: zoom, cookies, cache, annotate, prefers-color-scheme, or agent drive. Those need a Desktop browsing-context seam.

Workspace files stay in Document Preview. This pane is for live URLs.

Install from GitHub

dsh plugin --profile web add github:temidayoxyz/deep-browser

A git install fetches sources, not built artifacts, so pnpm builds lib/ via the package's prepare script. pnpm ≥10 refuses to run a git dependency's build until it is explicitly allowed, so if the first add fails, copy the exact package key pnpm printed into the profile's pnpm-workspace.yaml:

allowBuilds:
  dsh-deep-browser: true

and re-run the add. Only allow packages whose source you trust, and consider pinning a commit (github:temidayoxyz/deep-browser#<sha>).

Run against a local Harness checkout

pnpm install
pnpm build

From the Harness repository:

pnpm dsh web --patch D:/Codebase/deep-browser/overlay.yml --no-open

Open the printed URL, expand the right sidebar, and pick Browser — or click an http(s) link in chat (plain click; Ctrl/Cmd-click still uses the system browser).

Install into a profile:

dsh plugin --profile web add D:/Codebase/deep-browser