Run Gemini CLI as a high-performance headless worker for parallelized AI tasks and reliable fallback automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gemini-worker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gemini-worker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Gemini Worker is a specialized implementation within the Openclaw Skills ecosystem that leverages the Gemini CLI to execute long-running or parallelizable tasks without blocking your main agent loop. By utilizing the -p and --yolo flags, this skill bypasses interactive TTY requirements, allowing for seamless headless operations and massive context window processing.
This skill is particularly valuable for developers who need to distribute heavy analysis jobs or maintain high levels of productivity during primary API outages. It provides a robust, scriptable bridge between the Gemini ecosystem and automated development workflows, ensuring that your Openclaw Skills setup remains resilient and scalable.
To get started with this Openclaw Skills extension, install the required CLI tool and authenticate:
npm install -g @google/gemini-cli
# Perform interactive login once to cache credentials
gemini
Once authenticated, you can trigger headless runs using the following command pattern:
gemini --include-directories /path/to/project --yolo -p "Your prompt here"
Gemini Worker manages data through local workspace permissions and cached authentication tokens. This Openclaw Skills component organizes its data as follows:
| Component | Description |
|---|---|
| OAuth Credentials | Stored securely at ~/.gemini/oauth_creds.json |
| Default Workspace | Located at ~/.gemini/tmp/workspace for temporary tasks |
| Extended Access | Granted to project folders via the --include-directories flag |
| Prompt Payloads | Large inputs are handled via file-based referencing $(cat prompt.txt) |
Loading
A professional tool for configuring canonical tags, managing 301 redirects, and ensuring HTTPS security to consolidate search engine ranking signals.

An expert framework for optimizing web video content for Google Search, AI Overviews, and rich SERP features through structured data and technical SEO.

A technical optimization skill for auditing and improving Google Core Web Vitals metrics to enhance search visibility and user experience.

A comprehensive cryptocurrency intelligence module for tracking real-time prices, market metrics, and industry news.

A professional framework for automating the generation of high-quality, data-driven landing pages at scale using AI-enhanced templates.

An automated context management tool that prevents token overflows by summarizing long conversation histories into concise, structured snapshots.








































