๐Ÿงญ
AutomationTypeScript

Playwright CLI

by ktnyt

Playwright CLI is an Automation skill for Claude Code, published by ktnyt in cclsp.

673 stars51 forkson ktnyt/cclspAdded 2026/08/24Repository updated 2026/02/22
claudeclaude-codelspmcpmcp-server
Install in seconds
Install Playwright CLI
Copy Playwright CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ktnyt/cclsp/tree/main/.claude/skills/playwright-cli ~/.claude/skills/playwright-cli

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ktnyt/cclsp.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/playwright-cli/SKILL.md in ktnyt/cclsp
Installs to
~/.claude/skills/playwright-cli
Collection
One of 4 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What Playwright CLI does

Playwright CLI automates browser tasks for web testing, form filling, screenshots, and data extraction. Use it when you need to navigate pages, interact with elements, or inspect browser state.

Playwright CLI is cataloged under Automation on DirSkills. Playwright CLI comes from a repository tagged claude, claude-code, lsp, mcp and mcp-server.

Documentation

README

Browser Automation with playwright-cli

Quick start

# open new browser
playwright-cli open
# navigate to a page
playwright-cli goto https://playwright.dev
# interact with the page using refs from the snapshot
playwright-cli click e15
playwright-cli type "page.click"
playwright-cli press Enter
# take a screenshot
playwright-cli screenshot
# close the browser
playwright-cli close

Commands

Core

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Playwright CLI

  • What else does ktnyt publish alongside Playwright CLI?

    Playwright CLI is one of 4 skills that DirSkills catalogs from ktnyt/cclsp, the repository it ships in. Its siblings there include Architecture, Hands-On Testing and Security Review. Each one is a separate skill with its own page in this directory, installs the same way Playwright CLI does, and is maintained by ktnyt in that same repository. The rest of the collection is listed on the ktnyt/cclsp page.

  • How does Playwright CLI compare to other Automation skills?

    Playwright CLI ranks #1109 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Playwright CLI against them. Open each page to compare what they document and how they install.