Overview
- Skill Key
- eyhn/steel-browser
- Author
- eyhn
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/eyhn/steel-browser
- Latest Commit SHA
- fe0764a53f83bcfaf54fa9a351c5ce4cca82e9ad
Control cloud browser sessions via Steel.dev for web automation and computer-use agents. Use when you need to browse the web, fill forms, click elements, take screenshots, scrape content, or build browser automation loops. Uses Playwright selectors (CSS/text/aria) instead of pixel coordinates — more reliable than e2b-desktop for pure web tasks. Supports residential proxies and CAPTCHA solving.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 steel-browser 技能。 若已安装,则直接安装 steel-browser 技能。
# Steel Browser Skill Cloud browser-use via [Steel.dev](https://steel.dev) + Playwright Python SDK. Ideal for web automation, scraping, form filling, and AI agent browser loops. ## Prerequisites ```bash pip install steel-sdk playwright export STEEL_API_KEY=your_key_here ``` Get your API key at https://app.steel.dev → Settings → API Keys (free: 100 browser hours). Steel API key should be set in OpenClaw config or environment: ```bash openclaw config set env.STEEL_API_KEY "your_key" ``` ## State Management - `start_session.sh` saves session ID to `~/.steel_state` - All scripts auto-load it from there - Override anytime with `export STEEL_SESSION_ID=<id>` - Sessions persist until `release_session.sh` or timeout ## Scripts | Script | Usage | Description | |---|---|---| | `start_session.sh` | `[--proxy] [--captcha] [--timeout MS]` | Create session; prints SESSION_ID + VIEWER_URL | | `release_session.sh` | `[SESSION_ID]` | Release session | | `list_sessions.sh` | _(none)_ | List active sessions | | `navigate.sh` | `URL [--wait-until networkidle]` | Go to URL | | `screenshot.sh` | `[OUTPUT.png] [--full-page]` | Take screenshot | | `click.sh` | `SELECTOR` | Click by CSS/text/aria selector | | `click_coords.sh` | `X Y [--right] [--double]` | Click at pixel coords (fallback) | | `type.sh` | `SELECTOR "text"` | Fill input field | | `press_key.sh` | `KEY` | Press key (e.g. `Enter`, `Control+a`) | | `scroll.sh` | `AMOUNT\|--to-bottom\|--to-top\|SELECTOR` | Scroll page | | `hover.sh` | `SELECTOR` | Hover over element | | `select.sh` | `SELECTOR VALUE` | Select dropdown option | | `get_content.sh` | `[--html] [SELECTOR]` | Extract page text or HTML | | `eval_js.sh` | `"js expression"` | Execute JavaScript, print result | | `wait_for.sh` | `SELECTOR [TIMEOUT_MS]` | Wait for element to appear | | `get_url.sh` | _(none)_ | Print current URL and page title | ## Selector Examples Steel uses Playwright selectors — much more powerful than pixel coords: ```bash # By CSS click....
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.
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
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.