LLM Skills
~/catalog/connectors & integrations//SKILL

Gemini CLI

/SKILL

Use Gemini in headless one-shot mode. Positional text starts interactive mode; use `-p/--prompt`.

openclawopenclaw
386.5k
June 5, 2026
NOASSERTION
// skill content

--- name: gemini description: "Gemini CLI one-shot prompts, summaries, generation, skills, hooks, MCP, or Gemma routing." homepage: https://ai.google.dev/ metadata: { "openclaw": { "emoji": "✨", "requires": { "bins": ["gemini"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "gemini-cli", "bins": ["gemini"], "label": "Install Gemini CLI (brew)", }, ], }, } --- # Gemini CLI Use Gemini in headless one-shot mode. Positional text starts interactive mode; use -p/--prompt. Quick start - gemini -p "Answer this question..." - gemini -m <model> -p "Prompt..." - gemini -p "Return JSON" --output-format json - stdin appends to -p: cat notes.md | gemini -p "Summarize" Extensions - List: gemini --list-extensions - Manage: gemini extensions <command> - Skills: gemini skills <command> - Hooks: gemini hooks <command> - MCP: gemini mcp <command> Notes - If auth is required, run gemini once interactively and follow the login flow. - Avoid --yolo for safety.

// original public source
openclaw/openclaw
/skills/gemini/SKILL.md
License: NOASSERTION. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/openclaw/openclaw/main/skills/gemini/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoropenclaw
Stars 386.5k
LicenseNOASSERTION
UpdatedJune 5, 2026
Format.md
AccessFree
// similar

Skills Connectors & integrations

View allarrow_forward