← 返回 Skills 市场
onlyloveher

Playwright Browser Automation

作者 onlyloveher · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ suspicious
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install playwright-automation-v1
功能描述
Browser automation using Playwright API directly. Navigate websites, interact with elements, extract data, take screenshots, generate PDFs, record videos, an...
安全使用建议
This skill appears coherent for Playwright-based browser automation. Before installing, ensure you: 1) are comfortable allowing the agent to run node/npx and to install browser binaries (npx install may request sudo for system deps on Linux); 2) do not pass secrets or sensitive local file paths to automated scripts (page.evaluate runs arbitrary JS in the page context and file upload/download APIs can leak local files if misused); 3) run automation in an isolated environment (container/VM) if you need to reduce risk of accidental data exposure; and 4) if you plan to use the MCP examples, confirm how OpenClaw will manage the MCP server and its network access. Overall the skill is consistent with its purpose, but exercise standard caution when automating interactions with sites that handle sensitive data.
功能分析
Type: OpenClaw Skill Name: playwright-automation-v1 Version: 1.0.0 The skill bundle provides comprehensive documentation for Playwright automation but includes a high-risk 'Sudoers Setup' recommendation in `SKILL.md` that suggests granting passwordless root access to `npx`, which is a significant privilege escalation vector. Additionally, the `_meta.json` file contains a future-dated timestamp (2026), and there is a conceptual inconsistency between the direct API usage promoted in `SKILL.md` and the MCP-based examples provided in `examples.py`.
能力评估
Purpose & Capability
Name/description (Playwright automation) align with requested binaries (node, npx) and the SKILL.md which instructs installing the official 'playwright' npm package and browser binaries. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays within browser automation scope (navigation, locators, network routing, screenshots, PDFs, video, upload/download, storageState). It shows examples of executing arbitrary JS via page.evaluate and using local file paths for uploads/downloads/storageState—these are normal for automation but can be misused to expose data if the agent is scripted to evaluate untrusted code or upload sensitive local files. The SKILL.md also suggests running 'sudo npx playwright install-deps' on Linux, which is expected for system deps but requires elevated privileges during setup.
Install Mechanism
No bundled install spec in the package; the instructions use npm/npx to install the well-known 'playwright' package and its browsers. This is a standard, traceable install path (no arbitrary URL downloads or extract operations).
Credentials
The skill declares no required environment variables or credentials. Examples show using HTTP Basic auth, cookies, and storageState files as part of browser workflows (typical for automation). There are no unexpected secret requests or unrelated environment access.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. It includes examples referencing an MCP server lifecycle but does not persist beyond ordinary use or demand elevated persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install playwright-automation-v1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /playwright-automation-v1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of playwright-browser-automation skill. - Provides direct Playwright API integrations for browser automation (navigation, interaction, data extraction, screenshots, PDFs, video recording). - Includes detailed setup instructions, advanced workflow examples, and best practice guidelines. - Supports Linux, macOS, and Windows; requires Node.js and npx. - Offers enhanced reliability over previous MCP-based approaches.
元数据
Slug playwright-automation-v1
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Playwright Browser Automation 是什么?

Browser automation using Playwright API directly. Navigate websites, interact with elements, extract data, take screenshots, generate PDFs, record videos, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Playwright Browser Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install playwright-automation-v1」即可一键安装,无需额外配置。

Playwright Browser Automation 是免费的吗?

是的,Playwright Browser Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Playwright Browser Automation 支持哪些平台?

Playwright Browser Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Playwright Browser Automation?

由 onlyloveher(@onlyloveher)开发并维护,当前版本 v1.0.0。

💬 留言讨论