browser-use
Installation
SKILL.md
Browser Automation with browser-use
All commands use the self-contained wrapper bu.sh, which:
- Auto-bootstraps the local
.venvon first run (downloads deps viauv— takes ~60s once) - Sets
PYTHONUTF8=1automatically (handles emoji/Unicode on Windows) - Keeps a persistent browser daemon for ~50ms latency per call
Shorthand — in all examples, bu means:
bash ~/.claude/skills/browser-use/bu.sh
Prerequisites
uvmust be installed (uv --version)- First run will install browser-use from GitHub into
~/.claude/skills/browser-use/.venv