一键导入
playwright-mcp
Advanced web automation and scraping via Playwright MCP. Replaces standard browser.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Advanced web automation and scraping via Playwright MCP. Replaces standard browser.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Graph-based long-term memory for Epsilon Prime. Stores entities, relations, and architectural decisions.
Forces the model to think in a structured, sequential manner before acting. Essential for complex architecture.
Pickle Rick's "God Mode" Implementation Skill. Executes technical plans with rigorous verification. Use when you are ready to write code, run tests, and iterate through implementation phases.No Jerry-work allowed.
Expertise in Senior Principal Engineering refactoring. Use when you need to eliminate technical debt, remove "AI Slop," simplify complex logic, and ensure DRY code.
Expertise in managing Linear tickets locally using Markdown files. Use when you need to create, update, search, or break down features into atomic implementation tickets.
| name | playwright-mcp |
| description | Advanced web automation and scraping via Playwright MCP. Replaces standard browser. |
| metadata | {"openclaw":{"requires":{"bins":["npx"]},"homepage":"https://github.com/openclaw/openclaw-skills"}} |
Use this skill for advanced web scraping, handling Single Page Applications (SPAs), and executing complex browser interactions.
playwright_open: Navigates to a URL.playwright_scrape: Extracts text and HTML from the current page.playwright_click: Clicks elements using CSS selectors or text.playwright_type: Types text into input fields.playwright_screenshot: Captures a visual snapshot of the page.When the standard browser tool fails due to JavaScript or bot detection, switch to playwright.
Always prefer playwright_scrape for information-dense sites.