Install
openclaw skills install open-chrome-tabsRead currently open browser tabs from Chrome or other Chromium browsers (Arc, Brave, Edge, etc.). Use when you need to know what URLs the user has open, or want to list tabs from a synced device (e.g. Chrome on their phone).
openclaw skills install open-chrome-tabsInstall once: npm install -g @mindsocket/chrome-open-tabs
Or one-off: npx @mindsocket/chrome-open-tabs ...
--user-data (browser) → --profile → --device
| Option | Default | Notes |
|---|---|---|
--user-data | Chrome | path to browser's User Data dir |
--profile | Default | Try Profile 1, Profile 2 etc if Default not right |
--device | all | filter to one synced device; requires browser to be closed |
Always prints to stderr: [sync-data] or [session-files]
# 1. Find which devices are synced
chrome-open-tabs --profile "Profile 1" devices
# → MacBook Air
# → Pixel 9a
# 2. Get tabs from a specific device
chrome-open-tabs --profile "Profile 1" --device "Pixel 9a" --json
# 3. Get all tabs across all devices
chrome-open-tabs --profile "Profile 1" --json
# Arc
chrome-open-tabs --user-data "$HOME/Library/Application Support/Arc/User Data"
--device and devices require sync data — both error if the browser is running