stagehand-browser

Automate browser interactions via natural language commands for navigation, forms, and data extraction.

12|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/pratos/clanker-setup --skill stagehand-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stagehand-browser
Source: https://github.com/pratos/clanker-setup/tree/main/skills/stagehand-browser
Command: npx skills add https://github.com/pratos/clanker-setup --skill stagehand-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex interactions with websites, including logging in, filling forms, extracting data, and navigating web applications, all through natural language instructions.

Core Features & Use Cases

  • AI-Powered Navigation: Understands natural language to perform actions on websites.
  • Form Filling & Login: Securely handles credentials to log into services and fill forms.
  • Data Extraction: Extracts specific information from web pages based on defined schemas.
  • Use Case: Automatically log into your online banking portal, check your account balance, and extract the last five transactions.

Quick Start

Use the browser_automate tool to navigate to example.com, click the login button, and read the page title.

Frequently Asked Questions about stagehand-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web navigation and form filling using natural language?

You can automate web navigation and form filling by using the browser_automate tool to translate natural language commands into web actions, handling website logins and data extraction securely.

Can I extract specific data from web pages using browser automation?

Yes, browser automation supports data extraction by pulling specific information from web pages based on defined schemas, allowing you to collect targeted data efficiently.

Does browser automation work for authenticated sessions requiring credential lookup?

Yes, browser automation handles authenticated sessions by securely looking up credentials to log into services, enabling access to protected areas like online banking portals.

What is the best way to debug complex web automation workflows?

The best way to debug complex web automation workflows is by using visual debugging modes, which allow you to observe the browser interactions step-by-step instead of running headless execution.

Can I run web scraping tasks in headless execution mode?

Yes, you can run web scraping and browser interaction tasks in headless execution mode, allowing automated workflows to operate in the background without a visible browser interface.