๐Ÿงช
AutomationGo

Playwright CLI

by kdlbs

Playwright CLI is an Automation skill for Claude Code, published by kdlbs in kandev.

679 stars95 forkson kdlbs/kandevAdded 2026/08/23+3% in starsRepository updated 2026/08/23
acpagent-orchestrationagentic-aiagentic-development-environmentai-agentsclaude-codecode-reviewcoding-agentsdeveloper-toolsgithub-copilotgolangkanbannextjsopen-sourceself-hostedtask-managertuivibe-codingworkflow-automationworktrees
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/kdlbs/kandev/tree/main/.agents/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/kdlbs/kandev.git

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

In this catalog

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

What Playwright CLI does

Playwright CLI automates browser interactions, page navigation, and screenshots from the command line. Use it to test web pages, inspect snapshots, and run Playwright-based workflows.

Playwright CLI is cataloged under Automation on DirSkills. Playwright CLI comes from a repository tagged acp, agent-orchestration, agentic-ai, agentic-development-environment and ai-agents.

Documentation

README

Browser Automation with playwright-cli

The workspace pins @playwright/cli. In the examples below, playwright-cli means pnpm --dir apps exec playwright-cli from the repository root. This keeps the examples short while using the lockfile version rather than an unrelated global installation.

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 (rarely used, as snapshot is more common)
playwright-cli screenshot
# close the browser
playwright-cli close

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

Frequently asked about Playwright CLI

  • What else does kdlbs publish alongside Playwright CLI?

    Playwright CLI is one of 25 skills that DirSkills catalogs from kdlbs/kandev, the repository it ships in. Its siblings there include ACP Debug, Add Integration and Clean Branches. Each one is a separate skill with its own page in this directory, installs the same way Playwright CLI does, and is maintained by kdlbs in that same repository. The rest of the collection is listed on the kdlbs/kandev page.

  • How does Playwright CLI compare to other Automation skills?

    Playwright CLI ranks #1104 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.

More from kdlbs/kandev

Playwright CLI is one of 25 skills cataloged on DirSkills from kdlbs/kandev.

See all 25 skills โ†’