Official skills publisher Verified Skillscout rank 218

Browserbase

Browserbase publishes official AI agent skills for its tools, services, and developer workflows.

Browse 20 official AI agent skills across 3 Browserbase repositories, with install commands and source links.

20 Skills
3 Repositories
52,757 Installs
27,439 GitHub stars

Install

Add Browserbase skills to your agent

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.

Skills packages

3 official repositories

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.

18 skills 52,683 installs 3,713 stars
npx skills add browserbase/skills -y

Includes 1 official skill: browse.

1 skill 60 installs 10 stars
npx skills add browserbase/browse-plugin -y

Includes 1 official skill: stagehand-facade.

1 skill 14 installs 23,716 stars
npx skills add browserbase/stagehand -y

20 skills

browserbase/skills 18 skills

browser

Automates web browser interactions through natural language CLI commands.

browserbase/skills 5,500 installs
View source

browser-trace

browserbase/skills 2,800 installs
View source

fetch

Fetches HTML, JSON, headers, and status codes from URLs through the Browserbase API without spinning up a full browser session.

browserbase/skills 2,800 installs
View source

functions

Deploys browser automation scripts as serverless cloud functions on Browserbase.

browserbase/skills 2,700 installs
View source

ui-test

Runs adversarial UI tests in a real browser by analyzing git diffs or exploring an app freely.

browserbase/skills 2,700 installs
View source

autobrowse

browserbase/skills 2,600 installs
View source

search

Searches the web via the Browserbase API and returns structured results with titles, URLs, authors, and publication dates.

browserbase/skills 2,600 installs
View source

cookie-sync

Exports cookies from your local Chrome browser into a Browserbase persistent context.

browserbase/skills 2,500 installs
View source

company-research

browserbase/skills 2,200 installs
View source

event-prospecting

browserbase/skills 1,900 installs
View source

browser-to-api

browserbase/skills 1,700 installs
View source

safe-browser

browserbase/skills 1,600 installs
View source

agent-experience

browserbase/skills 706 installs
View source

competitor-analysis

browserbase/skills 487 installs
View source

webmcp-gen

browserbase/skills 394 installs
View source

browser-use-to-stagehand

browserbase/skills 332 installs
View source

optimize-agent-prompt

browserbase/skills 51 installs
View source

add-webmcp

browserbase/skills 1 installs
View source
browserbase/browse-plugin 1 skill

browse

browserbase/browse-plugin 1 installs
View source
browserbase/stagehand 1 skill

stagehand-facade

browserbase/stagehand 14 installs
View source

Repository documentation

browserbase/skills package overview

browserbase/skills/README.md View on GitHub

browserbase/skills

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.

View browserbase/skills on GitHub
Copied