dsh-tinyfish-search
TinyFish-backed web search provider for the built-in web_search tool: each search is one GET to the TinyFish Search API, no model call.
基于 TinyFish 的网页搜索提供方:把内置 web_search 接到 TinyFish Search API,每次搜索一次 GET,不消耗模型调用。
How to install
dsh plugin add dsh-tinyfish-search About
dsh-tinyfish-search English | 中文 DeepSeek Harness plugin that backs the built-in web_search tool with the TinyFish Search API. One GET per query, no model call — fast and free (TinyFish Search is free at any wallet balance). --- English What it does DeepSeek Harness's built-in web_search tool normally runs through the DeepSeek Anthropic-compatible endpoint (web-search-deepseek). This plugin registers an alternative **web search provider** on the ctx.web capability seam: Stable provider id: tinyfish Every web_search call becomes GET https://api.search.tinyfish.ai?query=... with the X-API-Key he…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 8
- mo. downloads
- 0
- Last push
- 2026-09-03
- Created
- 2026-08-30
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, search, web-search
Related plugins
modsearch
liustack/modsearch
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
BrowserSkill
Tencent/BrowserSkill/tree/main/packages/dsh-plugin-browserskill
BrowserSkill bridge for controlling visible Chrome and Edge Agent Windows from DeepSeek Harness, with native browser tools, accessibility and VOM observations, screenshots, owned multi-session control, and a live Web UI overlay.
dsh-pilot
guo6x/dsh-pilot
Zero-dependency browser control: drive a real headless Edge/Chrome over CDP with 8 `pilot_*` tools (navigate/click/type/keys/eval/screenshot) plus a live draggable cockpit panel in the Web GUI - text-first snapshots for text-only models, no Playwright, no API key.
dsh-verify
263311487-ux/dsh-verify
Independent browser acceptance testing for agent deliverables: JSON spec in, real-Chromium verdict out.