stagehand

Browser automation skill for Claude Code using Stagehand. Automate web interactions, extract data, and navigate websites using natural language.

Content Preview
{
  "name": "stagehand",
  "description": "Browser automation skill for Claude Code using Stagehand. Automate web interactions, extract data, and navigate websites using natural language.",
  "version": "0.1.0",
  "author": {
    "name": "Browserbase"
  },
  "source": {
    "source": "github",
    "repo": "browserbase/agent-browse"
  },
  "category": "automation",
  "keywords": [
    "browser",
    "automation",
    "stagehand",
    "web-scraping"
  ],
  "homepage": "https://github.com/browserba
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/stagehand.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills