playwriter

Automate authenticated browser tasks by attaching AI agents to a running Chrome session via MCP.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/oh-my-skills --skill playwriter-akillness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwriter
Source: https://github.com/akillness/oh-my-skills/tree/main/.agent-skills/playwriter
Command: npx skills add https://github.com/akillness/oh-my-skills --skill playwriter-akillness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates authenticated browser tasks by leveraging a running Chrome session, preserving logins, cookies, and extensions.

Core Features & Use Cases

  • Attach to an existing Chrome session to perform scripted interactions without re-authentication.
  • Control the browser via Playwright API with preserved state across steps.
  • Coordinate AI agents for stateful, multi-step web workflows (logins, form submissions, data extraction).

Quick Start

Attach Playwriter to your running Chrome session to begin automated, authenticated browser tasks.

Frequently Asked Questions about playwriter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser tasks on sites that require login and active cookies?

Automate authenticated browser tasks by attaching an AI agent to a running Chrome session via MCP. This leverages your existing logins, cookies, and extensions without requiring re-authentication for stateful web workflows.

Can I use Playwright API to control my existing Chrome session with extensions loaded?

Yes, you can use the Playwright API to control your existing Chrome session with extensions loaded. The Skill attaches to a live Chrome relay via MCP, preserving your active extensions while exposing scripted control over the current browser state.

Does browser automation with AI agents work on pages requiring authenticated sessions?

Browser automation with AI agents works on authenticated pages by connecting to a running Chrome session. This approach preserves cookie-based sessions and extension-enabled pages, allowing agents to interact seamlessly without manual logins.

How do I connect an AI agent to a live Chrome relay for scripted web interactions?

Connect an AI agent to a live Chrome relay by using the Model Context Protocol (MCP) within the Skill. This attachment exposes the Playwright API, enabling the agent to execute scripted control over the current browser state for your workflows.