89 lines
2.0 KiB
JSON
89 lines
2.0 KiB
JSON
|
|
{
|
||
|
|
"name": "@openclaw/web-search-plus",
|
||
|
|
"version": "2.9.0",
|
||
|
|
"description": "Unified search skill with Intelligent Auto-Routing. Uses multi-signal analysis (intent classification, linguistic patterns, URL/brand detection) to automatically select between Serper (Google), Tavily (Research), Querit (Multilingual AI Search), Exa (Neural), Perplexity (AI Answers), You.com (RAG/Real-time), and SearXNG (Privacy/Self-hosted) with confidence scoring.",
|
||
|
|
"keywords": [
|
||
|
|
"openclaw",
|
||
|
|
"skill",
|
||
|
|
"search",
|
||
|
|
"web-search",
|
||
|
|
"serper",
|
||
|
|
"tavily",
|
||
|
|
"exa",
|
||
|
|
"you",
|
||
|
|
"you.com",
|
||
|
|
"google-search",
|
||
|
|
"research",
|
||
|
|
"semantic-search",
|
||
|
|
"ai-agent",
|
||
|
|
"auto-routing",
|
||
|
|
"smart-routing",
|
||
|
|
"multi-provider",
|
||
|
|
"shopping",
|
||
|
|
"product-search",
|
||
|
|
"similar-sites",
|
||
|
|
"company-discovery",
|
||
|
|
"rag",
|
||
|
|
"real-time",
|
||
|
|
"free-tier",
|
||
|
|
"api-aggregator",
|
||
|
|
"querit",
|
||
|
|
"multilingual-search"
|
||
|
|
],
|
||
|
|
"author": "robbyczgw-cla",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/robbyczgw-cla/web-search-plus.git"
|
||
|
|
},
|
||
|
|
"homepage": "https://clawhub.ai/robbyczgw-cla/web-search-plus",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/robbyczgw-cla/web-search-plus/issues"
|
||
|
|
},
|
||
|
|
"openclaw": {
|
||
|
|
"skill": true,
|
||
|
|
"triggers": [
|
||
|
|
"search",
|
||
|
|
"find",
|
||
|
|
"look up",
|
||
|
|
"research"
|
||
|
|
],
|
||
|
|
"capabilities": [
|
||
|
|
"web-search",
|
||
|
|
"image-search",
|
||
|
|
"semantic-search",
|
||
|
|
"multi-provider"
|
||
|
|
],
|
||
|
|
"providers": [
|
||
|
|
"serper",
|
||
|
|
"tavily",
|
||
|
|
"querit",
|
||
|
|
"exa",
|
||
|
|
"perplexity",
|
||
|
|
"you",
|
||
|
|
"searxng"
|
||
|
|
],
|
||
|
|
"requirements": {
|
||
|
|
"bins": [
|
||
|
|
"python3",
|
||
|
|
"bash"
|
||
|
|
],
|
||
|
|
"env": {
|
||
|
|
"SERPER_API_KEY": "optional",
|
||
|
|
"TAVILY_API_KEY": "optional",
|
||
|
|
"EXA_API_KEY": "optional",
|
||
|
|
"YOU_API_KEY": "optional",
|
||
|
|
"SEARXNG_INSTANCE_URL": "optional",
|
||
|
|
"QUERIT_API_KEY": "optional",
|
||
|
|
"KILOCODE_API_KEY": "optional"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"SKILL.md",
|
||
|
|
"README.md",
|
||
|
|
"scripts/",
|
||
|
|
".env.example"
|
||
|
|
]
|
||
|
|
}
|