A full-featured browser automation tool that lives entirely in your terminal. You get snapshot-driven interaction (no guessing selectors), persistent sessions with auth state, network mocking, video recording, and the ability to drop into full Playwright code when CLI commands aren't enough. The big workflow win is reusable auth: save your logged-in state once, reload it across sessions. The tracing and console output make debugging less painful than traditional headless setups. One caveat worth noting: the docs are very clear about the indirect prompt injection risk when automating third-party sites, which is refreshing honesty but does limit some scraping use cases. Best for testing your own apps or staging environments where you control the content.
npx skills add https://github.com/testdino-hq/playwright-skill --skill playwright-cli