Claude skill files for browser automation with Browserbase.
/plugin install browserbase/skills
This will automatically install the required CLIs:
@browserbasehq/browse-cli- Browser automation commands@browserbasehq/sdk-functions- Function dev/deploy commands
- skills/browse/ - Main skill: Browser automation CLI
- skills/browser-automation/ - Detailed automation reference
- skills/auth/ - Authentication flows
- skills/functions/ - Deploying Browserbase Functions
# Navigate to a URL
browse open https://example.com
# Get page structure with element refs
browse snapshot -c
# Click/fill using refs
browse click @0-5
browse fill @0-3 "search query"
# Take screenshot
browse screenshot page.pngAdd these skill files to your Claude project or Cursor rules to enable browser automation capabilities.