Use this skill for live web tasks where WebFetch or curl would fail or be insufficient: JavaScript-rendered pages, forms, screenshots, PDFs, login flows, CAPTCHA/bot-protection flows, and multi-step navigation. It runs a real Steel cloud browser through the Steel CLI. Use when the agent should visit, click, type, scrape, screenshot, or extract now. Do not use for writing reusable Steel SDK/API code; use steel-developer for code. If a live task fails, hand off to steel-session-debugging; if evid…
Use this skill for live web tasks where WebFetch or curl would fail or be insufficient: JavaScript-rendered pages, forms, screenshots, PDFs, login flows, CAPTCHA/bot-protection flows, and multi-step navigation.
It runs a real Steel cloud browser through the Steel CLI.
Use when the agent should visit, click, type, scrape, screenshot, or extract now.
Do not use for writing reusable Steel SDK/API code; use steel-developer for code.
If a live task fails, hand off to steel-session-debugging; if evidence points to bot detection, proxies, CAPTCHA, or identity, hand off to steel-reliability.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeDeclared
CursorDeclared
CodexDeclared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeDeclared
Repository health
Stars3
LicenseMIT
Default branchmain
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
LicenseMIT
Compatibilityclaude-code,codex,cursor,opencode,pi
Allowed toolsBash(steel:*)
Declared agentsclaude-codecursorcodexopencode
More metadata
owner
steel
category
operate
stage
ga
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,168 B
docsREADME.md2,594 B
docsSUMMARY.md611 B
History
First seen on skills.sh
First recorded snapshot · 482 installs
SKILL.md
Steel Browser
Use Steel CLI browser tools to complete live web work now.
Setup
If Steel is missing or unauthenticated:
steel --version
steel login
steel doctor --preflight
If the CLI or installed skills look broken, run:
steel skills doctor
Done when this smoke test succeeds:
steel scrape https://example.com
Choose The Right Path
Static page content: steel scrape <url>
Screenshot: steel screenshot <url>
PDF: steel pdf <url>
Multi-step interaction, login, forms, or JS-heavy pages: steel browser ...
Bot detection, CAPTCHA, proxy, or login reliability failure: collect evidence with steel-session-debugging, then use steel-reliability
Reusable application code: use steel-developer
Start with the smallest tool that can finish the task. Escalate from scrape/screenshot/PDF to an interactive browser session only when interaction or state is required.