dsh-tinyfish-search
基于 TinyFish 的网页搜索提供方:把内置 web_search 接到 TinyFish Search API,每次搜索一次 GET,不消耗模型调用。
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.
怎么安装
dsh plugin add dsh-tinyfish-search 简介
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…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 8
- 月下载
- 0
- 最近更新
- 2026-09-03
- 创建于
- 2026-08-30
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh, dsh-plugin, search, web-search
同类推荐
modsearch
liustack/modsearch
纯文本 agent 的联网搜索桥:搜索网页与 X,返回结构化 JSON 证据(search/fetch/引用)。
BrowserSkill
Tencent/BrowserSkill/tree/main/packages/dsh-plugin-browserskill
BrowserSkill 的 DeepSeek Harness 浏览器自动化桥接插件,通过原生浏览器工具控制可见的 Chrome 和 Edge Agent Window,支持可访问性与 VOM 页面观察、截图、隔离的多会话控制和 Web UI 实时观察浮层。
dsh-pilot
guo6x/dsh-pilot
零依赖浏览器操控:agent 通过 CDP 驾驶真实 headless Edge/Chrome(导航/点击/输入/按键/JS/截图,8 个 `pilot_*` 工具),Web GUI 内可拖拽驾驶舱面板实时围观——文本优先快照适配纯文本模型,无需 Playwright、无需 API key。
dsh-verify
263311487-ux/dsh-verify
Agent 交付物的独立浏览器验收测试:JSON 规格进,真实 Chromium 结论出。