← 返回 Skills 市场
Playwright 1.0.3
作者
howerlin0329
· GitHub ↗
· v1.0.0
· MIT-0
112
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install playwright-1-0-3
功能描述
Browser automation via Playwright MCP. Navigate websites, click elements, fill forms, take screenshots, extract data, and debug real browser workflows. Use w...
安全使用建议
This skill appears to be what it says: a Playwright/MCP browser automation guide. Before installing/using it, consider: (1) npx will download and execute npm packages at runtime — verify package names/versions and run in an isolated environment if you have concerns; (2) browser automation can visit arbitrary URLs and access content behind auth — do not provide high-privilege credentials unless necessary, and prefer scoped/temporary test accounts; (3) scraping can raise legal/terms-of-service or privacy issues — follow the guidance in scraping.md (respect robots, throttle, prefer APIs); (4) if you want to prevent autonomous agent runs, manage the agent's invocation permissions in your environment (autonomous invocation is platform-default but you can restrict when/what the agent may execute). Overall the skill is coherent, but exercise the usual caution when giving any automation tool network access or credentials.
能力评估
Purpose & Capability
Name/description (Playwright browser automation, MCP, scraping, screenshots, tests) match the declared runtime needs (node, npx) and the content of SKILL.md. The guidance and examples reference Playwright and @playwright/mcp packages which are directly relevant; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md contains explicit instructions and code examples for launching browsers, navigating arbitrary URLs, interacting with pages, and extracting data — exactly what a Playwright automation skill should do. This is expected, but it also means the agent can access arbitrary web content (including authenticated pages if credentials are provided) and can run npx commands. The doc discourages abusive techniques (fingerprint hacks, rotating proxies) and recommends temporary auth state, which is good. Users should be aware that using the skill to scrape or automate sites can surface sensitive data if the target site requires authentication or if the agent is asked to operate on internal/private URLs.
Install Mechanism
This is instruction-only with no install spec in the registry, so nothing will be force-installed by the registry. The SKILL.md metadata suggests installing 'playwright' and '@playwright/mcp' via npm, which is reasonable and expected for this functionality. Note: runtime use of npx will fetch and run packages from npm on-demand — standard for Node tooling but worth awareness.
Credentials
The skill declares no required environment variables or credentials. Some example configs reference common CI envs (e.g., BASE_URL) and optional auth files for test suites — these are reasonable examples and not required by the skill. There are no unrelated secret requirements.
Persistence & Privilege
always:false and instruction-only design means the skill does not request permanent presence or elevated system privileges. The SKILL.md explicitly recommends keeping auth state temporary and not persisting browser sessions by default. It does not instruct modifying other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install playwright-1-0-3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/playwright-1-0-3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Clarified the MCP-first browser automation flow for more reliable action planning and execution.
- Improved quick-start guidance, especially for common form handling, screenshots, and data extraction tasks.
- Added practical guidance for Playwright MCP actions, direct scripts, tests, and selector strategies.
- Clearly differentiated use cases between static fetch, Playwright tests, MCP-driven browser control, and rendered-page scraping.
- Enhanced reference sections and core usage rules for easier onboarding and troubleshooting.
元数据
常见问题
Playwright 1.0.3 是什么?
Browser automation via Playwright MCP. Navigate websites, click elements, fill forms, take screenshots, extract data, and debug real browser workflows. Use w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Playwright 1.0.3?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install playwright-1-0-3」即可一键安装,无需额外配置。
Playwright 1.0.3 是免费的吗?
是的,Playwright 1.0.3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Playwright 1.0.3 支持哪些平台?
Playwright 1.0.3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Playwright 1.0.3?
由 howerlin0329(@howerlin0329)开发并维护,当前版本 v1.0.0。
推荐 Skills