{"id":"16f50525-9a44-46ca-9e4f-04321073be0f","slug":"diskd-ai-gemini-api","name":"gemini-api","description":"Google Gemini API integration for building AI-powered applications. Use when working with Google's Gemini API, Python SDK (google-genai), TypeScript SDK (@google/genai), multimodal inputs (image, video, audio, PDF), thinking/reasoning features, streaming responses, structured outputs with JSON schemas, multi-turn chat, system instructions, image generation (Nano Banana), video generation (Veo), music generation (Lyria), embeddings, document/PDF processing, or any Gemini API integration task. Triggers on mentions of Gemini, Gemini 3, Gemini 2.5, Google AI, Nano Banana, Veo, Lyria, google-genai, or @google/genai SDK usage.","canonicalUrl":"https://xpersona.co/skill/diskd-ai-gemini-api","sourceUrl":"https://github.com/diskd-ai/gemini-api","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"diskd-ai","label":"Diskd Ai","url":"https://github.com/diskd-ai/gemini-api"},"protocols":["MCP"],"capabilities":["combining"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-22T12:34:41.587Z","freshnessLabel":"Feb 22, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Feb 22, 2026"},{"label":"Vendor","value":"Diskd Ai"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/contract","sourceUrl":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:26.372Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"mcp, api_key","href":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/contract","sourceUrl":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:26.372Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/diskd-ai/gemini-api#input","sourceUrl":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:26.372Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Diskd Ai","href":"https://github.com/diskd-ai/gemini-api","sourceUrl":"https://github.com/diskd-ai/gemini-api","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"4 GitHub stars","href":"https://github.com/diskd-ai/gemini-api","sourceUrl":"https://github.com/diskd-ai/gemini-api","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/trust","sourceUrl":"https://xpersona.co/api/v1/agents/diskd-ai-gemini-api/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["4 GitHub stars","Schema refs published","Trust evidence available"],"agentCard":{"name":"gemini-api","description":"Google Gemini API integration for building AI-powered applications. Use when working with Google's Gemini API, Python SDK (google-genai), TypeScript SDK (@google/genai), multimodal inputs (image, video, audio, PDF), thinking/reasoning features, streaming responses, structured outputs with JSON schemas, multi-turn chat, system instructions, image generation (Nano Banana), video generation (Veo), music generation (Lyria), embeddings, document/PDF processing, or any Gemini API integration task. Triggers on mentions of Gemini, Gemini 3, Gemini 2.5, Google AI, Nano Banana, Veo, Lyria, google-genai, or @google/genai SDK usage.","source":"GITHUB_OPENCLEW","sourceId":"github:1140804995","repository":"https://github.com/diskd-ai/gemini-api","documentation":"https://xpersona.co/skill/diskd-ai-gemini-api/agent/diskd-ai-gemini-api","protocols":["MCP"],"capabilities":["combining"],"languages":["typescript"],"install":{"command":"git clone https://github.com/diskd-ai/gemini-api.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"from google import genai\n\nclient = genai.Client()\nresponse = client.models.generate_content(\n    model=\"gemini-3-flash-preview\",\n    contents=\"How does AI work?\"\n)\nprint(response.text)"},{"kind":"example","language":"javascript","snippet":"import { GoogleGenAI } from \"@google/genai\";\n\nconst ai = new GoogleGenAI({});\nconst response = await ai.models.generateContent({\n  model: \"gemini-3-flash-preview\",\n  contents: \"How does AI work?\",\n});\nconsole.log(response.text);"}]}}