gemini-api
Installation
SKILL.md
Build or refine a Gemini API agent: $ARGUMENTS
$ARGUMENTS can include:
- What to build (e.g.
multimodal agent,grounded chatbot,function calling pipeline,streaming assistant) - A file path to existing code to refine
- A capability to add (e.g.
add Google Search grounding,add audio input,add video analysis,add caching) - A model preference (e.g.
--model 2.5-pro,--model 2.5-flash,--model 2.5-flash-lite) - API surface preference (e.g.
--api geminifor ai.google.dev,--api vertexfor Vertex AI) - Empty — scaffold a starter agent with best-practice defaults
Authoritative Sources
Always fetch fresh docs before generating or advising on code. These are the canonical Google sources: