# Send Open Chrome Tabs to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "open-chrome-tabs",
    "name": "Open Chrome Tabs",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/mindsocket/open-chrome-tabs",
    "canonicalUrl": "https://clawhub.ai/mindsocket/open-chrome-tabs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/open-chrome-tabs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-chrome-tabs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "open-chrome-tabs",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T21:49:34.473Z",
      "expiresAt": "2026-05-07T21:49:34.473Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-chrome-tabs",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-chrome-tabs",
        "contentDisposition": "attachment; filename=\"open-chrome-tabs-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "open-chrome-tabs"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/open-chrome-tabs"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/open-chrome-tabs",
    "downloadUrl": "https://openagent3.xyz/downloads/open-chrome-tabs",
    "agentUrl": "https://openagent3.xyz/skills/open-chrome-tabs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/open-chrome-tabs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/open-chrome-tabs/agent.md"
  }
}
```
## Documentation

### 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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mindsocket
- Version: 1.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T21:49:34.473Z
- Expires at: 2026-05-07T21:49:34.473Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/open-chrome-tabs)
- [Send to Agent page](https://openagent3.xyz/skills/open-chrome-tabs/agent)
- [JSON manifest](https://openagent3.xyz/skills/open-chrome-tabs/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/open-chrome-tabs/agent.md)
- [Download page](https://openagent3.xyz/downloads/open-chrome-tabs)