chrome-open-tabs

Read 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).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "chrome-open-tabs" with this command: npx skills add mindsocket/open-chrome-tabs

chrome-open-tabs

Install once: npm install -g @mindsocket/chrome-open-tabs

Or one-off: npx @mindsocket/chrome-open-tabs ...

Hierarchy

--user-data (browser) → --profile--device

OptionDefaultNotes
--user-dataChromepath to browser's User Data dir
--profileDefaultTry Profile 1, Profile 2 etc if Default not right
--deviceallfilter to one synced device; requires browser to be closed

Mode

Always prints to stderr: [sync-data] or [session-files]

  • sync-data — reads Chrome sync LevelDB; shows tabs across all synced devices
  • session-files — reads local SNSS session file; local tabs only, no device info; used when browser has no sync data or is running

Common workflow

# 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

Other browsers

# Arc
chrome-open-tabs --user-data "$HOME/Library/Application Support/Arc/User Data"

Notes

  • --device and devices require sync data — both error if the browser is running
  • If the browser is running, falls back to session files automatically (local tabs only)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

SERP Outline Extractor

Turn a target keyword or query into a search-informed content outline with likely subtopics, questions, and comparison angles. Useful for SEO briefs, blog pl...

Registry SourceRecently Updated
General

Multi-Model Response Comparator

Compare responses from multiple AI models for the same task and summarize differences in quality, style, speed, and likely cost. Best for model selection, ev...

Registry SourceRecently Updated
General

API Pricing Comparator

Compare AI API or model pricing across providers and produce a structured summary for product pages, blog posts, or buyer guides. Works with OpenAI-compatibl...

Registry SourceRecently Updated