Install
$ agentstack add skill-baizeagent-baize-browser-automation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
浏览器自动化技能
功能说明
这个技能可以让白泽控制浏览器执行各种自动化操作,包括:
支持的操作
- open - 打开网页
- 参数:url(必需)
- 示例:打开百度、打开新闻网站
- screenshot - 网页截图
- 参数:screenshot_path(可选,默认 ./screenshot.png)
- 保存当前页面的截图
- extract - 提取内容
- 参数:selector(CSS选择器)
- 提取指定元素的文本内容
- fill - 填写表单
- 参数:selector, value
- 在指定输入框中填入内容
- click - 点击元素
- 参数:selector
- 点击页面上的按钮或链接
- scroll - 滚动页面
- 参数:value("top", "bottom", 或像素值)
- wait - 等待
- 参数:waitTime(毫秒)
- 等待指定时间
- search - 搜索
- 参数:value(搜索关键词)
- 在搜索引擎中搜索
使用场景
- 打开指定网页查看内容
- 自动填写表单
- 提取网页信息
- 网页截图保存
- 自动化测试
注意事项
- 需要安装 Playwright:
npm install playwright - 首次使用需要安装浏览器:
npx playwright install chromium - 某些网站可能有反爬虫机制
安装命令
npm install playwright
npx playwright install chromium
示例用法
# 打开网页
baize chat "打开百度首页"
# 搜索内容
baize chat "在百度搜索 人工智能"
# 截图
baize chat "给当前网页截图"
# 提取内容
baize chat "提取网页标题"
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: BaiZeAgent
- Source: BaiZeAgent/Baize
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.