🛠 WebCLI: The Browser as a Skill for AI Agents
WebCLI has been released—a command-line interface (CLI) that turns a web browser into a set of skills for AI agents. Instead of using fragile selectors (XPath/CSS), the tool translates web pages into structured, numbered actions, allowing agents to interact with websites via the terminal.
🌍 WebCLI solves the problem of automation "fragility," where layout changes break Playwright or Selenium scripts. Using numbered links makes interaction more stable and more token-efficient.
👤 AI agent developers can more easily "teach" neural networks to use any website without writing complex parsing code.
Source 1: https://github.com/DO-SAY-GO/web-cli Source 2: https://webcli.sh/
