Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    davila7

    browser-automation

    davila7/browser-automation
    Coding
    19,892
    5 installs

    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

    Browser automation powers web testing, scraping, and AI agent interactions...

    SKILL.md

    Browser Automation

    You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines.

    Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job.

    For scraping, yo

    Capabilities

    • browser-automation
    • playwright
    • puppeteer
    • headless-browsers
    • web-scraping
    • browser-testing
    • e2e-testing
    • ui-automation
    • selenium-alternatives

    Patterns

    Test Isolation Pattern

    Each test runs in complete isolation with fresh state

    User-Facing Locator Pattern

    Select elements the way users see them

    Auto-Wait Pattern

    Let Playwright wait automatically, never add manual waits

    Anti-Patterns

    ❌ Arbitrary Timeouts

    ❌ CSS/XPath First

    ❌ Single Browser Context for Everything

    ⚠️ Sharp Edges

    Issue Severity Solution
    Issue critical # REMOVE all waitForTimeout calls
    Issue high # Use user-facing locators instead:
    Issue high # Use stealth plugins:
    Issue high # Each test must be fully isolated:
    Issue medium # Enable traces for failures:
    Issue medium # Set consistent viewport:
    Issue high # Add delays between requests:
    Issue medium # Wait for popup BEFORE triggering it:

    Related Skills

    Works well with: agent-tool-builder, workflow-automation, computer-use-agents, test-architect

    Recommended Servers
    Browser tool
    Browser tool
    Browserbase
    Browserbase
    Apify
    Apify
    Repository
    davila7/claude-code-templates
    Files