cloudflare-browser-rendering

Automate headless browser tasks on Cloudflare Workers with Puppeteer or Playwright.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill cloudflare-browser-rendering-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-browser-rendering
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/skills/cloudflare-browser-rendering
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill cloudflare-browser-rendering-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates browser tasks like taking screenshots, generating PDFs, and scraping dynamic websites directly on Cloudflare's edge network, eliminating the need for your own server infrastructure.

Core Features & Use Cases

  • Automated Screenshots: Capture full-page or regional screenshots of any website.
  • PDF Generation: Convert web pages or HTML content into PDF documents.
  • Web Scraping: Extract data from dynamic websites that require JavaScript execution.
  • Use Case: Automatically generate daily PDF reports of your website's performance metrics or take screenshots of competitor pages for market analysis.

Quick Start

Use the cloudflare-browser-rendering skill to take a screenshot of https://example.com.

Frequently Asked Questions about cloudflare-browser-rendering

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

FAQPage Schema
How do I run headless browser automation on Cloudflare Workers?

Headless browser automation on Cloudflare Workers is enabled by using Puppeteer or Playwright to execute tasks like taking screenshots, generating PDFs, and scraping dynamic websites without managing your own server infrastructure.

Can I generate a PDF from a URL using Puppeteer on Cloudflare Workers?

Yes, you can generate PDFs from URLs or HTML content using Puppeteer on Cloudflare Workers. The Skill supports converting web pages directly into PDF documents on the edge network.

Does Cloudflare browser rendering support Playwright for web scraping dynamic websites?

Yes, Cloudflare browser rendering supports Playwright for web scraping dynamic websites. It allows you to extract data from sites that require JavaScript execution directly on the edge network.

Why does my XPath selector error occur during browser automation on Cloudflare Workers?

XPath selector errors during browser automation on Cloudflare Workers typically arise from browser binding misconfigurations or concurrency limits. This Skill helps address these specific browser binding and XPath issues.

What are the concurrency limits for headless Chrome on Cloudflare Workers?

Concurrency limits for headless Chrome on Cloudflare Workers can affect your browser automation tasks. This Skill helps manage these limits alongside session management to ensure stable screenshots and PDF generation.