All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

agentbrowse: A CLI tool that lets AI coding agents interact with websites via accessibility tree navigation

By

Mandar Wagh

11d ago· 1 min readenProduct

Summary

agentbrowse is a tool that bridges the gap between AI coding agents and web browsing. While AI agents excel at using command-line interfaces, they struggle with websites — guessing CSS selectors, fumbling forms, and wasting tokens on raw HTML. agentbrowse solves this by turning any website into a CLI that agents can drive. It uses the page's accessibility tree (not brittle CSS selectors) to resolve elements by role and name, surviving DOM changes. Setup is a single command: `npx agentbrowse skill` auto-detects agents in a project and configures them natively for Claude Code, Codex, Cursor, Gemini, and Windsurf.

Source

Product Huntagentbrowse: A CLI tool that lets AI coding agents interact with websites via accessibility tree navigationproducthunt.com

Key quotes

· 5 pulled
I kept watching my AI coding agents flail at websites — guessing CSS selectors, fumbling forms, dumping raw HTML into context and burning tokens.
But hand that same agent a CLI and it's flawless.
It acts on the page's accessibility tree, not brittle selectors. Elements resolve by role + name, so actions survive DOM changes.
If a ref goes stale, it hands back a fresh snapshot automatically.
Adoption is one command. `npx agentbrowse skill` auto-detects the agents in your project and writes each one's native config
Snippet from the RSS feed
AI coding agents are great in a terminal and clumsy in a browser. agentbrowse turns any website into a CLI they drive it can open, snapshot, click, fill, read as clean markdown, even log in. One command makes Claude Code, Codex, Cursor, Gemini & Windsurf

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.