jelly-playwright

Automate browser tasks with Playwright CLI for screenshots, scraping, and E2E testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-playwright
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-playwright
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides Playwright-based browser automation for screenshots, scraping, form filling, and E2E testing.

Core Features & Use Cases

  • Scripting and CLI: Run scripts or CLI commands to automate browser tasks.
  • Screenshots & PDFs: Capture full-page screenshots and generate PDFs.
  • Form automation: Fill forms and run end-to-end flows.

Quick Start

Install dependencies, run pw commands, and extend with your own scripts.

Frequently Asked Questions about jelly-playwright

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

FAQPage Schema
How do I automate browser tasks like screenshots and form filling with Playwright?

Browser automation with Playwright lets you script interactions across dynamic and static pages. This Skill provides CLI commands to navigate, capture screenshots, click elements, type text, scrape content, and evaluate JavaScript, with session persistence for multi-step workflows.

Can I use Playwright for end-to-end testing and web scraping in headless mode?

Yes. Playwright-based automation runs headless across Node.js environments and supports E2E testing, web scraping, and form automation. The Skill handles cross-platform execution with error handling and session management for reliable headless workflows.

What's the best way to capture full-page screenshots and generate PDFs from web pages?

Playwright automation can capture full-page screenshots and generate PDFs programmatically. This Skill provides CLI commands to navigate to pages and execute screenshot and PDF capture tasks without manual browser interaction.

Do I need TypeScript experience to automate browser tasks with this Skill?

The Skill is built on TypeScript and runs in Node.js environments, but you interact with it through CLI commands and scripts. Prior TypeScript knowledge helps for extending behavior, but the core commands work from the command line.

Can I combine multiple browser actions like navigation, clicking, and data extraction in a single workflow?

Yes. The Skill supports chaining commands—navigate, click, type, scrape, and eval—within a single session with persistence. This enables multi-step form automation, E2E flows, and complex scraping sequences in one execution.

What are the limitations of headless browser automation for dynamic JavaScript-heavy pages?

Playwright handles dynamic content and JavaScript execution, but rendering performance and timeout constraints depend on page complexity. The Skill includes error handling and session management to mitigate common edge cases in automated workflows.