superduck-cli
v0.2.4
Published
Your browser's session, callable as a tool. CLI bridge from Claude Code/Codex/etc to your active Chrome tab.
Readme
superduck
Your browser's session, callable as a tool.
superduck is a CLI that lets agents (Claude Code, Codex, etc.) read from and fetch as the user's currently-running Chrome — same login state, same cookies, same active tab.
Install
npm install -g superduck
superduck setupThen in Chrome: install the SuperDuck extension, reload, and run:
superduck doctorAll green → you're ready.
Quick start
superduck context # see what the user is reading
superduck fetch https://api.example.com # using their cookies
superduck tabsSee SKILL.md for the agent-facing usage doc.
Architecture
agent CLI ──► superduck (this binary)
│ UDS /tmp/chrome-native-host.sock
▼
chrome-native-host (Go) ──Chrome Native Messaging──► SuperDuck extension ──► active tabThe native binary is shipped via npm optionalDependencies (one platform package per arch) so install never runs a postinstall download script.
License
MIT
