原生 dsh 外掛程式,在 Harness 原生 web_search 與 web_fetch 之上補充即時 Web 與垂直搜尋以及並發批次處理,快速上手免 Key。
DSH 整合
原生執行環境
作者聲明
安全稽核
未稽核
最後核實
2026-08-22
授權條款
MIT
01它能幫你完成什麼?
為 DeepSeek Harness 補充即時 Web 與垂直搜尋、清洗後的 URL 擷取,同時保留原生 web_search 與 web_fetch
帶來源的搜尋結果(標題/摘要/URL)、經 web_fetch 清洗的頁面內容、即時網域/標籤發現,以及 1 到 5 並發批次搜尋
想要更好、可引用的 Web 搜尋與垂直/批次搜尋,且快速上手免 API Key 的 DeepSeek Harness 使用者
02如何將外掛接入 DeepSeek Harness?
先決條件
- 可用的 DeepSeek Harness `dsh` CLI
- Node.js 22.19 或 24+ 且 pnpm 11.7 位於 PATH
安裝步驟
- 01
$ npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh
- 02
$ npx -y @deepseek-ai/dsh web
- 03
快速上手免 API Key;可選設定 AnySearch Key 獲得每日 1,000 次免費呼叫
驗證整合成功
作者未說明
03DSH 整合程度與能力邊界
原生 dsh 外掛程式(web profile):把 AnySearch 作為外掛程式接入 DeepSeek Harness,在原生 web_search 與 web_fetch 之上補充即時 Web 與垂直搜尋、清洗後的 URL 內容,以及並發批次搜尋;快速上手免 API Key。
即時 Web 與垂直搜尋(原生 web_search)
自然語言查詢→標題、摘要、用於引用的 URL
URL 內容擷取與清洗(web_fetch)
公開 HTTP(S) URL→清洗後的頁面內容
並發批次搜尋(1 到 5)
1 到 5 個查詢→並行結果;單一失敗不影響其餘
04適合誰?何時不該用?
適合
- 想要更好、可引用的 Web 搜尋與垂直/批次搜尋,且快速上手免 API Key 的 DeepSeek Harness 使用者
不適合
- 需要 Node.js 22.19 或 24+ 與 pnpm 11.7 以及 DeepSeek Harness。DSH 外掛程式指令用 pnpm 管理 profile 依賴,因此 pnpm 必須位於 PATH;Windows、Linux、macOS 使用相同指令。
05相容性、維護與安全提醒
- 快速上手免 API Key(AnySearch 匿名額度);設定 AnySearch API Key 後每日 1,000 次免費搜尋,保存在 $DSH_HOME/.credentials.yaml。啟動時の ANYSEARCH_API_KEY 環境變數優先級更高。
- 需要 Node.js 22.19 或 24+ 與 pnpm 11.7 以及 DeepSeek Harness。DSH 外掛程式指令用 pnpm 管理 profile 依賴,因此 pnpm 必須位於 PATH;Windows、Linux、macOS 使用相同指令。
MIT - 活躍維護(最新發布 v0.1.2,2026-08-19)
06常見問題
需要 API Key 嗎?
不需要——快速上手免 Key(AnySearch 匿名額度)。設定 AnySearch API Key 後每日 1,000 次免費呼叫,保存在 $DSH_HOME/.credentials.yaml(啟動時の ANYSEARCH_API_KEY 環境變數優先)。
它增強了哪些 Harness 工具?
它增強內建 web_search(帶來源的標題/摘要/URL)與 web_fetch(清洗後的頁面內容),並新增 anysearch_capabilities、anysearch_search、anysearch_batch_search 用於垂直與並發搜尋。
需要怎樣的執行期?
需要 Node.js 22.19 或 24+ 以及 PATH 中的 pnpm 11.7,外加 DeepSeek Harness。同一安裝指令適用於 Windows、Linux、macOS。
怎麼更新?
重新執行 "npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh" 拉取最新版,再重新啟動 "npx -y @deepseek-ai/dsh web"。
07相關的 DSH 工作流程
last30days-skill-cn
作者 jesseovo
last30days-cn 是一個 AI Agent 技能(Skill),能夠自動搜尋中國網際網路 8 大主流平臺最近 30 天的內容,綜合分析後生成有據可查的研究報告。
browser4
作者 platonai
面向自主智慧體與大規模網頁自動化的 AI 原生瀏覽器引擎,支援智慧內容抽取。
dsh-browser
作者 lum1104
Chrome sidebar extension that lets DeepSeek Harness operate your browser directly, no vision capabilities required. 一款 Chrome 側邊欄擴充套件程式,可讓 DeepSeek Harness 直接操控您的瀏覽器,無需視覺能力。
modsearch
作者 liustack
🥇 The strongest free web search plugin for DeepSeek Harness, and the search bridge for every model without native web access. Free, no signup, no API key. Ask the web or X, get structured JSON evidence. | 🥇 全網最強的 DeepSeek Harness 免費聯網搜尋外掛,免費免註冊免 API key。為不能聯網的模型補上搜索,問網頁或 X,拿回結構化 JSON 證據(搜尋、抓取、引用)。
08資料與來源
npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh
No API key is required for a quick start. Requests use AnySearch anonymous quota until you configure one.
Store the key in `$DSH_HOME/.credentials.yaml` (`~/.dsh/.credentials.yaml` by default):
Through Harness built-in `web_search`, AnySearch returns results with titles, snippets, and URLs for easy citation.
Run one to five searches concurrently; an individual failure does not affect the other results.
Requires Node.js 22.19 or Node.js 24+, pnpm 11.7, and DeepSeek Harness.
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-22。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
