Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:20 +08:00
commit 611a646dde
6 changed files with 574 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "gemini-google-search-tool",
"description": "Query Gemini with Google Search grounding for real-time web information",
"version": "0.1.0",
"author": {
"name": "Dennis Vriend"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}