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)
- Tavily API (1000次/月) - 质量最高,需 API Key
- DuckDuckGo (无限免费) - 无需 API Key
- Bing Web Search API (1000次/月) - 需 API Key
- Bing 爬虫 (无限免费) - 最终回退
平衡模式 (prefer_quality=False, 默认)
- DuckDuckGo (无限免费) - 优先免费引擎
- Tavily API (1000次/月) - 如果配置了 API Key
- Bing Web Search API (1000次/月)
- Bing 爬虫 (无限免费)