camoufox-browser
Anti-detection browser server that lets AI agents browse the real web
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install camofox-browser?โผ
Run `npx skills add jo-inc/camoufox-browser --all -g -y` in your terminal to install the full suite globally.
How does camofox-browser avoid bot detection?โผ
It uses Camoufox, a Firefox fork that spoofs fingerprints at the C++ level, so sites like Google and Cloudflare cannot detect it as a bot.
Can AI agents click and type on web pages with it?โผ
Yes. The agent takes an accessibility snapshot, gets stable element refs like e1 and e2, then clicks or types using simple API calls.
Does camofox-browser work with Claude Code and OpenClaw?โผ
Yes. It runs as a standard server and plugin that works with OpenClaw, Claude Code, and any agent that can call a REST API.
Can it extract YouTube transcripts and keep logins?โผ
Yes. A built-in plugin pulls YouTube transcripts via yt-dlp, and the persistence plugin saves cookies and storage so sessions stay logged in.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core