neonwatty

Setup Auth Browse — DevOps skill for Claude Code

DevOps community

Set up persistent authenticated browsing for external services (Cloudflare, Sentry, etc.

How to install Setup Auth Browse

Installs to ~/.claude/skills/neonwatty-playwright-profiles-setup-auth-browse/SKILL.md

Terminal
mkdir -p ~/.claude/skills/neonwatty-playwright-profiles-setup-auth-browse && curl -fsSL https://raw.githubusercontent.com/neonwatty/playwright-profiles/HEAD/commands/setup-auth-browse.md -o ~/.claude/skills/neonwatty-playwright-profiles-setup-auth-browse/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Setup Auth Browse does


description: Set up persistent authenticated browsing for external services (Cloudflare, Sentry, etc.) allowed-tools: Read, Write, Bash, Glob, Grep, AskUserQuestion

Setup Authenticated Browsing

Set up the `auth-browse` system for persistent authenticated browsing of external services using `playwright-cli` with real Chrome.

Step 1: Check Prerequisites

Verify that `playwright-cli` is available:

which playwright-cli

If not found, inform the user they need playwright-

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Supabase — Infrastructure Supabase database/auth integration 14k ★
  • AWS Skills Pack — AWS cloud services skills 1.6k ★

Full documentation available on GitHub

View Source Repository