← Back to Skills Marketplace
569
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install playwright-han
Description
使用 Playwright 库实现快速、可靠的多浏览器页面自动化,支持截图、网络拦截和元素智能等待操作。
Usage Guidance
This skill appears to be a straightforward Playwright tutorial with two example scripts. Before installing or running: 1) Be aware the SKILL.md recommends running 'pip3 install playwright --break-system-packages' — omit --break-system-packages unless you understand its effects on your system package manager. 2) The examples include techniques for hiding automation characteristics and changing User-Agent headers; those are legitimate for testing but could be abused — use responsibly and in accordance with target site policies. 3) Example scripts write files to /tmp and open browsers locally; run them in a sandboxed environment if you are unsure. 4) No credentials are requested by the skill. If you need stronger assurance, ask the author for provenance or run the examples in an isolated VM/container before using on sensitive systems.
Capability Analysis
Type: OpenClaw Skill
Name: playwright-han
Version: 1.1.0
The skill bundle provides a standard implementation of the Playwright browser automation library for web scraping and testing. The documentation (SKILL.md) and Python scripts (test_improved.py, test_playwright.py) contain legitimate examples of browser interaction, such as navigating to Baidu, performing searches, and saving screenshots to /tmp/. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe Playwright browser automation and the included SKILL.md and test scripts are exactly that (page navigation, screenshots, network interception examples). There are no unrelated environment variables, binaries, or resources requested.
Instruction Scope
SKILL.md stays on-topic and provides installation and usage examples. Two minor items to note: examples show techniques for hiding automation features and changing the User-Agent (useful for anti-bot workarounds but can be used to evade detection), and the install example uses pip's --break-system-packages flag which may be unnecessary or undesired in some environments. Otherwise instructions do not access unrelated files, secrets, or external endpoints beyond normal web targets.
Install Mechanism
This is an instruction-only skill with no install spec. The SKILL.md recommends installing Playwright via pip and running 'python -m playwright install chromium' — standard for Playwright. No arbitrary downloads or nonstandard install hosts are included in the package metadata.
Credentials
The skill requests no environment variables or credentials. Example code writes screenshots to /tmp, which is reasonable for local test scripts. No disproportionate secret access is requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It doesn't modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install playwright-han - After installation, invoke the skill by name or use
/playwright-han - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Modern browser automation with migration guide from Selenium
Metadata
Frequently Asked Questions
What is Playwright Browser Automation?
使用 Playwright 库实现快速、可靠的多浏览器页面自动化,支持截图、网络拦截和元素智能等待操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 569 downloads so far.
How do I install Playwright Browser Automation?
Run "/install playwright-han" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Playwright Browser Automation free?
Yes, Playwright Browser Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Playwright Browser Automation support?
Playwright Browser Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Playwright Browser Automation?
It is built and maintained by hanl754 (@hanl754); the current version is v1.1.0.
More Skills