Skip to main content
Back to the directory
bilalmk/todo_correctSoftware EngineeringFrontend and Design

browsing-with-playwright

Browser automation with Playwright MCP for web navigation, form interaction, and data extraction.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/bilalmk/todo_correct --skill browsing-with-playwright
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, browsing-with-playwright has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: bilalmk/todo_correct. Canonical URL: https://skills.sh/bilalmk/todo_correct/browsing-with-playwright.

Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykFAIL
About this skill
Browser automation with Playwright MCP for web navigation, form interaction, and data extraction. 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. - Supports navigation, element interaction (click, type, select), screenshots, and accessibility snapshots that return element references for precise targeting - Includes JavaScript execution via browser_evaluate and multi-step atomic operations through browser_run_code for complex workflows - Requires --shared-browser-context flag to maintain browser state across sequential commands; server runs on port 8808 - Common workflows covered: form submission, data extraction, waiting for page conditions, and element verification via snapshots - End of task : Stop when browser work is complete - Long sessions : Keep running if doing multiple browser tasks - Errors : Stop and restart if browser...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Browser automation with Playwright MCP for web navigation, form interaction, and data extraction.

Is browsing-with-playwright good?

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

Which AI agents support browsing-with-playwright?

browsing-with-playwright currently lists compatibility with Skills CLI.

Is browsing-with-playwright safe to install?

browsing-with-playwright has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to browsing-with-playwright?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install browsing-with-playwright?

Run the following command to install browsing-with-playwright: npx skills add https://github.com/bilalmk/todo_correct --skill browsing-with-playwright

Related skills

Alternatives in Software Engineering