browse.sh is an open catalog of reusable SKILL.md recipes for browser automation. It helps AI agents complete tasks on any website, with easy installation via the browse CLI.
browse.sh is an open catalog of reusable SKILL.md recipes for browser automation, designed to be driven by AI Agents. It provides a single CLI for skills, browser primitives, debugging, and cloud sessions, allowing AI agents to complete tasks on any website. The tool reduces token costs by 50x through suggested DOM selectors and XHR requests, and is installed via npm i -g browse. Users can add website-specific skills (e.g., alltrails.com, recreation.gov) and then command AI agents to execute multi-step workflows like planning a road trip with EV charging stops and campsites.
Travel planning
AI agents can plan a road trip to Utah with EV charging stops and campsites, then book and reimburse on Ramp.
Government contract search
Search active federal contract opportunities on SAM.gov by status, notice type, place of performance, date range, NAICS, and set-aside.
Class booking
Reserve daily 7 AM xBURN classes at X-Core Studio's West Portal location (Mariana Tek) for a signed-in member, firing at the exact second the booking window opens.
Event ticketing
Find tickets on ticketmaster.com using the find-ticket skill.
Flight tracking
Track flights on flightaware.com using the track-flight skill.
Company research
Get company reviews on glassdoor.com using the get-company-reviews skill.
Open web catalog
Browse and add reusable SKILL.md recipes for automating websites like alltrails.com, recreation.gov, weather.gov, plugshare.com, and ramp.com.
Browser primitives
Drive any page with low-level commands: click, scroll, type, hover, press—address elements by selector or by the AI Agent's accessibility refs.
Network and console monitoring
Tail the network and console of any browse session in real time, showing exact page activity (e.g., GET /api/listings 200 124 ms).
Cloud session support
Switch to remote sessions on Browserbase's Platform by prefixing any command with `cloud`, including Search API and Fetch API capabilities.
Suggested DOM selectors and XHR requests
Pre-configured selectors and XHR requests cut token costs by 50x compared to raw browser automation.
Skill management
Add skills via `browse skills add <domain>` and then command AI agents to execute tasks using those skills.
Local Chromium support
All CLI commands work natively with local Chromium, no cloud required for basic automation.
npm i -g browse.browse skills add (e.g., browse skills add alltrails.com).browse click "input#search", browse type "Apartments in SF", browse press "Enter".browse network --tail or browse console --tail to see real-time page activity.cloud (e.g., browse cloud sessions create).claude "Plan a road trip to Utah with EV charging stops and campsites for each night. Book and reimburse on Ramp."browse.sh delivers a practical, developer-friendly approach to browser automation for AI agents. The open catalog of SKILL.md recipes eliminates the need to write custom scrapers for common sites, while the 50x token cost reduction via suggested selectors is a significant efficiency gain. The combination of low-level browser primitives, real-time network/console monitoring, and cloud session support makes it versatile for both local and remote automation. However, the tool's effectiveness depends on the quality and coverage of the community-contributed skills catalog, and there is no mention of user feedback, quality metrics, or awards to validate real-world performance. For developers already working with AI agents, browse.sh offers a streamlined, cost-effective automation layer worth exploring.
browse.sh is an open catalog of reusable SKILL.md recipes for browser automation. It helps AI agents complete tasks on any website, with easy installation via the browse CLI.
Category:Skill
Visit Link:https://browse.sh/
Tags:browser automation、AI agents、open catalog、SKILL.md recipes、CLI tool