playwriter

Execute Playwright code against your live Chrome browser via an extension.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/tuantiensiu/todo-app --skill playwriter-tuantiensiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwriter
Source: https://github.com/tuantiensiu/todo-app/tree/main/.opencode/skill/playwriter
Command: npx skills add https://github.com/tuantiensiu/todo-app --skill playwriter-tuantiensiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Control and automate actions on your actual Chrome browser using the Playwright API, eliminating the need to spawn new browser instances and enabling seamless interaction with live sessions, cookies, and extensions.

Core Features & Use Cases

  • Real-browser automation with the Playwright API against your current browser session
  • Single execute tool to run Playwright code and perform navigation, interaction, and data extraction
  • Works with existing extensions, sessions, and cookies for faster, more realistic automation

Quick Start

Run a single execute tool to run Playwright code on your currently open browser tab

Frequently Asked Questions about playwriter

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

FAQPage Schema
How do I run Playwright automation on my current live Chrome browser session?

Playwright automation on a live Chrome browser session is executed through a dedicated extension and a single execute tool, allowing you to interact with your active tabs without spawning new instances.

Can I use Playwright to interact with my existing cookies and browser extensions?

Yes, Playwright can interact with existing extensions, sessions, and cookies because it automates your actual Chrome browser, enabling faster and more realistic automation on live tabs.

Do I need to install a browser extension to control my real browser with Playwright?

Yes, controlling your real browser with Playwright requires the Playwriter extension and an npx-based setup to bridge the Playwright API with your active Chrome session.

What is the best way to extract data from a live web tab using Playwright?

The best way to extract data from a live tab is using the single execute tool to run Playwright code, which directly accesses the page context for navigation, interaction, and data extraction.

Does this approach to browser automation spawn new browser instances?

No, this approach eliminates the need to spawn new browser instances by executing Playwright code against your real Chrome browser via a dedicated extension for live session interaction.