skills/skills.volces.com/gemini-computer-use

gemini-computer-use

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:

    python -m venv .venv
    source .venv/bin/activate
    pip install google-genai playwright
    playwright install chromium
    
Installs
10
First Seen
Mar 16, 2026