What problem does it solve? Static fetching tools like WebFetch fail on JavaScript-rendered pages, login flows, and sites that serve PDFs through JS viewers. This Skill drives a real anti-detection Firefox instance via the camofox-browser HTTP server, letting you read pages, click elements, type text, and download files through a simple REST API. ## Core Features & Use Cases - Interactive browsing: Create tabs, navigate, take accessibility-tree snapshots with stable element refs, then click, type, scroll, and press keys against those refs. - Academic paper retrieval: Navigate publisher sites (ACM, arXiv, journal pages), dismiss modals, and capture PDF downloads server-side even when the file sits behind a JS viewer. - Search macros and transcripts: Use built-in macros like @google_search and @reddit_search, and fetch YouTube transcripts via a dedicated endpoint. - Use Case: You need a paper whose PDF only appears inside ACM's eReader. Open the DOI page, click the page-level download link, and pull the file bytes from the server's downloads endpoint as base64. ## Quick Start Ask the agent to start the camofox-browser server and search Google for a topic, then read and summarize the first result page.