Skip to main content
Back to registry

browsing-with-playwright

bilalmk/todo_correct

Automate browser interactions via Playwright MCP server.

Installs1
Install command
npx skills add https://github.com/bilalmk/todo_correct --skill browsing-with-playwright
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykFAIL
About this skill
Automate browser interactions via Playwright MCP server. 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. Use ref from snapshot output to target elements: For complex workflows, use browser_run_code to run multiple actions in one call: Tip: Use browser_run_code for complex multi-step operations that should be atomic (all-or-nothing). Run: python3 scripts/verify.py Expected: ✓ Playwright MCP server running See references/playwright-tools.md for complete tool documentation. - End of task : Stop when browser work is complete - Long sessions : Keep running if doing multiple browser tasks - Errors : Stop and restart if browser becomes unresponsive - Navigate to page - Get snapshot to find element refs - Fill form fields using refs - Click submit - Wait for confirmation - Screenshot result - Navigate to page - Get snapshot (contains text content) - Use browser_evaluate for complex extraction - Process results - Run diagnostic: pgrep -f "@playwright/mcp" - Check: Server process running on port 8808 - Try: bash scripts/start-server.sh - Stop and report if still failing - do not proceed with downstream steps

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does browsing-with-playwright do?

Automate browser interactions via Playwright MCP server.

Is browsing-with-playwright good?

browsing-with-playwright does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does browsing-with-playwright work with?

browsing-with-playwright currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to browsing-with-playwright?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install browsing-with-playwright?

npx skills add https://github.com/bilalmk/todo_correct --skill browsing-with-playwright

Related skills

Alternatives in Software Engineering