🔥 The easiest way to run AI Agents from your terminal. Scale your agents with Steel.
npx skills add https://github.com/steel-dev/cli --skill steel-browserقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Steel CLI for browser automation, API tools, and agent workflows.
This package now integrates agent-browser directly into steel browser, so you can keep familiar browser commands while using Steel-native session lifecycle, auth, and endpoint handling.
curl -sSf https://setup.steel.dev | sh
Or download directly from GitHub Releases.
If you previously installed via npm i -g @steel-dev/cli:
npm update -g @steel-dev/cli # auto-installs native binary
# Then optionally:
npm uninstall -g @steel-dev/cli
export PATH="$HOME/.steel/bin:$PATH"
steel login
steel browser start --session my-job
steel browser open https://example.com --session my-job
steel browser snapshot -i --session my-job
steel browser stop
steel browser is directly backed by the vendored agent-browser runtime.
Steel-owned lifecycle commands:
steel browser startsteel browser stopsteel browser sessionssteel browser liveAll other steel browser <command> calls are inherited from upstream runtime behavior and routed through Steel.
Migration from upstream agent-browser is typically command-prefix only:
agent-browser <command> ...steel browser <command> ...Read more:
| Group | Commands |
|---|---|
| Quickstart | forge, run |
| Browser lifecycle | browser start, browser stop, browser sessions, browser live |
| Browser passthrough | steel browser <inherited-command> |
| Browser profiles | profile import, profile sync, profile list, profile delete |
| API tools | scrape, screenshot, pdf |
| Local runtime | dev install, dev start, dev stop |
| Account and utility | login, logout, config, settings, cache, docs, support, star, update |
For full flags and argument schemas, use the generated reference:
For browser lifecycle, browser passthrough bootstrap, and top-level API tools (scrape, screenshot, pdf), endpoint selection is deterministic.
Self-hosted precedence (highest to lowest):
--api-url <url>STEEL_BROWSER_API_URLSTEEL_LOCAL_API_URLbrowser.apiUrl in ~/.config/steel/config.jsonhttp://localhost:3000/v1Cloud precedence:
STEEL_API_URLhttps://api.steel.dev/v1Attach-flag override rule:
--cdp or --auto-connect is provided, Steel bootstrap injection is skipped and passthrough args are forwarded unchanged.steel scrape defaults to markdown-first output for token efficiency; use --raw for full JSON payload.steel browser start and steel browser sessions emit display-safe connect URLs with sensitive query values redacted.Primary docs:
Reference docs:
Agent skill: