·browsing-with-playwright
</>

browsing-with-playwright

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead).

10Installs·1Trend·@subhankaladi

Installation

$npx skills add https://github.com/subhankaladi/personal-ai-employee --skill browsing-with-playwright

How to Install browsing-with-playwright

Quickly install browsing-with-playwright AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/subhankaladi/personal-ai-employee --skill browsing-with-playwright
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: subhankaladi/personal-ai-employee.

SKILL.md

View raw

Important: The --shared-browser-context flag is required to maintain browser state across multiple mcp-client.py calls. Without it, each call gets a fresh browser context.

For complex workflows, use browserruncode to run multiple actions in one call:

Tip: Use browserruncode for complex multi-step operations that should be atomic (all-or-nothing).

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead). Source: subhankaladi/personal-ai-employee.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/subhankaladi/personal-ai-employee --skill browsing-with-playwright
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from subhankaladi/personal-ai-employee

Quick answers

What is browsing-with-playwright?

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead). Source: subhankaladi/personal-ai-employee.

How do I install browsing-with-playwright?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/subhankaladi/personal-ai-employee --skill browsing-with-playwright Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/subhankaladi/personal-ai-employee

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None