umineko987/dsh-search-enhance
提供 Grok-compatible 网页搜索、保留来源分页、Context7 与 Exa 文档检索、有界网页提取、站点映射、离线研究计划和只读诊断。
Project Overview项目介绍
This is a search enhancement plugin for DeepSeek Harness. It uses a Grok-compatible Search API for primary web results, and supports optional third-party services for documentation lookup, page extraction and site mapping. Use it when you need up-to-date information or official documentation with cited sources. You must bring your own endpoints and API credentials, as the plugin includes no built-in keys.
这是DeepSeek Harness的搜索增强插件。它使用Grok兼容搜索API提供主搜索结果,可搭配多个第三方服务做文档查询、页面提取和站点整理,分离搜索、源存储和提取步骤。需要获取带来源的联网最新信息或官方文档时使用,用户需自行配置各服务端点和API密钥,插件不自带密钥。
请帮我了解并安装插件:【dsh-search-enhance】【https://github.com/umineko987/dsh-search-enhance】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add @kkkneko/dsh-search-enhance@latest
把 umineko987/dsh-search-enhance 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
Search Enhance for DeepSeek Harness
English | 简体中文
@kkkneko/dsh-search-enhance is a search extension for DeepSeek Harness. It uses a Grok-compatible Search API for primary web answers and can optionally use Context7, Exa, Tavily, and Firecrawl for documentation lookup, supplementary discovery, page extraction, and site mapping.
The plugin handles search, source retention, and page retrieval as separate steps. web_search and docs_search return an answer or documentation snippets with visible sources; the complete source record can be stored under a source_ref and paged later. Important pages can then be retrieved with web_extract, so search snippets remain distinct from fetched page content.
Bring your own endpoints and credentials. The plugin ships no API keys. A Grok-compatible endpoint is required for
web_search; Context7, Exa, Tavily, and Firecrawl are optional.

Key characteristics
web_searchuses the Grok-compatible endpoint for the main answer, adds Exa for documentation-oriented queries, and uses Tavily or Firecrawl within the configured supplementary budget.- Sources are normalized, de-duplicated, and reordered using source category, requested version, and publication-time signals before they are shown.
source_refkeeps the complete source record in private durable storage, allowing the Agent to paginate beyond the links included in the initial result.docs_searchuses Context7 only with an explicitlibrary_nameorlibrary_id; requests without a library identity use Exa discovery.web_extractfollows the fixed Tavily → Firecrawl →smart_direct→directroute and reports the retrieval route, evidence level, and available page metadata.- Source pagination, Context7 detail operations, site mapping, research planning, and diagnostics are disclosed on demand through
search_toolsandsearch_call. - Native Tool Mode and Code Mode use the same fixed tool surface and canonical outputs. DSH Settings, Credentials, Agent Presets, guards, and lifecycle cleanup continue to apply.
- Optional Providers are skipped when unconfigured. Tavily and Firecrawl supplementary-search budgets default to
0, and optional Provider failures remain visible in the result.
For the complete routing, evidence, and progressive-disclosure flow, see Search workflow architecture.
Quick start
1. Install
Requires DSH ^0.1.2-rc.1; older DSH releases are no longer supported.
If migrating from the unscoped dsh-search-enhance package, first run dsh plugin --profile web remove dsh-search-enhance.
Install the published bundle into the DSH web profile:
dsh plugin --profile web add @kkkneko/dsh-search-enhance@latest
2. Start DSH Web
dsh web
3. Configure search
Open:
Settings → Plugins → Plugin configuration → dsh-search-enhance
Under Grok search backend, configure:
- the xAI endpoint or an explicit Grok-compatible gateway;
- the matching
completionsorresponsesprotocol; - a model supported by that endpoint;
- the Grok credential in the card's Credentials section.
The default credential reference is SEARCH_API_KEY. Credential values are stored through DSH Credentials and are not exposed as model parameters.
Save the settings, restart DSH, and ask a current-information question. A successful run shows a Search tool row, an answer, and source links.
Example requests
Use normal language; the plugin gives the Agent routing guidance.
- “Find the most important React 19 user-visible changes. Prefer official release notes and include source links.”
- “Look up the current FastAPI JWT authentication API and show a minimal example from the official documentation.”
- “Read and summarize
https://example.com/article, separating what the page states from your inference.”
Ask explicitly when you need complete source pagination, site discovery, a research plan, or Provider diagnostics.
Providers
Configure only the routes you need.
| Provider | Used for | Default credential reference | Required? |
|---|---|---|---|
| Grok-compatible Search API | Main web_search answer and sources |
SEARCH_API_KEY |
For web_search |
| Context7 | Documentation lookup for an explicit library | CONTEXT7_API_KEY |
No |
| Exa | Broad documentation and supplementary discovery | EXA_API_KEY |
No |
| Tavily | Supplementary search, page extraction, and site mapping | TAVILY_API_KEY |
No |
| Firecrawl | Supplementary search and page extraction | FIRECRAWL_API_KEY |
No |
Unconfigured optional Providers are skipped. Tavily and Firecrawl supplementary-search budgets default to 0 for every search profile; explicit web_extract and web_map requests use their own routes.
For docs_search, Context7 requires an explicit library_name or library_id. Without one, provider: "auto" uses Exa instead of guessing a package name from the full question.
Tool disclosure
The model-facing surface remains five tools: web_search, docs_search, web_extract, search_tools, and search_call. Advanced operations are disclosed through manifests rather than registered as additional model tools.
The default progressive mode activates a newly disclosed capability on the next model step. In all mode, deferred operations are active immediately. Native Tool Mode and Code Mode use the same schemas, execution policy, and canonical outputs.
When web_search or docs_search returns a source_ref, the plugin automatically activates source pagination and appends its real operation manifest.
Update and uninstall
To update, run the installation command above again. To remove the plugin:
dsh plugin --profile web remove @kkkneko/dsh-search-enhance
Restart DSH after updating or removing the bundle.
UncleK/dsh-think-translate
anysearch-team/anysearch-dsh
DDDMUC/dsh-free-search
wxkingstar/SpecFusion
A3Boy/dsh-web-tools
yyyyukari/dsh-plugin-workshop
cyijun/dsh-surfing-plugin