用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/louisbranch/fracturing.space --skill playwright-cli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | playwright-cli |
| description | Browser automation workflow for navigation, interaction, and capture |
| allowed-tools | Bash(playwright-cli:*) |
Use this skill when a task needs browser navigation, form interaction, screenshots, or data extraction from web pages.
e1, e2, ...).playwright-cli open
playwright-cli open https://example.com
playwright-cli open --browser=chrome
playwright-cli goto https://example.com/page
playwright-cli reload
playwright-cli go-back
playwright-cli go-forward
playwright-cli close
playwright-cli snapshot
playwright-cli click e3
playwright-cli fill e5 "user@example.com"
playwright-cli type "search text"
playwright-cli press Enter
playwright-cli select e7 "option-value"
playwright-cli check e9
playwright-cli uncheck e9
playwright-cli hover e4
playwright-cli eval "document.title"
playwright-cli eval "el => el.textContent" e5
playwright-cli screenshot
playwright-cli screenshot e5 --filename=field.png
playwright-cli pdf --filename=page.pdf
playwright-cli tab-new https://example.com/other
playwright-cli tab-list
playwright-cli tab-select 0
playwright-cli state-save auth.json
playwright-cli state-load auth.json
playwright-cli close
playwright-cli delete-data
-s=<name>) only when you need multiple concurrent browsers.close-all/kill-all only for stuck sessions.playwright-cli open https://example.com/login
playwright-cli snapshot
playwright-cli fill e1 "user@example.com"
playwright-cli fill e2 "password123"
playwright-cli click e3
playwright-cli screenshot --filename=after-login.png
playwright-cli close