Install a full repository package, then let your agent activate the right skill for the task.
Ask your agent
Prompt
Fetch this Markdown manifest as plain text: https://skillscout.sh/official/browserbase/browserbase_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Browserbase skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.
Covers browser, browser-trace, fetch, functions, ui-test, autobrowse. Automates web browser interactions through natural language CLI commands. Fetches HTML, JSON, headers, and status codes from URLs through the Browserbase API without spinning up a full browser session.
Covers browser, browser-trace, fetch, functions, ui-test, autobrowse. Automates web browser interactions through natural language CLI commands. Fetches HTML, JSON, headers, and status codes from URLs through the Browserbase API without spinning up a full browser session.
Top skills in this package
browserAutomates web browser interactions through natural language CLI commands.
browser-traceOfficial Browserbase skill from browserbase/skills.
fetchFetches HTML, JSON, headers, and status codes from URLs through the Browserbase API without spinning up a full browser session.
functionsDeploys browser automation scripts as serverless cloud functions on Browserbase.
ui-testRuns adversarial UI tests in a real browser by analyzing git diffs or exploring an app freely.
autobrowseOfficial Browserbase skill from browserbase/skills.
searchSearches the web via the Browserbase API and returns structured results with titles, URLs, authors, and publication dates.
cookie-syncExports cookies from your local Chrome browser into a Browserbase persistent context.
Install
Install the full package:
npx skills add browserbase/skills -y
Install a specific skill:
npx skills add browserbase/skills@browser -y
Use the package when you want your agent to choose the relevant skill from this official Browserbase repository.