원클릭으로
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.