Run Google Gemini AI from the command line for one-shot Q&A, text generation, and structured output.
npx clawhub@latest install geminiThe Gemini skill brings Google's Gemini AI models to your agent via the Gemini CLI. It is designed for one-shot, non-interactive use — submit a prompt and get a response — making it easy to integrate Gemini-powered Q&A, summarization, and content generation into automated workflows.
npx clawhub@latest install geminiClick the Install button at the top of this page for one-click setup
--model flag.Submit a prompt as a positional argument and receive an immediate response. Designed to avoid interactive mode, making it reliable for automated agent use.
Choose any available Gemini model variant at runtime using the --model <name> flag, giving you flexibility over quality, speed, and cost.
Use --output-format json to instruct Gemini to return machine-readable JSON, ideal for pipelines that need to parse or forward the result.
List and manage Gemini CLI extensions with built-in commands (--list-extensions, gemini extensions <command>), allowing capability expansion over time.
Ask Gemini a direct question and get an answer in seconds — useful for agents that need to resolve a factual query mid-workflow without human intervention.
Pass a block of text as a prompt and ask Gemini to summarize it, enabling automated document or article condensation in a pipeline.
Request JSON-formatted output from Gemini to feed downstream tools, such as generating a structured report or extracting entities from a description.
Generate drafts, descriptions, or creative content by supplying a prompt, letting Gemini handle the writing while your agent handles orchestration.
npx clawhub@latest install geminiLog in to write a review
No reviews yet. Be the first to share your experience!