playwright

Run Playwright browser automation from the command line via npx.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/bl1nk-bot/skills-cli --skill playwright-bl1nk-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright
Source: https://github.com/bl1nk-bot/skills-cli/tree/main/skills/playwright
Command: npx skills add https://github.com/bl1nk-bot/skills-cli --skill playwright-bl1nk-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate real browser tasks from the terminal without requiring a global Playwright install or complex setup, enabling quick, repeatable browser-based work.

Core Features & Use Cases

  • CLI-driven browser automation for navigation, input, and data capture.
  • Uses a wrapper script to run playwright-cli via npx, ensuring portability across environments.
  • Use cases include quick QA checks, data extraction, and automated demonstrations in scripts and demos.

Quick Start

Open a URL and take a basic snapshot using the wrapper.

Frequently Asked Questions about playwright

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Playwright browser automation from the terminal?

Playwright browser automation from the terminal is executed via a lightweight wrapper script that invokes the playwright-cli. It allows developers to perform navigation, form filling, and data capture directly from the command line.

Do I need a global Playwright installation to automate browsers via CLI?

No global Playwright installation is required to automate browsers via CLI. The wrapper script uses npx to install and run the @playwright/cli package on demand, ensuring portability across different environments.

Can I use Playwright CLI for quick QA checks and data extraction?

Yes, you can use Playwright CLI for quick QA checks and data extraction. The wrapper enables CLI-driven browser automation to capture data, fill forms, and take snapshots for automated demonstrations.

What is the best way to automate real browsers without complex setup?

The best way to automate real browsers without complex setup is using a wrapper that delegates to playwright-cli. This approach avoids global installs and uses a per-user storage path to execute tasks on demand.

Does the Playwright CLI wrapper require npx availability?

Yes, the Playwright CLI wrapper enforces an npx availability check before running. It relies on npx to execute the @playwright/cli package dynamically, ensuring the environment supports this command.