skills$openclaw/gemini
steipete2.8k

by steipete

gemini – OpenClaw Skill

gemini is an OpenClaw Skills integration for data analytics workflows. Gemini CLI for one-shot Q&A, summaries, and generation.

2.8k stars2.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namegemini
descriptionGemini CLI for one-shot Q&A, summaries, and generation. OpenClaw Skills integration.
ownersteipete
repositorysteipete/gemini
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/gemini
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains gemini in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
266 B
SKILL.md
746 B
SKILL.md

name: gemini description: Gemini CLI for one-shot Q&A, summaries, and generation. homepage: https://ai.google.dev/ metadata: {"clawdbot":{"emoji":"♊️","requires":{"bins":["gemini"]},"install":[{"id":"brew","kind":"brew","formula":"gemini-cli","bins":["gemini"],"label":"Install Gemini CLI (brew)"}]}}

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install gemini?

Run openclaw add @steipete/gemini in your terminal. This installs gemini into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/gemini. Review commits and README documentation before installing.