gemini-computer-use

Installation
Summary

Gemini 2.5 Computer Use browser automation with Playwright-based agent loops and safety confirmations.

  • Implements a screenshot-to-action cycle: capture screen, send to Gemini, parse function calls, execute in Playwright, return results until task completion or turn limit
  • Supports multiple browser options: bundled Chromium (default), Chrome/Edge channels via COMPUTER_USE_BROWSER_CHANNEL, or custom executables like Brave
  • Includes safety confirmation workflow that prompts users before executing risky UI actions flagged by the model
  • Provides action exclusion via --exclude flag and recommends sandboxed profiles or containers for safe operation
SKILL.md

Gemini Computer Use

Quick start

  1. Source the env file and set your API key:

    cp env.example env.sh
    $EDITOR env.sh
    source env.sh
    
  2. Create a virtual environment and install dependencies:

Related skills
Installs
1.2K
GitHub Stars
929
First Seen
Jan 23, 2026