browse.sh is a CLI tool for AI agents to automate web interactions via prebuilt skills returning structured JSON. It cuts token costs by using direct XHR requests and specific DOM selectors for efficient data retrieval.
Highlights
CLI interface for AI agents to automate web interactions using a large catalog of prebuilt skills.
Significantly reduces token costs by using direct XHR requests and specific DOM selectors instead of full page parsing.
Supports diverse domains including travel, shopping, rentals, and industrial data through specific skills.
Allows agents to chain skills for complex tasks such as planning road trips and booking services programmatically.