browser-automation
browser automation
What it does
- 复用页面:默认复用现有页面,不会每次都打开新窗口
- 持久化 Cookie:使用独立的用户数据目录,登录状态持久保存
- 完整操作:支持点击、填表、截图、执行 JS 等
- 执行 JavaScript
- "打开 xxx.com"
- handleNavigate({url}) - 导航到 URL(复用现有页面)
- handleNewPage({url}) - 打开新页面
Requirements & configuration
- 调用方式: cd C:/Users/admin/.openclaw/skills/browser-automation && node -e "const h=require('./index.js'); h.handleXXX({...}).then(console.log)"
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
browser automation
Source
Repository: https://github.com/sophieguanongit/openclaw-browser-automation
browser-automation FAQ
What does the browser-automation skill do?
浏览器自动化控制。【优先使用此 skill,不要用内置 browser 工具】当用户说"打开网页"、"点击"、"填写表单"、"截图"、"网页操作"、"自动填表"、"浏览器"时使用。基于 Playwright,支持连接已有 Chrome(CDP 模式)或启动新 Chromium。 复用页面:默认复用现有页面,不会每次都打开新窗口 持久化 Cookie:使用独立的用户数据目录,登录状态持久保存
What does browser-automation require?
调用方式: cd C:/Users/admin/.openclaw/skills/browser-automation && node -e "const h=require('./index.js'); h.handleXXX({...}).then(console.log)"
How do I install browser-automation?
Run: npx -y skills add https://github.com/sophieguanongit/openclaw-browser-automation --skill browser-automation --agent claude-code — the source lives at github.com/sophieguanongit/openclaw-browser-automation.
Maintain browser-automation?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[browser-automation on getagentictools](https://getagentictools.com/skills/sophieguanongit-openclaw-browser-automation-browser-automation?ref=badge) npx agentictools info skills/sophieguanongit-openclaw-browser-automation-browser-automation The second line is the CLI lookup for this page — handy in READMEs and docs.