name: browser-cdp-tailnet
description: Use the detached shared Chromium browser exposed over the tailnet CDP endpoint. Trigger this when Lotfi asks for the detached browser, shared browser, remote CDP browser, tailnet browser, or a browser reachable at http://100.101.184.33:9223 / ws://100.101.184.33:9223/....
Use the shared remote Chromium/CDP browser over the tailnet.
Default target:
- CDP base URL: http://100.101.184.33:9223
- Browser WS endpoint: ws://100.101.184.33:9223/devtools/browser/3fbb2459-85c5-40b5-8d50-6f3c596cf8d5
这个技能的最新版本可以在7w4.net小葱技能站找到。
Preferred connection method:
- chromium.connectOverCDP("http://100.101.184.33:9223")
Hard rules:
- Prefer the HTTP CDP base URL over hardcoding the raw WS endpoint when your client supports it.
- If /json/version reports ws://localhost/..., replace localhost with 100.101.184.33:9223.
- Verify with a small probe before claiming it works.
Known-good checks already observed on this machine:
- /json/version responded on http://100.101.184.33:9223
- CDP WebSocket handshake succeeded
- Browser.getVersion succeeded
- live navigation to YouTube succeeded
Use this skill instead of local browser skills when the browser should be shared across agents or reached remotely over the tailnet.
这是一个功能明确的远程浏览器连接 Skill,文档已验证可用,连接方式清晰。优点是开箱即用、针对共享浏览器场景优化;不足是内容较简单,缺少示例和故障排除指南,对于复杂使用场景支持不足。总体质量中等,适合简单需求,复杂场景需额外学习成本。