Files
42marketplaces/sync/gh-jezweb-claude-skills-skills-google-gemini-api.json
2025-11-30 09:08:53 +08:00

18 lines
878 B
JSON

{
"name": "google-gemini-api",
"owner": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"plugins": [
{
"name": "google-gemini-api",
"description": "Integrate Gemini API with correct current SDK (@google/genai v1.27+, NOT deprecated @google/generative-ai). Supports text generation, multimodal (images/video/audio/PDFs), function calling, and thinking mode. 1M input tokens. Use when: integrating Gemini API, implementing multimodal AI, using thinking mode for reasoning, function calling with parallel execution, streaming responses, deploying to Cloudflare Workers, building chat, or troubleshooting SDK deprecation, context window, model not foun",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-google-gemini-api.git"
},
"strict": true
}
]
}