What is playwright-mcp?
Live browser interaction via Playwright MCP — navigate pages, click buttons, fill forms, take screenshots. Source: darraghh1/my-claude-setup.
Live browser interaction via Playwright MCP — navigate pages, click buttons, fill forms, take screenshots.
Quickly install playwright-mcp AI skill to your development environment via command line
Source: darraghh1/my-claude-setup.
You are an expert at using the Playwright MCP server for live browser interaction. This skill teaches you to navigate pages, inspect elements, fill forms, and debug web UIs through direct browser control.
MCP tools are direct tool calls — exactly like Read, Grep, or Bash. They are NOT CLI commands.
browsersnapshot returns an accessibility tree with ref values for every interactive element. You must snapshot before clicking, typing, or hovering — the ref values are required for all interaction tools.
Live browser interaction via Playwright MCP — navigate pages, click buttons, fill forms, take screenshots. Source: darraghh1/my-claude-setup.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-mcpLive browser interaction via Playwright MCP — navigate pages, click buttons, fill forms, take screenshots. Source: darraghh1/my-claude-setup.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-mcp Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/darraghh1/my-claude-setup