返回顶部
c

chrome-debug-launcher

Launch two independent Chrome browser instances — one normal and one with remote debugging enabled on port 9222. Activate when user says "打开两个浏览器", "开调试浏览器", "launch chrome debug", or any similar request to open a debug Chrome alongside a normal Chrome.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
505
下载量
0
收藏
概述
安装方式
版本历史

chrome-debug-launcher

# Chrome Debug Launcher Launch two independent Chrome instances: one normal, one with remote debugging on port 9222. ## Steps 1. **Kill all Chrome processes** 2. **Launch normal Chrome** (no extra args) 3. **Wait 2 seconds**, then launch debug Chrome ## Commands by Platform ### Windows (PowerShell) ```powershell # Step 1: Kill Chrome taskkill /F /IM chrome.exe /T 2>$null Start-Sleep -Seconds 2 # Step 2: Normal Chrome Start-Process "C:\Program Files\Google\Chrome\Application\chrome.exe" # Step 3: Debug Chrome (after 2s) Start-Sleep -Seconds 2 Start-Process "C:\Program Files\Google\Chrome\Application\chrome.exe" -ArgumentList '--remote-debugging-port=9222', '--user-data-dir=C:\selenum\ChromeProfile' ``` ### macOS (bash) ```bash # Step 1: Kill Chrome pkill -f "Google Chrome" 2>/dev/null; sleep 2 # Step 2: Normal Chrome open -a "Google Chrome" # Step 3: Debug Chrome (after 2s) sleep 2 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ --remote-debugging-port=9222 \ --user-data-dir="$HOME/selenium/ChromeProfile" & ``` ## Result - **Instance 1**: Normal Chrome, default profile, regular use - **Instance 2**: Debug Chrome, port 9222, isolated user data dir - Connect via Selenium/Playwright: `http://localhost:9222`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 chrome-debug-launcher-1776203173 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 chrome-debug-launcher-1776203173 技能

通过命令行安装

skillhub install chrome-debug-launcher-1776203173

下载 Zip 包

⬇ 下载 chrome-debug-launcher v1.0.1

文件大小: 1.43 KB | 发布时间: 2026-4-15 10:46

v1.0.1 最新 2026-4-15 10:46
- Added _meta.json file for improved metadata management.
- No changes to core functionality or documentation content.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部