← 返回 Skills 市场
mindsocket

Open Chrome Tabs

作者 Roger Barnes · GitHub ↗ · v1.1.1
cross-platform ⚠ suspicious
776
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install open-chrome-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 w...
安全使用建议
This skill appears internally consistent: it needs to read browser profile files to list tabs and instructs you to run an npm package that does that work. Before installing or running it, verify the npm package's source (review its GitHub repo, publisher identity, and recent releases), consider running it in a sandbox or limited environment, and be aware it will access potentially sensitive URLs (including synced devices). If you don't trust the package or cannot review its code, avoid running `npx`/global install. Also ensure your browser is closed when using the sync-device mode as the tool requires.
功能分析
Type: OpenClaw Skill Name: open-chrome-tabs Version: 1.1.1 The skill instructs the AI agent to install and execute an external `npm` package (`@mindsocket/chrome-open-tabs`) to read currently open browser tabs and sync data from Chromium-based browsers. This involves accessing highly sensitive user data, including browser user data directories (e.g., `$HOME/Library/Application Support/Arc/User Data`), LevelDB for sync data, and SNSS session files, as detailed in `SKILL.md`. While the `SKILL.md` itself does not contain explicit malicious prompt injection, the core functionality grants access to sensitive user browsing activity and relies on an external, unanalyzed binary, posing a significant privacy and security risk due to the potential for data exfiltration or misuse.
能力评估
Purpose & Capability
Name and description (listing currently open Chrome/Chromium tabs, including synced devices) align with the instructions: the SKILL.md shows exactly how to read Chrome user-data, session files, or sync LevelDB to enumerate tabs.
Instruction Scope
Instructions are limited to installing/running @mindsocket/chrome-open-tabs and reading browser User Data directories, session files, or Chrome sync LevelDB. These file accesses are expected for the declared purpose, but they do involve reading potentially sensitive browsing history and synced-device data.
Install Mechanism
No install spec in registry, but SKILL.md tells the agent to run `npm install -g` or `npx @mindsocket/chrome-open-tabs`. Running an npm package via npx is a moderate-risk install mechanism because it executes third-party code fetched from the npm registry; users should verify the package source before running.
Credentials
The skill declares no environment variables, credentials, or unrelated config paths. The accesses requested in the instructions (browser user-data and session/sync files) are proportionate to the stated function of enumerating open tabs, though they expose sensitive personal data.
Persistence & Privilege
The skill does not request persistent presence (always: false) nor system-wide changes. It does not attempt to modify other skills or agent configs in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-chrome-tabs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-chrome-tabs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Improved documentation for usage with Chrome and Chromium-based browsers (Arc, Brave, Edge, etc.) - Clarified command options and typical workflows, including device and profile selection - Provided detailed instructions and examples for retrieving open tabs and working with synced devices - Documented fallback behavior when sync data isn’t available or browser is running
元数据
Slug open-chrome-tabs
版本 1.1.1
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Open Chrome 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 w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 776 次。

如何安装 Open Chrome Tabs?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-chrome-tabs」即可一键安装,无需额外配置。

Open Chrome Tabs 是免费的吗?

是的,Open Chrome Tabs 完全免费(开源免费),可自由下载、安装和使用。

Open Chrome Tabs 支持哪些平台?

Open Chrome Tabs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Open Chrome Tabs?

由 Roger Barnes(@mindsocket)开发并维护,当前版本 v1.1.1。

💬 留言讨论