Read the current page
Let agents read titles, links, forms, buttons, and interactive elements from the real active tab.
SuperDuck turns the Chrome you already use into a browser tool for agents. Through the side panel, local CLI, and Agent Skill, agents can read pages, click elements, take screenshots, and inspect console or network signals while keeping your sessions, cookies, and tabs intact.
It does not spin up a separate stateless browser. It exposes the Chrome you already use and are already logged into.
Let agents read titles, links, forms, buttons, and interactive elements from the real active tab.
Prefer element refs for page actions, with coordinates as a fallback for complex controls or canvas UIs.
Capture the real browser for UI review, regression checks, and page-state verification.
Read console errors and exceptions so agents can verify whether issues still exist after a fix.
Inspect API requests, status codes, and failed resources to debug real page loading or backend issues.
Use the Skill to teach Codex, Claude Code, Cursor, and other agents the SuperDuck browser workflow.
Many dev and ops workflows depend on real sessions, browser permissions, existing tabs, and the user's current context. That is where SuperDuck fits.
Use your own Chrome without signing internal tools, dashboards, or protected pages into another browser.
Connect agents to the browser on your machine through the extension and native host.
The extension, native host, CLI, and Skill live on GitHub for review, customization, and self-hosting.
Order matters: install the Chrome side panel first, then the local CLI bridge, and add the Agent Skill last.
After the Chrome extension is installed, CLI handles setup, doctor, and browser control; the Skill teaches agents how to use it.
npm install -g superduck-cli
npx skills add superduck-ai/superduck
superduck doctor
Find SuperDuck's Chrome extension, native host, CLI, npm package, and Skill from these links.
Start with the Chrome side panel, connect the CLI, then add the SuperDuck Skill to your agent.