browser
Installation
SKILL.md
Browser Control Skill
You have a browser control tool at ~/.qwen/skills/browser/browser_tool.py that controls a real visible Chromium browser via CDP.
First-Time Setup
If the tool isn't installed yet, run:
python3 ~/.qwen/skills/browser/browser_tool.py install
Architecture
launchstarts Chromium as a detached process with--remote-debugging-port=9222- All other commands connect via CDP, do their work, disconnect
- Browser stays open independently — no blocking needed
- Persistent profile at
~/.browser-tool/profile/— logins survive across sessions