| name | gemini |
| description | Gemini CLI for one-shot Q&A, summaries, and generation. |
| metadata | {"openclaw":"{\"emoji\":\"♊️\",\"requires\":{\"bins\":[\"gemini\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"gemini-cli\",\"bins\":[\"gemini\"],\"label\":\"Install Gemini CLI (brew)\"}]}","legacy_homepage":"https://ai.google.dev/"} |
Gemini CLI
When to use this skill
- Use when the user request matches this skill's domain and capabilities.
- Use when this workflow or toolchain is explicitly requested.
When not to use this skill
- Do not use when another skill is a better direct match for the task.
- Do not use when the request is outside this skill's scope.
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
gemini once interactively and follow the login flow.
- Avoid
--yolo for safety.