Agent skill · Testing & QA

go-playwright

Expert capability for robust, stealthy, and efficient browser automation using Playwright Go.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill go-playwright --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/go-playwright/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Safety & Risk
  4. Limitations
  5. Strategic Implementation Guidelines
  6. 1. Architecture: Contexts vs. Browsers
  7. 2. Logging & Observability
  8. 3. Error Handling & Stability
  9. 4. Stealth & Human-Like Behavior
  10. 5. Documentation Usage
  11. Resources
  12. Summary Checklist for Agent
Ships with 1 file
  • resources/implementation-playbook.md
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going