/install chrome9222
{\r
"name": "Chrome9222端口启动",\r
"id": "chrome_9222_launch",\r
"version": "1.0.0",\r
"description": "一键通过9222调试端口启动Chrome",\r
"config": {\r
"browser": {\r
"enabled": true,\r
"type": "chrome",\r
"remoteDebuggingPort": 9222,\r
"headless": false\r
}\r
},\r
"actions": [\r
{\r
"name": "启动Chrome(9222端口)",\r
"id": "launch_chrome_9222",\r
"parameters": [],\r
"exec": {\r
"type": "script",\r
"lang": "javascript",\r
"code": "async function execute() { try { // 杀死残留Chrome进程 const { execSync } = require('child_process'); execSync('taskkill /f /im chrome.exe 2>nul'); // 启动Chrome(9222端口) execSync('"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir=C:\ emp\chrome_test'); return '✅ Chrome已通过9222端口启动!'; } catch (error) { return ❌ 启动失败:${error.message}; } }"\r
}\r
}\r
],\r
"triggers": []\r
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chrome9222 - After installation, invoke the skill by name or use
/chrome9222 - Provide required inputs per the skill's parameter spec and get structured output
What is 一键通过9222调试端口启动Chrome?
启动Chrome浏览器,自动通过9222端口开启远程调试模式,方便调试和开发使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 209 downloads so far.
How do I install 一键通过9222调试端口启动Chrome?
Run "/install chrome9222" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 一键通过9222调试端口启动Chrome free?
Yes, 一键通过9222调试端口启动Chrome is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 一键通过9222调试端口启动Chrome support?
一键通过9222调试端口启动Chrome is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 一键通过9222调试端口启动Chrome?
It is built and maintained by aizzaua (@aizzaua); the current version is v1.0.0.