multi-search

Installation
Summary

Intelligent multi-engine search with automatic network detection and fallback prioritization.

  • Supports four search engines with two priority modes: quality-first (Tavily > DuckDuckGo > Bing API > Bing scraper) or balanced/free-first (DuckDuckGo > Tavily > Bing API > Bing scraper)
  • Includes automatic quota management for API-based engines, 5-minute network detection caching, and forced re-detection after network changes
  • Provides web content fetching and batch enrichment of search results with full page content extraction
  • Integrates with the summarize skill for complete workflows: search > fetch > summarize > present
SKILL.md

Multi-Search Skill - 智能多引擎搜索

本技能整合多个搜索引擎,自动检测网络环境,智能选择最佳可用引擎。

引擎优先级

质量优先模式 (prefer_quality=True)

  1. Tavily API (1000次/月) - 质量最高,需 API Key
  2. DuckDuckGo (无限免费) - 无需 API Key
  3. Bing Web Search API (1000次/月) - 需 API Key
  4. Bing 爬虫 (无限免费) - 最终回退

平衡模式 (prefer_quality=False, 默认)

  1. DuckDuckGo (无限免费) - 优先免费引擎
  2. Tavily API (1000次/月) - 如果配置了 API Key
  3. Bing Web Search API (1000次/月)
  4. Bing 爬虫 (无限免费)

核心能力

Installs
601
GitHub Stars
6
First Seen
Mar 1, 2026