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
Copygit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/gemini && cp -r /tmp/gemini/openclaw/skills/gemini ~/.claude/skills/geminiThen start a new Claude Code session; the skill loads automatically.
Definition
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.
More from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.