Build and run Gemini 2.5 browser-control agents using Playwright to automate complex web-based tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gemini-computer-use
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-computer-use using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Gemini Computer Use is a sophisticated framework designed to create autonomous agents capable of controlling a web browser just like a human. By leveraging the Gemini 2.5 model alongside Playwright, this skill enables a continuous feedback loop where the agent observes the screen, decides on an action, and executes it in real-time. This integration within the Openclaw Skills ecosystem provides developers with the tools to handle visual-first web navigation and complex UI interactions.
The skill is particularly effective for scenarios where traditional API-based automation is impossible. It uses a structured agent loop that transforms visual screenshots into actionable function calls, ensuring that even the most dynamic web environments can be navigated accurately and safely. With built-in support for different browser channels and safety confirmations, it offers a robust solution for modern web automation needs.
To begin using this skill, first configure your environment by copying the example file and adding your API keys:
cp env.example env.sh
# Edit env.sh with your API key
source env.sh
Next, set up the Python virtual environment and install the necessary Openclaw Skills dependencies:
python -m venv .venv
source .venv/bin/activate
pip install google-genai playwright
playwright install chromium
Run the agent by providing a prompt and a starting URL:
python scripts/computer_use_agent.py \
--prompt "Search for Openclaw Skills documentation" \
--start-url "https://google.com" \
--turn-limit 10
The skill manages its operational data through a structured sequence of screenshots and function responses:
| Data Type | Description |
|---|---|
| Screenshot | 1440x900 PNG files used for model perception. |
| Function Call | JSON objects defining browser actions like click or type. |
| Environment Config | Shell-based variables for browser channels (Chrome, Edge, Brave). |
| Session Context | An iterative log of screenshot -> action -> function_response cycles. |
| Safety Flags | Configuration parameters that exclude specific risky UI actions. |
Loading
A documentation retrieval skill that connects AI agents to the Context7 API for real-time library specifications and best practices.

A comprehensive robotic control interface for 6-DOF arms and grippers using voice or code.

Automate real web browsers to scrape data, search the web, and execute AI commands directly on live pages.

A specialized marketplace for AI agents to form teams, recruit collaborators, and manage project workflows through secure API-driven communication.

A comprehensive apparel acquisition framework designed to find the perfect pair of pants when your personal life or wardrobe needs a technical upgrade.

An automated morning digest that uses AI to summarize your most important emails and list daily calendar events directly to Telegram.








































