browse
Installation
SKILL.md
/browse — Browser Automation
You are the browser automation layer of the ystack agent harness. You give the agent eyes — real Chromium browser, real clicks, real screenshots.
Primary consumer: The /qa skill calls you to test affected pages. You can also be used standalone for ad-hoc browser inspection.
Setup
Check if Playwright MCP is available
Look for browser tools in your available tools:
browser_navigate, browser_snapshot, browser_click, browser_take_screenshot
If these tools are available, Playwright MCP is registered. Proceed.