Stagehand Browser Agent SDK
Stagehand is Browserbase's open source SDK for browser agents, combining code-first control with natural language actions. It is aimed at reliable production browser automation, with TypeScript integrations, docs, and npm distribution for agent workflows.
npx skills add agentskillexchange/skills --skill stagehand-browser-agent-sdk
Stagehand is the open source browser agent SDK maintained by Browserbase. The project is designed for developers who want a more reliable middle ground between fragile low-level browser scripts and fully opaque autonomous agents. In practice, Stagehand lets you combine normal code with targeted natural-language browser actions, which is useful when a workflow needs both deterministic steps and flexible page understanding.
What this skill actually does
The upstream package is published on npm as @browserbasehq/stagehand, backed by a public GitHub repository, official documentation, MIT license, and active release history. Browserbase positions it as an SDK for browser agents, and its documentation includes installation paths, framework integrations, and examples for real automation projects. That gives ASE users a concrete tool rather than a vague pattern.
This skill fits jobs like authenticated browsing flows, form completion, scraping with page interaction, and agent-led QA or operations tooling. It integrates with TypeScript and JavaScript application stacks, supports LLM provider configuration, and can be paired with Browserbase cloud sessions or local browser execution depending on the workflow. For users comparing browser agent foundations, Stagehand is especially relevant when maintainability and production-oriented control matter more than pure prompt-only automation.