go-playwright
Expert capability for robust, stealthy, and efficient browser automation using Playwright Go.
npx skills add sickn33/agentic-awesome-skills --skill go-playwright --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Playwright Go Automation Expert ## Overview This skill provides a comprehensive framework for writing high-performance, production-grade browser automation scripts using `github.com/playwright-community/playwright-go`. It enforces architectural best practices (contexts over instances), robust error handling, structured logging (Zap), and advanced human-emulation techniques to bypass anti-bot systems. ## When to Use This Skill - Use when the user asks to "scrape," "automate," or "test" a website using Go. - Use when the target site has complex dynamic content (SPA, React, Vue) requiring a real browser. - Use when the user mentions "stealth," "avoiding detection," "cloudflare," or "human-like" behavior. - Use when debugging existing Playwright scripts. ## Safety & Risk **Risk Level: 🔵 Safe** - **Sandboxed Execution:** Browser contexts are isolated; they do not persist data to the host machine unless explicitly saved. - **Resource Management:** Designed to close browsers and contexts via `defer` to prevent memory leaks. - **No External State-Change:** Default behavior is read-only (scraping/testing) unless the script is explicitly designed to submit forms or modify data. ## Limitat
- Overview
- When to Use This Skill
- Safety & Risk
- Limitations
- Strategic Implementation Guidelines
- 1. Architecture: Contexts vs. Browsers
- 2. Logging & Observability
- 3. Error Handling & Stability
- 4. Stealth & Human-Like Behavior
- 5. Documentation Usage
- Resources
- Summary Checklist for Agent
What does the go-playwright skill do?
Expert capability for robust, stealthy, and efficient browser automation using Playwright Go.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill go-playwright --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.