不用官方 API 也能搜索(dsh-plugin-search) #1715
Replies: 9 comments 2 replies
|
缺的 dsh-plugin-search 我已经直接做出来了:dsh-plugin-search v1.0.0(https://github.com/zoahdev/dsh-plugin-search),三个模型工具,agent 在 DSH 里就能搜插件:
验证(真实,不是 mock)
安装dsh plugin --profile web add https://github.com/zoahdev/dsh-plugin-search/releases/download/v1.0.0/dsh-plugin-search-1.0.0.tgz然后对 agent 说:"帮我找一个能监控 GitHub release 的 dsh 插件。" 顺带发现一个生态事实: |
|
v1.1.0 更新: 验证:6/6 单测(含回退成功 + 两边都查不到的响亮报错)+ 打包集成测试对真实 GitHub API 执行回退。Release:https://github.com/zoahdev/dsh-plugin-search/releases/tag/v1.1.0 |
|
聊天可以走网关,默认 重启 |
|
有做本地搜索插件的吗 |
|
dsh plugin --profile web add @dsh.so/dsh-plugin-finder 插件结果支持安全扫描: Install / 安装 Restart to load / 重启生效 Use it / 使用 示例输出 / Example output(查询 vision OCR screenshots 实测结果) 插件 ★ 验证 安全 核心能力(均支持 OCR / 截图识别): dsh-vision-router:内置免费视觉链路(无需 key)+ OCR、截图、问答、grounding、pixel diff,一条命令安装、无需 Python dsh plugin --profile web add agent-vision-toolkit # star 最多、安全评级相对最好 建议:首选 agent-vision-toolkit(819★、中风险、生态最成熟);若想零配置零成本,选 dsh-vision-router。安装前建议先查看 dsh.so 详情页的安全报告。 Tips / 小贴士 用英文关键词(ocr、rag、tui)命中更准。 |
|
请问 这个插件解决的是哪种问题 是类似于 skill的搜索 还是基于其他模型提供商的处理方案 如果为第二种 其实已经和DSH已有的功能重叠了 DSH可以配置搜索的API端口 |
|
第二种,而且比「换搜索全家桶」更窄:只换
同一条缝也写在 #779。 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
不用官方 DeepSeek API,
web_search会 401。这个插件补的是搜索能用,不是搜索全家桶,也不是插件发现。对应:Discussions #779 · #408
做什么
web_searchweb-search-deepseekTAVILY_API_KEY再升级设置 → 插件 → 网页搜索 已经能改接口和 key 的,优先走官方。本插件只给还是 401、或不想配官方搜索 key 的人。
不是什么
github:shinjiyu/dsh-plugin-search安装
然后重启
dsh web。30 秒验收
主模型用 GLM / 网关,不要设
DEEPSEEK_API_KEY,问一个要上网的问题。过关:不再红字 401。仓库 / WeChat
All reactions