with one click
Gemini CLI for one-shot Q&A, summaries, and generation.
npx skills add https://github.com/JansenAnalytics/claudex --skill geminiCopy and paste this command into Claude Code to install the skill
Gemini CLI for one-shot Q&A, summaries, and generation.
npx skills add https://github.com/JansenAnalytics/claudex --skill geminiCopy and paste this command into Claude Code to install the skill
| name | gemini |
| description | Gemini CLI for one-shot Q&A, summaries, and generation. |
| 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)"}]}} |
| category | meta |
| maturity | beta |
| tags | ["gemini-cli","llm","one-shot","google-ai","generation"] |
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
gemini --list-extensionsgemini extensions <command>Notes
gemini once interactively and follow the login flow.--yolo for safety.Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.