remorsesremorsesCommunityยท1 Agent Skills Included

playwriter

Let AI agents control your real Chrome browser with Playwright

Connects AI agents to your existing Chrome browser so they can click, type, navigate, and extract data using full Playwright commands. Keeps your logins, cookies, and extensions intact, avoiding fresh browser sessions that trigger bot detection and CAPTCHAs. Handles JS-heavy sites, login walls, and infinite scroll that simple fetch tools cannot read. Records user actions and replays them as reusable automation scripts.
npx skills add remorses/playwriter --all -g -y
Available:

Gives the AI agent the project architecture, WebSocket protocol rules, and strict compatibility constraints it must follow when working with or extending the Playwriter browser automation system.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Playwriter?โ–ผ

Run `npx skills add remorses/playwriter --all -g -y` in your terminal to install the skill globally, then add the Playwriter extension from the Chrome Web Store.

How is Playwriter different from Playwright MCP?โ–ผ

Playwriter connects to your already-running Chrome with your logins and extensions, instead of spawning a fresh browser that gets flagged by bot detectors.

Can Playwriter handle login walls and CAPTCHAs?โ–ผ

Yes. Because it uses your real browser session, it keeps you logged in, and its cloud browser mode can solve CAPTCHAs and bypass anti-bot detection automatically.

Does Playwriter work with Claude Code and other AI agents?โ–ผ

Yes. It works through a standard CLI and MCP server, so any MCP-compatible agent like Claude Code, Cursor, or Codex can control your browser.

Can I record my actions and replay them automatically?โ–ผ

Yes. Run `playwriter recorder start`, perform your workflow in the browser, then stop the recording to turn it into a reusable automation script.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’