Files
openclaw-master-skills/skills/web-search-plus/package.json
T
MyClaw AI 3e83cee039 feat: expand to 339+ curated skills (v0.3.0)
- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
2026-03-11 11:54:00 +00:00

79 lines
1.8 KiB
JSON

{
"name": "@openclaw/web-search-plus",
"version": "2.8.6",
"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), Exa (Neural), and You.com (RAG/Real-time) 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"
],
"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",
"exa",
"you"
],
"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"
}
}
},
"files": [
"SKILL.md",
"README.md",
"scripts/",
".env.example"
]
}