Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:03 +08:00
commit 590188e792
11 changed files with 3511 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "search-plus",
"description": "Enhanced web search with multi-service fallback architecture (Tavily + Jina.ai) and comprehensive error handling",
"version": "2.7.1",
"author": {
"name": "shrwnsan"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}