Show HN: Playwright Skill for Claude Code – Less context than playwright-MCP

https://news.ycombinator.com/rss Hits: 13
Summary

Playwright Skill for Claude Code General-purpose browser automation as a Claude Skill A Claude Skill that enables Claude to write and execute any Playwright automation on-the-fly - from simple page tests to complex multi-step flows. Packaged as a Claude Code Plugin for easy installation and distribution. Claude autonomously decides when to use this skill based on your browser automation needs, loading only the minimal information required for your specific task. Features Any Automation Task - Claude writes custom code for your specific request, not limited to pre-built scripts - Claude writes custom code for your specific request, not limited to pre-built scripts Visible Browser by Default - See automation in real-time with headless: false - See automation in real-time with Zero Module Resolution Errors - Universal executor ensures proper module access - Universal executor ensures proper module access Progressive Disclosure - Concise SKILL.md with full API reference loaded only when needed - Concise SKILL.md with full API reference loaded only when needed Safe Cleanup - Smart temp file management without race conditions - Smart temp file management without race conditions Comprehensive Helpers - Optional utility functions for common tasks Installation This skill can be installed via the Claude Code plugin system or manually. Option 1: Via Plugin System (Recommended) # Add this repository as a marketplace /plugin marketplace add lackeyjb/playwright-skill # Install the plugin /plugin install playwright-skill@playwright-skill # Navigate to the skill directory and run setup cd ~ /.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill npm run setup Verify installation by running /help to confirm the skill is available. Option 2: Manual Git Clone Install directly from GitHub to your skills directory: Global Installation (Available Everywhere): # Navigate to your Claude skills directory cd ~ /.claude/skills # Clone the skill git clone https://github.com/lack...

First seen: 2025-10-20 14:05

Last seen: 2025-10-21 07:08