A visual, human-like web browser for OpenClaw agents.Supports reading,screenshots, and visible mode.
This skill gives the agent "Eyes" to browse the web using a real
Chromium browser.
Unlike simple HTTP requests, claw-browser:
⚠️ Before using this tool, the agent MUST set up the Python
environment and download browser binaries.
If venv does not exist, run this setup command block automatically:
`` bash
# 1. Create virtual environment
python3 -m venv venv
# 2. Activate it
source venv/bin/activate
# 3. Install dependencies
pip install -r requirements.txt
# 4. Download Chromium binaries (CRITICAL STEP)
playwright install chromium
CODEBLOCK0 bash
source venv/bin/activate && python browser.py --url "https://github.com/trending" --action read
CODEBLOCK1 bash
source venv/bin/activate && python browser.py --url "https://news.ycombinator.com" --action screenshot
CODEBLOCK2 bash
source venv/bin/activate && python browser.py --url "https://google.com" --action read --visible
CODEBLOCK3 bash
export DISPLAY=:0 && source venv/bin/activate && python browser.py --url "[https://google.com](https://google.com)" --action read --visible
`
This sets the DISPLAY variable so the browser can open on your screen.
------------------------------------------------------------------------
# 🧠 When Should the Agent Use This Skill?
Use claw-browser when:
- The page requires JavaScript rendering
- The site is dynamic (React, Vue, Angular, etc.)
- Screenshots are required
- The user explicitly asks to "open" or "see" a website
- Traditional HTTP requests fail
------------------------------------------------------------------------
# ⚡ Summary
claw-browser` transforms your OpenClaw agent from a simple API caller
into a real browser-powered assistant with visual capabilities.
It enables:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 claw-browser-1776419967 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 claw-browser-1776419967 技能
skillhub install claw-browser-1776419967
文件大小: 3.4 KB | 发布时间: 2026-4-17 20:22