Agent skill
gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
Stars
355,710
Forks
72,004
Install this agent skill to your Project
npx add-skill https://github.com/openclaw/openclaw/tree/main/skills/gemini
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\u2728", "install": [ { "id": "brew", "bins": [ "gemini" ], "kind": "brew", "label": "Install Gemini CLI (brew)", "formula": "gemini-cli" } ], "requires": { "bins": [ "gemini" ] } }
SKILL.md
Gemini CLI
Use Gemini in one-shot mode with a positional prompt (avoid interactive mode).
Quick start
gemini "Answer this question..."gemini --model <name> "Prompt..."gemini --output-format json "Return JSON"
Extensions
- List:
gemini --list-extensions - Manage:
gemini extensions <command>
Notes
- If auth is required, run
geminionce interactively and follow the login flow. - Avoid
--yolofor safety.
Didn't find tool you were looking for?