Getting Started
Installation
Install the Opensteer SDK, CLI, and browser dependencies
Installation
Prerequisites
- Node.js >= 22
CLI + SDK
npm install -g opensteer
Install the Chromium browser binary:
npx playwright install chromium
AI agent skills
Install skills for Claude Code, Codex, Cursor:
opensteer skills install
Optional: ABP engine
npm install @opensteer/engine-abp
Environment variables
| Variable | Purpose |
|---|---|
OPENSTEER_ENGINE | Default engine (playwright or abp) |
OPENSTEER_PROVIDER | Provider mode (local or cloud) |
OPENSTEER_API_KEY | Cloud API key |
Verify
npx opensteer status
Expected output confirms the installed engine, workspace path, and browser availability.
