hezi2020/dsh-plugin-wiki--plugins-anysearch-team-anysearch-dsh0

@anysearch/anysearch-dsh

AnySearch 网页搜索服务提供商及适用于 DeepSeek Harness 的高级工具。

AI 分析

该插件为 DSH 提供 AnySearch 网页搜索支持及高级工具。适合需要为 AI 助手集成网络搜索能力的开发者,使用前需配置 API 密钥并确保本地环境支持 Node.js 和 pnpm。

包名
@anysearch/anysearch-dsh
版本
0.1.1
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezi2020/dsh-plugin-wiki#0f911a1b7aef331b19607a60c884be50e910c0ab&path:plugins/anysearch-team-anysearch-dsh

Configuration

The bundled profile layer automatically selects AnySearch as the existing ctx.web provider and mounts the advanced tools, so no changes are required by default.

To customize it, ask an AI assistant—or edit it manually—to add the complete block below to the target DSH profile's user configuration layer, overriding the bundled id: web-search-anysearch entry. Keep the id unchanged, replace the complete config, and do not add a second AnySearch provider under a different ID:

- id: web-search-anysearch
  config:
    apiKeyEnv: ANYSEARCH_API_KEY
    baseURL: https://api.anysearch.com
    maxRenderedContentChars: 12000
FieldDefaultPurpose
apiKeyEnvANYSEARCH_API_KEYDSH credential reference; missing uses anonymous access
baseURLhttps://api.anysearch.comAnySearch API base URL
maxRenderedContentChars12000Maximum cleaned-content characters rendered to the model per advanced tool call