Automates Chrome browser tasks by talking to your actual running Chrome session, not spinning up a headless instance. Built on agent-browser CLI. The key workflow is always checking existing tabs first before opening new ones, since the user's real browser already has their logins and session state. Handles the usual stuff like clicking, filling forms, taking screenshots, and extracting data. Can replay Chrome DevTools recordings, though you'll need to adapt selectors since IDs change between loads. Gets tricky with iframe-heavy sites like LinkedIn or Gmail because snapshots only see the main frame, so you'll sometimes need to drop down to eval or keyboard commands to reach embedded content.
npx skills add https://github.com/zc277584121/marketing-skills --skill chrome-automation