Browser automation with page reuse, persistent cookies, and comprehensive interaction commands.
Works with
Supports navigation, clicking, form filling, screenshots, content extraction, element waiting, and JavaScript execution
Reuses existing pages by default and maintains login state through persistent user data directories
Includes 20+ functions covering page operations, interactions, waiting, data retrieval, and advanced actions like file uploads and keyboard input
Accepts CSS selectors a
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbrowser-automationExecute the skills CLI command in your project's root directory to begin installation:
Fetches browser-automation from sophieguanongit/openclaw-browser-automation and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate browser-automation. Access via /browser-automation in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
0
upvotes
Run in your terminal
0
installs
0
this week
—
stars
让 OpenClaw 控制浏览器进行自动化操作!
当用户说:
调用方式: cd C:/Users/admin/.openclaw/skills/browser-automation && node -e "const h=require('./index.js'); h.handleXXX({...}).then(console.log)"
handleNavigate({url}) - 导航到 URL(复用现有页面)handleNewPage({url}) - 打开新页面handleScreenshot({selector?, fullPage?}) - 截图handleGetContent({selector?}) - 获取页面内容handleClose() - 关闭当前页面handleClick({selector}) - 点击元素handleFill({selector, value, clear?}) - 填写表单handleType({selector, text, delay?}) - 模拟打字handleSelect({selector, value}) - 下拉选择handleCheck({selector, checked?}) - 勾选/取消勾选handleWait({selector, timeout?}) - 等待元素出现handleWaitForNavigation({timeout?}) - 等待页面跳转handleGetText({selector}) - 获取元素文本handleGetValue({selector}) - 获取表单值handleGetAttribute({selector, attribute}) - 获取属性handleEvaluate({script}) - 执行 JavaScripthandleUpload({selector, filePath}) - 上传文件handlePress({key}) - 按键handleHover({selector}) - 鼠标悬停handleScroll({direction, amount?}) - 滚动页面handleStatus() - 获取当前浏览器状态handleCloseBrowser() - 关闭浏览器(下次会重新启动)支持 CSS 选择器和文本选择器:
#login-btn, .submit-button, input[name="email"]text=登录, text=提交button:has-text("提交")用户: 打开 github.com
Agent: [调用 handleNavigate({url: 'https://github.com'})] 已打开 GitHub...
用户: 点击登录
Agent: [调用 handleClick({selector: 'text=Sign in'})] 已点击登录...
用户: 填写邮箱 [email protected]
Agent: [调用 handleFill({selector: '#login_field', value: '[email protected]'})] 已填写邮箱...
用户: 截个图看看
Agent: [调用 handleScreenshot()] [返回截图]
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
manaflow-ai/cmux
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
I recommend browser-automation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in browser-automation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for browser-automation matched our evaluation — installs cleanly and behaves as described in the markdown.
browser-automation reduced setup friction for our internal harness; good balance of opinion and flexibility.
browser-automation reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend browser-automation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend browser-automation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
browser-automation reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for browser-automation matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in browser-automation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 46