DeepSeek Harness Plugins
DeepSeek Harness PluginIndexed

dsh-web-search-chrome

A DeepSeek Harness web-search provider that uses local Chrome through agent-browser to return Bing or Google results without a paid search API.

Terminal & TUIDeveloper ToolsBrowser & WebSecurity & PolicySkills & Workflows
1GitHub Stars0ForksUpdated2026-08-15

Install

$ dsh plugin --profile <p> add dsh-web-search-chrome

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-web-search-chrome plugs into the DeepSeek Harness ctx.web search seam as the local-chrome provider. It runs serialized searches in a dedicated Chrome profile, extracts search-result metadata, and supports in-session and disk caching.

Key Capabilities

  • Registers the local-chrome search provider for the DSH ctx.web seam.
  • Uses agent-browser to drive local Chrome in headless or headed mode.
  • Searches Bing by default and optionally Google.
  • Returns result URL, title, snippet, and best-effort publication date in the dsh-web result shape.
  • Supports configurable language, requested result count, timeout, cache location, and cache TTL.
  • Uses a dedicated profile path and closes the search tab after each search.

Useful For

  • Enable web_search in a DSH profile without subscribing to a paid search API.
  • Use Bing search results through a local browser-backed DSH provider.
  • Use Google where the network is not blocked by Google's anti-bot measures.
  • Configure a persistent, dedicated browser profile for search sessions.

Who It Fits

  • DeepSeek Harness users configuring the ctx.web capability.
  • Developers who want a local Chrome-based web-search provider.
  • Users who can install and run agent-browser and Chrome for Testing.

Documented Limitations

  • Requires a DeepSeek Harness installation, Node.js 22 or later, agent-browser 0.34.0 or later, and a browser installation.
  • profilePath is required and must point to a writable local directory.
  • Searches are serialized; version 0.1 supports queueConcurrency of exactly 1.
  • Google searches may be blocked by anti-bot or IP-reputation interstitials; the plugin does not automatically fall back to another engine.
  • Search terms are sent to the selected search engine and enter the dedicated local Chrome profile history.
  • The README states that native macOS/Linux desktop and Windows-native DSH end-to-end testing had not yet been completed for v1.1.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 8 development, 1 peer, and 0 optional dependencies.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
tabsp/dsh-web-search-chrome
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
70a337f · 2026-09-07

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-15
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app