What problem does it solve?
OpenCLI removes the need for brittle UI copy-paste or missing APIs by turning a logged-in website into structured, repeatable CLI commands driven by your existing Chrome session.
Core Features & Use Cases
- Session-backed browser-to-CLI adapter creation: Extracts data by driving Chrome’s live session (including cookies and logged-in state) and generating deterministic adapter commands.
- Explore, generate, and record workflows: Discovers what endpoints or behaviors to use, synthesizes adapters, or records real calls during manual browsing to reduce guesswork for complex sites.
- Direct browser control without an adapter: Enables one-off navigation, clicking, typing, and extraction when you only need a quick scrape-like result.
Quick Start
Run opencli doctor to confirm the daemon and browser bridge extension are connected, then use opencli explore with your target URL and goal to discover how to read the site’s data.