raulvidis/hermes-cloudflare ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python plugin for hermes agent that connects to Cloudflare Browser Rendering so I can crawl and extract real web pages, even sites that rely on JavaScript.
I want it to let hermes agent do a few useful things, like crawl a site with depth and page limits, grab specific elements with CSS selectors, turn pages into clean Markdown, extract structured JSON from a page with an AI prompt and schema, find links, get the fully rendered HTML, take screenshots, and save pages as PDF.
Please make installation simple, with a quick install script and a manual install path too. It should read the Cloudflare API token and account ID from environment variables, and the setup should feel easy for someone who just wants to drop it into their hermes agent install and start using it.
If you need to check current Cloudflare or hermes docs online while wiring it up, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit