From browser-harness
Provides a browser automation harness using Playwright for web scraping, testing, and multi-page workflows. Useful when you need to interact with live web pages programmatically.
How this skill is triggered — by the user, by Claude, or both
Slash command
/browser-harness:browser-harnessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
../../SKILL.md
../../SKILL.md
npx claudepluginhub browser-use/browser-harness --plugin browser-harnessWrites and executes custom Playwright browser automation scripts for testing or scraping. Auto-detects local dev servers and runs scripts with a visible browser for debugging.
Automates browsers with Playwright for testing pages, taking screenshots, checking UI, verifying login flows, and testing responsive behavior.
Automates browser tasks via Playwright CLI wrapper: navigate sites, snapshot elements, fill forms, click/type, screenshot, trace, extract data, debug UI flows from terminal.