Skip to main content
Back to registry

gemini-computer-use

am-will/codex-skills

Installs1
Install command
npx skills add https://github.com/am-will/codex-skills --skill gemini-computer-use
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Source the env file and set your API key: Create a virtual environment and install dependencies: Run the agent script with a prompt: If both are set, COMPUTER_USE_BROWSER_EXECUTABLE takes precedence. - Source the env file and set your API key: cp env.example env.sh $EDITOR env.sh source env.sh - Create a virtual environment and install dependencies: python -m venv .venv source .venv/bin/activate pip install google-genai playwright playwright install chromium - Run the agent script with a prompt: python scripts/computer_use_agent.py \ --prompt "Find the latest blog post title on example.com" \ --start-url " \ --turn-limit 6 - Default: Playwright's bundled Chromium (no env vars required). - Choose a channel (Chrome/Edge) with COMPUTER_USE_BROWSER_CHANNEL . - Use a custom Chromium-based executable (e.g., Brave) with COMPUTER_USE_BROWSER_EXECUTABLE . - Capture a screenshot and send the user goal + screenshot to the model. - Parse function_call actions in the response. - Execute each action in Playwright. - If a safety_decision is require_confirmation , prompt the user before executing.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gemini-computer-use do?

gemini-computer-use is listed in SkillJury, but the source summary is still sparse.

Is gemini-computer-use good?

gemini-computer-use does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does gemini-computer-use work with?

gemini-computer-use currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to gemini-computer-use?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install gemini-computer-use?

npx skills add https://github.com/am-will/codex-skills --skill gemini-computer-use

Related skills

More from am-will/codex-skills

Related skills

Alternatives in Software Engineering