装上这双眼睛,让你的OpenClaw和Hermes也能自动浏览网页
Type: article
Author: unknown
Primary Topic: 浏览器自动化
Ingested: 2026-04-26
Summary
本文针对Windows+WSL2环境下OpenClaw和Hermes Agent浏览器自动化不稳定的问题,提出通过Chrome远程调试协议(CDP)连接Windows Chrome的解决方案。核心步骤包括以远程调试参数启动Chrome、在WSL中获取Windows主机IP并配置CDP端点。该方案可替代不稳定的Playwright/Puppeteer本地安装方式,适用于需要稳定浏览器自动化能力的Agent场景。
Key Concepts
- Chrome远程调试协议CDP
- WSL与Windows互通
- 浏览器自动化稳定性
- browser-automation skill
- 远程调试端口配置
Entities
- OpenClaw
- Hermes
- Chrome
- WSL
- Playwright
- Puppeteer
- AutoCLI
- Chrome DevTools MCP
Source
Relations
- (none)
Auto-generated on 2026-04-26
相关文章(自动整合 2026-04-27)
Browser Harness:Agent操控浏览器神器,Claude Code直连Chrome边执行边补能力 — 两者均通过CDP协议让Agent稳定操控Chrome浏览器(重叠度: 4,整合于 2026-04-27)
browser-harness:AI 自我修复浏览器控制工具 (重叠度: 3)
AutoCLI:OpenClaw/Hermes 智能体超级引擎 (重叠度: 3)
SearXNG + Agent-Browser + Playwright:OpenClaw 浏览器自动化三件套 (重叠度: 2)
Google 大神开源 Agent Skills:谷歌工程最佳实践 (重叠度: 2)