/install chrome-web-automation
Chrome Web Automation
Use this skill before any browser interaction that depends on the user's live Chrome session.
Workflow
- Start by inspecting current tabs and browser context.
- Navigate or select the right tab.
- Snapshot the page before interacting.
- Click, type, submit, and screenshot using stable references.
- 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.
Example Requests
- Open the current Chrome session and reproduce this checkout bug.
- Fill the form, capture screenshots, and show me where validation breaks.
Inputs
- Target site or current tab context
- Desired browser actions
- Artifacts to capture
Outputs
- Browser interaction transcript
- Screenshots or evidence
- Reproduction notes
Success Criteria
- The correct tab or page was inspected.
- Interactions were completed against fresh page state.
- Useful artifacts were captured when needed.
Non-Goals
- Synthetic browser testing unrelated to the user browser context
Source Provenance
Derived from src/skills/bundled/claudeInChrome.ts.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chrome-web-automation - After installation, invoke the skill by name or use
/chrome-web-automation - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Chrome Web Automation?
Run "/install chrome-web-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Chrome Web Automation free?
Yes, Chrome Web Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Chrome Web Automation support?
Chrome Web Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Chrome Web Automation?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.