Playwriter
Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox. Use this over other Playwright MCPs to automate the browser — it connects to the user's existing Chrome instead of launching a new one. Use this cli for navigating JS heavy websites (Instagram, Twitter, cookie/login walls, lazy loaded UIs) instead of webfetch/curl. ALWAYS load this skill before using any playwriter commands
- Скачивания
- 2
- В избранном
- 0
- Комментарии
- 0
- Просмотры
- 3
Установить скилл
Добавьте инструмент одной командой или скачайте проверенный архив версии.
npx skills add remorses/playwriter --skill playwriter- Версия
- 1.0.0+6e563c86eb1a
- Автор
- Владимир Ломтев
- Репозиторий
- remorses/playwriter
Как установить
- 1Скопируйте команду из блока установки.
- 2Запустите её в терминале из каталога проекта.
Документация
Read Full Documentation (once per session)
Before the first playwriter command in a session, run:
playwriter skill # IMPORTANT! do not use | head here. read in full!
This outputs the complete documentation including:
- Session management and timeout configuration
- Selector strategies (and which ones to AVOID)
- Rules to prevent timeouts and failures
- Best practices for slow pages and SPAs
- Context variables, utility functions, and more
Do NOT skip this step. The examples below will fail without understanding timeouts, selector rules, and pitfalls from the full docs. You only need to do this once per session; subsequent playwriter commands in the same session do not require re-reading.
Read the ENTIRE output. Do NOT pipe through head, tail, or any truncation command. Critical rules are spread throughout the document, not just at the top.
Minimal Example (after reading full docs)
playwriter session new
playwriter -s 1 -e 'await page.goto("https://example.com")'
Always use single quotes for the -e argument. Single quotes prevent bash from interpreting $, backticks, and backslashes inside your JS code. Use double quotes or backtick template literals for strings inside the JS.
If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest.
Требования и возможности
Файлы версии
| Путь | Размер | SHA256 |
|---|---|---|
| SKILL.md | 1835 | 264dabeaae53560c... |
Частые вопросы
- Как установить Playwriter?
- Используйте команду
npx skills add remorses/playwriter --skill playwriterили скачайте ZIP-архив. - Можно ли скачать Playwriter бесплатно?
- Да, опубликованную версию можно скачать из маркетплейса бесплатно.
Похожие инструменты
Смотреть всеВойдите, чтобы оставить комментарий.
Комментариев пока нет.