|
|
5 месяцев назад | |
|---|---|---|
| .. | ||
| .claude-plugin | 328a0a7190 add(plugin): stagehand — Browserbase browser automation | 5 месяцев назад |
| README.md | 328a0a7190 add(plugin): stagehand — Browserbase browser automation | 5 месяцев назад |
Browser automation skill for Claude Code using Stagehand. This plugin enables Claude to automate web browser interactions, extract data, and navigate websites using natural language.
Install the plugin from the Claude Code marketplace:
/plugin install stagehand@claude-plugin-directory
This plugin requires the browser automation CLI tools to be installed separately. The CLI tools are available from the GitHub marketplace.
/plugin marketplace add browserbase/agent-browse
/plugin install browser-automation@browser-tools
After installing the browser-automation plugin, you need to set up the CLI tools:
~/.claude/plugins/browser-automation/)Install dependencies and build:
npm install
Link the browser command globally:
npm link
Configure your Anthropic API key:
export ANTHROPIC_API_KEY="your-api-key-here"
Or use Claude Code's subscription token (recommended if you have Claude Pro/Max):
claude setup-token
Test that the browser command is available:
browser navigate https://example.com
Once installed and configured, you can use natural language to automate browser tasks:
Claude will automatically use the browser automation skill when you ask for web-related tasks.
Install Chrome for your platform:
sudo apt install google-chrome-stableMake sure you've run npm link in the browser-automation plugin directory after installing it.
claude setup-token (recommended)ANTHROPIC_API_KEY in your terminal.env file in the plugin directory with your API keyFor issues or questions, please visit the GitHub repository.