Overview
- Skill Key
- chengzongxin/chrome-debug-launcher
- Author
- chengzongxin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chengzongxin/chrome-debug-launcher
- Latest Commit SHA
- cc497941777cd7dd7f3536258333306ae32d2133
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 chrome-debug-launcher 技能。 若已安装,则直接安装 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`
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
canbirlik
A visual, human-like web browser for OpenClaw agents.Supports reading,screenshots, and visible mode.