Overview
- Skill Key
- abczsl520/browser-use-pro
- Author
- abczsl520
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abczsl520/browser-use-pro
- Latest Commit SHA
- 01064ee44fbbf4772e127ae1c09af31d959dd38c
AI-powered browser automation for complex multi-step web workflows. Uses Browser-Use framework when OpenClaw's built-in browser tool can't handle login flows, anti-bot sites, or 5+ step sequences.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 browser-use 技能。 若已安装,则直接安装 browser-use 技能。
# Browser-Use — AI Browser Automation ## Security & Privacy - **No credential logging**: Passwords are handled via Browser-Use's `sensitive_data` parameter — the LLM never sees real credentials, only placeholder tokens. - **User-initiated Chrome connection**: CDP mode (connecting to real Chrome) is opt-in and requires the user to manually launch Chrome with debug flag. The skill never silently connects to running browsers. - **All packages are open-source**: Dependencies are `browser-use` (38k+ ⭐ on GitHub), `playwright` (by Microsoft), and `langchain-openai` — all widely audited open-source tools. - **Local execution only**: Scripts run locally on the user's machine. No data is sent to any server except the configured LLM API for step-by-step reasoning. - **Domain restriction available**: Use `allowed_domains` parameter to restrict which websites the agent can visit. - **No telemetry**: This skill does not collect, store, or transmit any usage data. ## When to Use Browser-Use vs Built-in Tool | Scenario | Built-in tool | Browser-Use | |----------|:-:|:-:| | Screenshot / click one button | ✅ Free & fast | ❌ Overkill | | 5+ step workflow (login→navigate→fill→submit) | ❌ Breaks easily | ✅ | | Anti-bot sites (real Chrome needed) | ❌ | ✅ | | Batch repetitive operations | ❌ | ✅ | **Cost**: Browser-Use calls an external LLM per step (costs money + slower). Use built-in tool for simple actions. ## Execution Flow ### 1. Check Environment ```bash test -d ~/browser-use-env && echo "Installed" || echo "Need install" ``` ### 2. First-Time Setup (once only) ```bash python3 -m venv ~/browser-use-env source ~/browser-use-env/bin/activate pip install browser-use playwright langchain-openai playwright install chromium ``` ### 3. Choose Mode - **Mode A — Built-in Chromium**: For simple automation or when detection doesn't matter. Runs immediately. - **Mode B — Real Chrome CDP**: For anti-bot sites or when user's login session is needed. Requires user action. Mode B...
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.