urlgo

浏览器控制 CLI

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "urlgo" with this command: npx skills add fslong520/urlgo

Domain keywords: https://, http://, www., 浏览器, CDP, 截图, 网页, mp.weixin

Summary: 连 CDP,开网页,截图,执行 JS。

Strategy:

  1. urlgo status → CDP 开了没?没开就 urlgo start
  2. urlgo open <url> → 打开页面
  3. 截图/读取/点击/输入/执行 JS
  4. 返回结果

AVOID:

  • AVOID 不检查 CDP 就操作,先 status/start
  • AVOID 忘装 websockets,截图和 JS 要用它
  • AVOID 用 WebFetch 读网页,应该用 urlgo snapshot 代替

命令

命令说明
urlgo status检查 CDP
urlgo start启动浏览器
urlgo list查看页面
urlgo open <url>打开网页
urlgo screenshot <id> <file>截图
urlgo snapshot <id>读取内容
urlgo eval <id> "<js>"执行 JS
urlgo click <id> "<sel>"点击
urlgo type <id> "<sel>" "<text>"输入

示例

urlgo start
urlgo open https://example.com
urlgo snapshot 1
urlgo screenshot 1 /tmp/a.png

依赖

curl, websockets(Python)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AutoClaw Browser Automation

Complete browser automation skill with MCP protocol support and Chrome extension

Registry SourceRecently Updated
1K0Profile unavailable
Automation

Browser Cash

Spin up unblocked browser sessions via Browser.cash for web automation. Sessions bypass anti-bot protections (Cloudflare, DataDome, etc.) making them ideal for scraping and automation.

Registry Source
3.8K4Profile unavailable
Coding

Browser Agent - Chrome CDP 自动化

通过 Chrome DevTools Protocol 直接控制浏览器,实现登录状态复用和多场景自动化操作,支持 Windows 和 OpenClaw 集成。

Registry SourceRecently Updated
6840Profile unavailable
Coding

OpenCLI Universal CLI Hub

OpenCLI — 通用 CLI Hub,将任何网站、Electron 应用或本地工具转化为命令行接口。66+ 内置命令,支持 Bilibili/Twitter/Reddit/Xiaohongshu/GitHub 等。复用 Chrome 登录态,零 LLM 成本,确定性输出。

Registry SourceRecently Updated
1421Profile unavailable