Use Gemini for one-shot prompting, summaries, generation, coding, and tool routing.
Based on the provided materials, this skill appears to be a prompt-oriented wrapper around Gemini CLI, with no declared required secrets, remote endpoints, or high local privileges, so overall risk is low. Attention is still warranted because the README mentions managing extensions/hooks/MCP and a possible interactive login flow, but no concrete exfiltration endpoint or excessive permission request is shown.
The material states 'required secrets/environment variables: none.' The README only notes that authentication may happen via an interactive login flow, without asking users to provide explicit API keys, tokens, or other sensitive credentials; no clear credential leakage or abuse path is shown in the provided material.
The objective checks and metadata both indicate 'remote endpoint host: none' and 'prompt-only.' Although the README describes prompting, summarization, and generation via Gemini, it does not list any concrete external domains, third-party services, or forwarding targets, so no clear data egress red flag is evidenced here.
The material describes one-shot CLI prompting/summarization/generation and does not state that it executes arbitrary local code, launches extra system processes, or requests system-level privileges. The README mentions extension, hook, and MCP management commands, but the documentation alone does not prove that this skill itself has dangerous execution capability.
The known input methods are primarily command-line arguments and stdin (for example, `cat notes.md | gemini -p ...`), with no claim of disk traversal, bulk directory reads, or writes to sensitive system locations. The visible data access scope appears limited to user-supplied prompt content, with no sign of overbroad access.
Positive factors include a GitHub-hosted open-source repository and extremely high community adoption (about 377k stars), which materially reduce risk. However, the license is undeclared, maintenance status is unknown, and there is some ambiguity between the name 'gemini' and the provided repository `openclaw/openclaw`, so users should verify repository ownership and that released artifacts match the source before installation.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "gemini" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/skills/gemini/SKILL.md 2. Save it as ~/.claude/skills/gemini/SKILL.md 3. Reload skills and tell me it's ready
Read the following command-line output, extract the key issue, likely causes, and suggest next troubleshooting steps: [paste logs or terminal output]
A structured summary with the issue overview, likely causes, and troubleshooting suggestions.
Write a Python script that reads a CSV file, aggregates sales by date, and outputs the top 10 best-selling products. Include comments and run instructions.
A runnable Python script with instructions, comments, and an example output format.
I have a task: first summarize this document, then draft an email based on it, and finally list steps that could be automated. Complete them in order and output each result separately.
Step-by-step outputs including a summary, an email draft, and a list of automation steps.
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-p: cat notes.md | gemini -p "Summarize"Extensions
gemini --list-extensionsgemini extensions <command>gemini skills <command>gemini hooks <command>gemini mcp <command>Notes
gemini once interactively and follow the login flow.--yolo for safety.Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Convert text to speech locally and offline with sherpa-onnx, no cloud needed.
Regenerate OpenClaw release changelog sections from Git history before releases.
Prepare and verify OpenClaw stable or beta releases and release notes.
Automate web page workflows, login checks, tab handling, and recovery steps.
Verify an OpenClaw release is fully published and working across all channels.
Use Gemini via MCP for research, code analysis, and content summarization.
Expose local Gemini CLI as an MCP server for prompting, search, and file ops.
Connect local Gemini CLI to Claude Code for MCP-based AI queries.
Use Gemini CLI for search, chat, session management, and file analysis.
Connect Claude to Gemini for image creation, auditing, and long-context digestion.
Connect Gemini CLI with Claude Code for review, debugging, planning, and explanations.