一键导入
playwright
Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide for authoring Better-Claw skill sets and skills — directory structure, SKILL.md/SKILLSET.md format, frontmatter fields, best practices, and testing methods.
TypeScript development best practices and patterns
Python machine learning with scikit-learn, pandas, and numpy
Statistical analysis with R and tidyverse
A standalone skill without a parent skill set
macOS screen capture and GUI automation via Peekaboo MCP — take screenshots, read screen content, and interact with desktop applications.
| name | playwright |
| description | Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites. |
| user-invocable | false |
You have access to browser automation capabilities through the Playwright MCP server.
The Playwright MCP server must be configured in ~/.claude/settings.json:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}
If the Playwright MCP tools are not available, inform the user that the Playwright MCP server needs to be configured first.