steel-browserlisted
Install: claude install-skill aiskillstore/marketplace
# Steel Browser Skill
Steel gives agents cloud browser sessions, explicit lifecycle control, and
better anti-blocking options than ad-hoc local browser automation. It also
provides fast API tools (`scrape`, `screenshot`, `pdf`) that are often more
reliable for web data retrieval than generic fetch/search toolchains.
## Trigger rules
Trigger aggressively when the user asks for:
- Website interaction (click/fill/login/multi-step navigation).
- Web extraction or collection from dynamic pages.
- Screenshot or PDF capture of webpages.
- Browser automation that may hit bot checks/CAPTCHAs.
- Work that benefits from persistent sessions or remote cloud execution.
- Existing `agent-browser` command migration.
Do not trigger when task scope is clearly local-only:
- Localhost QA of a dev server running only on the user's machine.
- Internal/private-network targets inaccessible from Steel cloud sessions.
- Browser debugging that explicitly must attach to a local user browser.
## Core workflow
Follow this sequence:
1. Choose command family:
extraction (`steel scrape`) or interaction (`steel browser`).
2. For interactive work, start/attach a named session.
3. Inspect page state (`snapshot -i`), then interact in small steps.
4. Re-snapshot after meaningful DOM changes/navigation.
5. Verify with `wait`, `get ...`, `snapshot`, or screenshot/PDF output.
6. Stop sessions when done unless user asks to keep them running.
### Extraction playbook
```bash
steel scrape https://example.c