abczsl520

Browser Use Skill β€” AI skill for Claude Code

AI community

🌐 OpenClaw skill for Browser-Use β€” AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting).

How to install Browser Use Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open abczsl520/browser-use-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Browser Use Skill does

🌐 OpenClaw skill for Browser-Use β€” AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting).

Alternatives in AI

  • Cursor Tools β€” by eastlondoner - Creates a versatile AI command interface supporting multiple providers and models with flexi 4.7k β˜…
  • Golutra β€” Multi-agent AI orchestration platform for automation, workflows, and developer tools 3.8k β˜…
  • Token Monitor β€” Local-first desktop widget for tracking token usage, costs, and limits across 32+ AI coding toolsβ€”including Cl 1.8k β˜…

README

🌐 Browser-Use Skill for OpenClaw

**Stop fighting with snapshot→act loops.** Let AI handle complex browser automation end-to-end.

[![ClawHub](https://img.shields.io/badge/ClawHub-browser--use-blue?style=flat-square)](https://clawhub.com) [![License: MIT](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE) [![Browser-Use](https://img.shields.io/badge/Powered_by-Browser--Use-orange?style=flat-square)](https://github.com/browser-use/browser-use) [![Wiki](https://img.shields.io/badge/πŸ“–_Wiki-7_pages-purple?style=flat-square)](https://github.com/abczsl520/browser-use-skill/wiki)


😀 The Problem

OpenClaw's built-in browser tool is great for simple tasks β€” screenshot, click a button, done. But for **multi-step workflows**, it becomes a nightmare:

Agent: *takes snapshot* β†’ *clicks wrong button* β†’ *takes snapshot* β†’ *page changed* β†’ 
       *confused* β†’ *clicks again* β†’ *popup appeared* β†’ *lost* β†’ ❌ Failed

Sound familiar? Login forms, dynamic pages, popups, anti-bot detection β€” the built-in tool wasn't designed for these.

βœ… The Solution

This skill integrates [**Browser-Use**](https://github.com/browser-use/browser-use) (38k+ ⭐) β€” an AI browser agent that **sees pages like a human** and completes entire workflows autonomously.

You:          "Log into Reddit and post this article to r/python"
Browser-Use:  βœ… Opens login β†’ types credentials β†’ handles CAPTCHA wait β†’ 
              navigates to submit β†’ fills title & body β†’ clicks Post β†’ returns URL

**One task in, result out.** No manual step-by-step babysitting.

⚑ Quick Start

# 1. Install the skill
clawhub install browser-use

# 2. Setup Python environment (one-time)
python3 -m venv ~/browser-use-env
source ~/browser-use-env/bin/activate
pip install browser-use playwright langchain-openai
playwright install chromium

Then just tell your OpenClaw agent:

*"用 browser-use 登录 Reddit 发δΈͺ帖子"*

The skill handles everything: mode selection, script generati