Chrome Web Automation

Use when the user wants browser automation in an existing Chrome session: click, fill, inspect tabs, capture screenshots, or debug web flows.

Audits

Pass

Install

openclaw skills install claude-code-chrome-web-automation

Chrome Web Automation

Use this skill before any browser interaction that depends on the user's live Chrome session.

Workflow

  1. Start by inspecting current tabs and browser context.
  2. Navigate or select the right tab.
  3. Snapshot the page before interacting.
  4. Click, type, submit, and screenshot using stable references.
  5. Re-snapshot after navigation or large DOM updates.

Best Fits

  • Web app debugging
  • Form filling
  • Screenshot capture
  • Console or tab inspection
  • Reproducing UI issues in a user browser session

Guardrails

  • Re-snapshot when element references go stale.
  • Do not assume current tab state without checking.
  • Prefer explicit browser actions over ambiguous natural-language leaps.

Source Provenance

Derived from src/skills/bundled/claudeInChrome.ts.