cloudflare-browser-rendering

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

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill cloudflare-browser-rendering-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-browser-rendering
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/cloudflare-browser-rendering
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill cloudflare-browser-rendering-brendadeeznuts1111

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 PDFs with custom formatting.
  • Web Scraping: Extract data from dynamic websites that require JavaScript execution.
  • Use Case: Automatically generate daily screenshots of your website's homepage and store them in R2 for visual regression testing.

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 deploying Puppeteer or Playwright scripts to the edge network. This eliminates the need for your own server infrastructure while executing dynamic web tasks.

Can I generate PDFs from web pages using Puppeteer on Cloudflare Workers?

Yes, you can generate PDFs from web pages using Puppeteer on Cloudflare Workers. The Skill supports converting web pages or HTML content into PDFs with custom formatting directly within your edge deployment.

What is the best way to scrape dynamic websites that require JavaScript execution?

The best way to scrape dynamic websites requiring JavaScript execution is using headless Chrome on Cloudflare Workers. By leveraging Puppeteer or Playwright, you can extract data from dynamic content without managing dedicated servers.

Does Cloudflare browser rendering support session management for web scraping?

Yes, Cloudflare browser rendering supports session management for web scraping. This feature is integrated to optimize performance during continuous browser automation tasks on the edge network.

How do I deploy Playwright scripts using wrangler for browser rendering?

You deploy Playwright scripts for browser rendering by integrating wrangler for deployment with Cloudflare Workers. This setup allows you to execute automated screenshots and web scraping on the edge.

How do I capture full-page screenshots of a website on Cloudflare Workers?

You capture full-page screenshots of a website on Cloudflare Workers by running Puppeteer or Playwright scripts in the headless browser environment. The output can be directly stored in R2 for visual regression testing.