AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсОбучениеПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    Playwriter — Скилл для ИИ-агентов | AI Рассвет

    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

    Скиллы для разработки#GitHub#remorses/playwriter#skills.sh
    Скачивания
    2
    В избранном
    0
    Комментарии
    0
    Просмотры
    3

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add remorses/playwriter --skill playwriter
    Скачать ZIP
    Версия
    1.0.0+6e563c86eb1a
    Автор
    Владимир Ломтев
    Репозиторий
    remorses/playwriter
    GitHub: remorses/playwriter

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 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.

    Требования и возможности

    Источник пакета
    https://github.com/remorses/playwriter/tree/6e563c86eb1a490264d696d025bd5df4b2fda405/skills/playwriter

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md1835264dabeaae53560c...

    Частые вопросы

    Как установить Playwriter?
    Используйте команду npx skills add remorses/playwriter --skill playwriter или скачайте ZIP-архив.
    Можно ли скачать Playwriter бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Terraform Style GuideGenerate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations.2ГИС: Матрица расстояний 2ГИСРассчитать время и расстояния между наборами точек.React DoctorUse when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add remorses/playwriter --skill playwriter
    Скачать ZIP
    Версия
    1.0.0+6e563c86eb1a
    Автор
    Владимир Ломтев
    Репозиторий
    remorses/playwriter
    GitHub: remorses/playwriter
    Agent DeviceAutomates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.