browse.sh

browse.sh

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.

What is browse.sh?

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.

Application scenarios

  • 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.

Core Features

  • 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.

Target users

  • AI agent developers who need to automate web tasks for their agents.
  • Automation engineers building browser-based workflows for travel, government, or retail.
  • Power users who want to script multi-step web interactions (e.g., booking classes, searching contracts, tracking flights).
  • Teams in government, healthcare, retail, travel, real estate, and finance sectors needing reliable browser automation.

How to use browse.sh?

  1. Install the CLI globally: npm i -g browse.
  2. Add a website skill: browse skills add (e.g., browse skills add alltrails.com).
  3. Drive pages with low-level primitives: browse click "input#search", browse type "Apartments in SF", browse press "Enter".
  4. Monitor sessions: browse network --tail or browse console --tail to see real-time page activity.
  5. For cloud sessions, prefix commands with cloud (e.g., browse cloud sessions create).
  6. Command AI agents directly: claude "Plan a road trip to Utah with EV charging stops and campsites for each night. Book and reimburse on Ramp."

Effect review

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.

Frequently Asked Questions

What is browse.sh?
browse.sh is an open catalog of reusable SKILL.md recipes for browser automation, helping AI agents complete tasks on any website.
How do I install browse.sh?
Installation is easy via the browse CLI, which allows you to quickly set up and use the recipes.
What are SKILL.md recipes?
SKILL.md recipes are reusable markdown files that define step-by-step instructions for AI agents to automate browser tasks.
Is browse.sh free to use?
Yes, browse.sh is an open catalog, meaning it is free and open-source for anyone to use and contribute to.
Can I contribute my own recipes?
Yes, browse.sh is open to contributions; you can submit your own SKILL.md recipes to expand the catalog.
What types of tasks can browse.sh automate?
browse.sh can automate a wide variety of tasks on any website, such as form filling, data extraction, and navigation.

browse.sh - AI Tool Detail

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