@mindsocket/chrome-open-tabs
v1.1.1
Published
Read open tabs from Chrome and other Chromium browsers
Readme
chrome-open-tabs
Read open browser tabs from Chrome and other Chromium browsers (Arc, Brave, Edge, etc.).
Install
npm install -g @mindsocket/chrome-open-tabsUsage
chrome-open-tabs [options] [command]
Options:
--user-data <path> path to browser User Data dir [Chrome default]
--profile <name> profile folder name [Default]
--device <name> filter tabs to one device (sync only)
--json output as JSON
Commands:
devices list synced devices (sync only)Using with AI agents
A SKILL.md is included in skills/chrome-open-tabs/ for use with Claude Code,
Openclaw, and other skill-based AI agents. Copy the skills/chrome-open-tabs/
directory into your agent's skills folder to give it access to your open tabs.
Notes
- Mode detection is based on
Sync Data/LevelDBpresence - Always prints mode to stderr:
[sync-data]or[session-files] - Sync data works across devices; session files are local only
- If the browser is running, sync data is locked — falls back to session files (local tabs only)
--deviceanddevicesrequire sync data; both error if the browser is running
