Skip to main content
ClaudeWave
Skill5.2k repo starsupdated today

gemini

Gemini CLI provides command-line access to Google's Gemini model for single-prompt queries, summaries, and text generation without entering interactive mode. Use this skill when you need quick one-shot API calls with custom output formats, model selection, and extension management capabilities.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/the-open-agent/openagent /tmp/gemini && cp -r /tmp/gemini/skills/gemini ~/.claude/skills/gemini
Then start a new Claude Code session; the skill loads automatically.

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 `gemini` once interactively and follow the login flow.
- Avoid `--yolo` for safety.