Profile
Cloudflare browser rendering plugin. Headless browsing through Cloudflare's infrastructure instead of local browser automation.
Signals
Listed in the awesome-hermes-agent README
Sources: 2 / Surfaces: 1
What the upstream surface says
Short excerpt only, so you can decide whether to click out.
Cloudflare Browser Rendering plugin for hermes-agent — crawl, scrape, and extract content from web pages using Cloudflare's headless browser API.
| Tool | Description | |------|-------------| | cfcrawl | Async website crawling with depth/limit controls, format selection (HTML/Markdown/JSON), include/exclude patterns, sitemap discovery | | cfscrape | CSS-selector-based element extraction (text, HTML, attributes, dimensions) | | cfmarkdown | Convert pages to clean Markdown (handles JS-heavy sites) | | cfjsonextract | AI-powered structured data extraction (Workers AI / Llama 3.3 70B) with prompt + JSON schema | | cflinks | Link discovery with visible-only and external domain filtering | | cfcontent | Fully rendered HTML after JavaScript execution | | cfscreenshot | Page screenshots (full-page, element, viewport control, PNG/JPEG/WebP) | | cf_pdf | Page-to-PDF with headers/footers, margins, scale |
curl -sSL https://raw.githubusercontent.com/raulvidis/hermes-cloudflare/main/install.sh | bash
- Go to Cloudflare Dashboard
- Create a token with Browser Rendering - Edit permission
- Copy your Account ID from the dashboard sidebar
- hermes-agent v0.3.0+
- Python 3.10+
- Cloudflare account with Browser Rendering enabled (available on Free and Paid plans)