How to install gemini
npx skills add https://github.com/steipete/clawdis --skill geminiClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from steipete/clawdis.
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
geminionce interactively and follow the login flow. - Avoid
--yolofor safety.
Related skills
More from steipete/clawdis and the wider catalog.
SU
summarize
steipete/clawdis
Fast CLI to summarize or transcribe URLs, videos, podcasts, articles, PDFs, and local files.
20k installs
WE
weather
steipete/clawdis
Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.
5.6k installsAudited
TM
tmux
steipete/clawdis
Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.
5.0k installs
GO
gog
steipete/clawdis
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
4.3k installs
NA
nano-pdf
steipete/clawdis
Edit PDFs with natural-language instructions using the nano-pdf CLI.
3.9k installs
OP
openai-whisper
steipete/clawdis
Local speech-to-text with the Whisper CLI (no API key).
3.8k installsAudited