Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    samhvw8

    playwriter

    samhvw8/playwriter
    Productivity
    11

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Control the user Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox...

    SKILL.md

    Quick Start

    # Get a session ID first
    playwriter session new
    # => 1
    
    # Execute code with your session
    playwriter -s 1 -e "await page.goto('https://example.com')"
    playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))"
    playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })"
    

    If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest.

    Full Documentation

    Always run playwriter skill to get the complete, up-to-date skill instructions.

    The skill command outputs detailed docs on:

    • Session management
    • Context variables (state, page, context)
    • Best practices and rules
    • Accessibility snapshots and screenshots
    • Selector strategies
    • Working with pages, navigation, popups, downloads
    • Utility functions (getCleanHTML, getCDPSession, createDebugger, etc.)
    • Network interception for API scraping
    • And more...
    playwriter skill
    
    Recommended Servers
    Browser tool
    Browser tool
    Kernel
    Kernel
    Svelte
    Svelte
    Repository
    samhvw8/dotfiles
    Files