lackeyjb/playwright-skill
VerifiedOn-demand Playwright browser automation integrated as a Claude Code skill.
What is lackeyjb/playwright-skill?
A Claude Skill that adds full browser automation via Playwright, allowing Claude to create and execute scripts for testing or multi-step flows without relying on fixed templates.
Claude loads only the needed API details when required, runs code through a universal executor to avoid module issues, and returns results with screenshots and logs.
Designed for Claude Code users who need flexible web testing, visual checks, or interaction validation in their workflows.
What you can build with lackeyjb/playwright-skill
Homepage and Form Testing
Ask Claude to verify page loads, fill forms, or check signup flows with custom scripts.
Responsive Visual Checks
Capture screenshots across mobile and desktop viewports to inspect layout behavior.
Link and Asset Validation
Scan for broken links, confirm image loading, and test navigation elements automatically.
Install lackeyjb/playwright-skill
/plugin install playwright-skill@playwright-skill# 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- 1Add the repository as a marketplace using the plugin command in Claude Code.
- 2Install the playwright-skill plugin through the Claude Code interface.
- 3Navigate to the skill folder and run npm run setup to complete configuration.
- 4Confirm the skill appears with the /help command.
- 5Test by requesting a simple task like checking if a site loads.
lackeyjb/playwright-skill: pros & cons
Pros
- +Claude decides when to apply the skill and loads minimal context
- +Visible browser mode by default for real-time observation
- +Handles module resolution and temp file cleanup reliably
- +Supports both plugin and standalone installation paths
Cons
- –Requires Claude Code environment and plugin setup steps
- –Nested folder structure needs manual extraction for non-plugin use
- –Depends on npm for initial configuration
Frequently asked questions
Yes, you can extract and install just the inner skill folder for global or project use.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…