browsing-with-playwright

Automate browser interactions with Playwright MCP for navigation, form filling, and screenshots.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/SyedMuhammadSarmad/employess-cv --skill browsing-with-playwright-syedmuhammadsarmad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browsing-with-playwright
Source: https://github.com/SyedMuhammadSarmad/employess-cv/tree/main/.gemini/skills/browsing-with-playwright
Command: npx skills add https://github.com/SyedMuhammadSarmad/employess-cv --skill browsing-with-playwright-syedmuhammadsarmad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates browser interactions via Playwright MCP to navigate web pages, fill forms, click elements, and take screenshots. Ideal for web browsing, UI testing, web scraping, and automated QA. Not intended for static content retrieval (curl/wget is recommended for simple fetches).

Core Features & Use Cases

  • Navigate to URLs, snapshot page state, click and type into elements
  • Take screenshots and extract data for testing or scraping
  • Multi-step workflows to automate end-to-end browser tasks

Quick Start

Use the mcp-client to run a simple browse sequence: navigate to a URL, snapshot content, and take a screenshot.