Co-Pilot
Updated a month ago

agent-browse

Bbrowserbase
0.4k
browserbase/agent-browse
80
Agent Score

💡 Summary

This skill enables Claude Code to automate browser tasks using natural language commands.

🎯 Target Audience

Web developers looking for automated testing solutionsContent creators needing to gather information quicklyQA engineers wanting to streamline their testing processesE-commerce managers automating order placementsTech enthusiasts exploring AI-driven automation

🤖 AI Roast:The skill requires an Anthropic API key, which poses a risk if exposed. To mitigate, ensure the key is stored securely and not hard-coded in the source.

Security AnalysisCritical Risk

Risk: Critical. Review: shell/CLI command execution; outbound network access (SSRF, data egress); API keys/tokens handling and storage. Run with least privilege and audit before enabling in production.

Browser Automation Skill

A skill for seamlessly enabling Claude Code to interface with a browser using Stagehand (AI browser automation framework). Because Stagehand accepts natural language instructions, it's significantly more context-efficient than native Playwright while providing more features built for automation.

Installation

On Claude Code, to add the marketplace, simply run:

/plugin marketplace add browserbase/agent-browse

Then install the plugin:

/plugin install agent-browse@browserbase

If you prefer the manual interface:

  1. On Claude Code, type /plugin
  2. Select option 3. Add marketplace
  3. Enter the marketplace source: browserbase/agent-browse
  4. Press enter to select the agent-browse plugin
  5. Hit enter again to Install now
  6. Restart Claude Code for changes to take effect

Setup

Set your Anthropic API key:

export ANTHROPIC_API_KEY="your-api-key"

Usage

Once installed, just ask Claude to browse:

  • "Go to Hacker News, get the top post comments, and summarize them "
  • "QA test http://localhost:3000 and fix any bugs you encounter"
  • "Order me a pizza, you're already signed in on Doordash"

Claude will handle the rest.

Troubleshooting

Chrome not found

Install Chrome for your platform:

  • macOS or Windows: https://www.google.com/chrome/
  • Linux: sudo apt install google-chrome-stable

Profile refresh

To refresh cookies from your main Chrome profile:

rm -rf .chrome-profile

Resources

5-Dim Analysis
Clarity8/10
Novelty8/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Enables natural language browser automation
  • Integrates well with Claude Code
  • Supports various automation tasks
  • User-friendly setup process

Cons

  • Requires Chrome installation
  • Dependent on Anthropic API key
  • Limited to Claude Code environment
  • May need manual cookie management

Related Skills

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

nuxt-skills

S
toolCo-Pilot
90/ 100

“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author browserbase.