What problem does it solve?
JS Eyes connects AI agent frameworks to real web browsers through a WebSocket bridge so they can manage tabs, extract page content, execute scripts, and handle cookies without fragile manual automation.
Core Features & Use Cases
- Persistent WebSocket Bridge: Extension clients maintain live connections to a Node.js server that exposes tab and browser metadata for agent use.
- OpenClaw Toolset & CLI: The OpenClaw plugin registers multiple JS Eyes tools plus service and CLI commands, enabling agents to query tabs, open URLs, extract HTML, run scripts, and list clients or cookies.
- Extension Skills Ecosystem: Additional skills like js-search-x can be discovered and installed to extend capabilities such as X.com scraping, creating a modular automation stack.
Quick Start
Ask your agent to connect to the JS Eyes server, list all browser tabs, and fetch the HTML for a target page.