A command-line wrapper for Playwright that lets you drive a browser interactively from your terminal. You open a browser instance, navigate pages, click elements by reference IDs from automatic snapshots, and type into forms without writing test scripts. It's the kind of tool that makes sense when you need to automate a quick browser task or debug a flaky interaction without spinning up a full test suite. The mixed security audit results (passing Socket but failing Snyk) are worth checking before you use it in production environments. Originally forked from Microsoft's playwright-cli and maintained by flora131 in the atomic repository.
npx skills add https://github.com/flora131/atomic --skill playwright-cli