browser automation
✓通过 CLI 命令使用自然语言自动化 Web 浏览器交互。当用户要求浏览网站、导航网页、从网站提取数据、截屏、填写表单、单击按钮或与 Web 应用程序交互时使用。触发器包括“浏览”、“导航到”、“转到网站”、“从网页提取数据”、“屏幕截图”、“网页抓取”、“填写表单”、“点击”、“在网页上搜索”。采取行动时尽可能具体。
SKILL.md
Automate browser interactions using Stagehand CLI with Claude. This skill provides natural language control over a Chrome browser through command-line tools for navigation, interaction, data extraction, and screenshots.
This skill uses a CLI-based approach where Claude Code calls browser automation commands via bash. The browser stays open between commands for faster sequential operations and preserves browser state (cookies, sessions, etc.).
IMPORTANT: Before using any browser commands, you MUST check setup.json in this directory.
通过 CLI 命令使用自然语言自动化 Web 浏览器交互。当用户要求浏览网站、导航网页、从网站提取数据、截屏、填写表单、单击按钮或与 Web 应用程序交互时使用。触发器包括“浏览”、“导航到”、“转到网站”、“从网页提取数据”、“屏幕截图”、“网页抓取”、“填写表单”、“点击”、“在网页上搜索”。采取行动时尽可能具体。 来源:browserbase/agent-browse。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/browserbase/agent-browse --skill browser automation- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 browser automation?
通过 CLI 命令使用自然语言自动化 Web 浏览器交互。当用户要求浏览网站、导航网页、从网站提取数据、截屏、填写表单、单击按钮或与 Web 应用程序交互时使用。触发器包括“浏览”、“导航到”、“转到网站”、“从网页提取数据”、“屏幕截图”、“网页抓取”、“填写表单”、“点击”、“在网页上搜索”。采取行动时尽可能具体。 来源:browserbase/agent-browse。
如何安装 browser automation?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/browserbase/agent-browse --skill browser automation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/browserbase/agent-browse