AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Browser Automation

skill-baizeagent-baize-browser-automation · by BaiZeAgent

浏览器自动化操作 - 打开网页、截图、提取内容、填表等

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-baizeagent-baize-browser-automation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-baizeagent-baize-browser-automation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Browser Automation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

浏览器自动化技能

功能说明

这个技能可以让白泽控制浏览器执行各种自动化操作,包括:

支持的操作

  1. open - 打开网页
  • 参数:url(必需)
  • 示例:打开百度、打开新闻网站
  1. screenshot - 网页截图
  • 参数:screenshot_path(可选,默认 ./screenshot.png)
  • 保存当前页面的截图
  1. extract - 提取内容
  • 参数:selector(CSS选择器)
  • 提取指定元素的文本内容
  1. fill - 填写表单
  • 参数:selector, value
  • 在指定输入框中填入内容
  1. click - 点击元素
  • 参数:selector
  • 点击页面上的按钮或链接
  1. scroll - 滚动页面
  • 参数:value("top", "bottom", 或像素值)
  1. wait - 等待
  • 参数:waitTime(毫秒)
  • 等待指定时间
  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.