Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

gemini

Gemini CLI provides command-line access to Google's Gemini API for immediate text generation, summarization, and question-answering tasks without entering interactive mode. Use this skill when you need to process single prompts directly from the command line, optionally specifying model variants or requesting structured JSON output formats.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/gemini && cp -r /tmp/gemini/openclaw/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.