cf-browser
Installation
SKILL.md
Cloudflare Browser Rendering
Browse and scrape the web via Cloudflare's Browser Rendering REST API. Every call is a single POST request — no browser setup, no Puppeteer scripts.
Prerequisites
Requires two env vars (confirm they're set before making calls):
CF_ACCOUNT_ID— Cloudflare account IDCF_API_TOKEN— API token with Browser Rendering - Edit permission
Helper script
Use cfbr.sh for all API calls. It handles auth headers and the base URL:
# JSON endpoints
cfbr.sh <endpoint> '<json_body>'
# Screenshot (binary) — optional third arg for output filename
Related skills