Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Browser CLI for Agents

Browser CLI for Agents is a command-line interface tool designed to allow AI agents to interact with web browsers, enabling automated browsing, data extraction, and web-based tasks through simple CLI commands.

Background

Brow is a new open-source command-line interface tool specifically designed for AI coding agents (like Claude's coding mode or Cursor) to interact with web browsers. It lets an agent navigate pages, click elements, extract text, and take screenshots — all from the terminal. This matters because most AI agents currently lack robust web-browsing ability, so Brow fills a gap for automation and data-gathering tasks. The project was created by a developer (detrin) and is hosted on GitHub.

Related stories