/install browser-automation-skills
Browser Automation Skills / 浏览器自动化技能包
A set of Skills that teach AI models how to control the local Google Chrome browser.
Works with any model — via built-in browser_subagent or the bundled Playwright CLI script.
一组教会 AI 模型控制本地 Google Chrome 的技能包。
适用于任何模型 — 通过内置 browser_subagent 或自带 Playwright CLI 脚本。
Included Skills / 包含的技能
| Skill | Description / 说明 | Invocation / 调用 |
|---|---|---|
navigate |
Open URLs, read page content / 打开网页、读取内容 | Auto + /navigate |
screenshot |
Capture visuals / 截图截屏 | Auto + /screenshot |
interact |
Click, type, fill forms / 点击、输入、表单 | Auto + /interact |
scrape |
Extract structured data / 数据抓取 | Auto + /scrape |
debug |
Inspect network, console / 网页调试 | Auto + /debug |
test |
Automated QA / 自动化测试 | /test only |
record |
Record sessions / 录制操作 | /record only |
browser-context |
API reference / API 参考 | Model only |
Prerequisites / 前提条件
- Google Chrome installed locally / 本地安装 Chrome
- For Playwright CLI:
pip install playwright - Start Chrome:
chrome.exe --remote-debugging-port=9222
Quick Start / 快速开始
python scripts/browser.py status
python scripts/browser.py navigate https://example.com
python scripts/browser.py screenshot
python scripts/browser.py lock # Visual overlay, block user input
python scripts/browser.py unlock # Remove overlay, restore input
See docs/api-reference.md for full API documentation.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install browser-automation-skills - After installation, invoke the skill by name or use
/browser-automation-skills - Provide required inputs per the skill's parameter spec and get structured output
What is browser-automation-skills?
Browser automation skills for AI models — navigate, screenshot, interact, scrape, debug, test, and record browser sessions. Controls local Google Chrome via... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install browser-automation-skills?
Run "/install browser-automation-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is browser-automation-skills free?
Yes, browser-automation-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does browser-automation-skills support?
browser-automation-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created browser-automation-skills?
It is built and maintained by huaerye23 (@huaerye23); the current version is v1.0.0.