god-of-all-browsers
SKILL.md
God of all Browsers
A stateful, multi-tab Puppeteer skill designed to help AI agents automate heavily protected websites the exact same way a human does.
It solves three critical AI problems:
- Tabs & Statefulness: It launches a single background browser that stays open. Navigations, clicks that open new tabs, and cookies are remembered across multiple commands!
- Vision Abstraction: AI cannot "see" coordinates well, so
snapshotmaps the DOM, assigns a[tag]ID to every visible button/input, and takes a screenshot. The AI just says "Click tag [15]." - Bot Evasion: Uses
headless: false, custom user agents, removedwebdriverfootprints, and canvas spoofing.
Important Setup: Ensure the Chromium path is correct (C:\Program Files\Google\Chrome\Application\chrome.exe for Win or /usr/bin/chromium for Linux) and puppeteer-core is installed.
🚀 COMMANDS & WORKFLOW
1. Start the Browser (Required First Step)
Launch the browser in the background. It will use a persistent chrome_profile directory so you NEVER lose login sessions.