← 返回 Skills 市场
fslong520

urlgo

作者 fslong · GitHub ↗ · v6.5.0 · MIT-0
cross-platform ⚠ suspicious
185
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install urlgo
功能描述
浏览器控制 CLI
安全使用建议
This skill's instructions rely on a separate `urlgo` CLI and mention dependencies (curl, Python websockets), but the package metadata provides no required binaries or install steps — treat that as a red flag. Before installing or enabling: 1) verify where the `urlgo` binary comes from and only install a known, trusted release (official homepage/GitHub release); 2) confirm required runtimes (Python and websockets, curl) are legitimate and up to date; 3) be aware the skill can open arbitrary URLs and execute arbitrary JavaScript and write files (screenshots) — avoid running it against authenticated or sensitive pages unless you trust the binary; 4) prefer running in an isolated/sandboxed environment until the binary provenance is confirmed. If the publisher cannot explain how to obtain the `urlgo` binary and why no install spec was provided, consider this skill suspicious and avoid enabling it.
能力评估
Purpose & Capability
The SKILL.md clearly instructs the agent to run a local CLI named `urlgo` (commands like `urlgo start`, `urlgo open`, `urlgo screenshot`, `urlgo eval`), and lists dependencies (curl, websockets(Python)). However, the registry metadata declares no required binaries and provides no install spec. That is inconsistent: a browser-control CLI skill legitimately needs the `urlgo` binary and any required runtime (e.g., Python websockets or curl).
Instruction Scope
The instructions stay within the stated purpose (starting a browser via CDP, opening URLs, taking screenshots, executing JS, typing/clicking). However, the skill enables executing arbitrary JS on arbitrary pages and writing files (e.g., screenshot paths like /tmp/a.png). Those are expected for a browser-control tool but are also capable of exposing or exfiltrating sensitive page data if misused; the SKILL.md does not constrain or warn about these risks.
Install Mechanism
This is an instruction-only skill with no install spec. That alone is not unsafe, but since the runtime depends on an external `urlgo` binary and other tools, the absence of an install source or guidance is a coherence problem: users/agents won't know where to obtain a trusted `urlgo` binary or how to set up its environment.
Credentials
The skill does not request environment variables, credentials, or config paths — consistent with its purpose. There is no indication it needs unrelated secrets. (Note: executing JS in authenticated pages could still access sensitive content present in the browser context, but that is functional, not a declared credential request.)
Persistence & Privilege
The skill does not request always:true and does not claim to modify other skills or system-wide configs. It can be invoked autonomously (platform default), which increases potential impact if the skill is malicious, but that by itself is not an incoherence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install urlgo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /urlgo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v6.5.0
启动浏览器时仅添加远程调试参数,模仿用户真实环境
v6.4.0
新增 Windows 支持;SKILL.md 改为鲁迅式半文半白
v6.3.0
重构为 Gene 结构,Token 精简 66%
v6.2.0
精简文件结构,移除冗余的 steps 目录和 cdp_tools.py
v6.1.0
新增 status、start 命令,自动查找 Edge/Chrome/Chromium 浏览器
v6.0.0
重大重构:纯 CDP 协议实现,移除所有 browser 工具依赖,新增简单 CLI 命令
v3.1.0
改进:按步骤入口、按需读取,避免一次性读取所有文档导致上下文膨胀
v3.0.0
Integrate all browser_cdp and browser_visible functions. Complete browser operation reference.
v2.2.0
Modular browser automation skill with CDP detection, supports Edge/Chrome on Linux/macOS
元数据
Slug urlgo
版本 6.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

urlgo 是什么?

浏览器控制 CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。

如何安装 urlgo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install urlgo」即可一键安装,无需额外配置。

urlgo 是免费的吗?

是的,urlgo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

urlgo 支持哪些平台?

urlgo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 urlgo?

由 fslong(@fslong520)开发并维护,当前版本 v6.5.0。

💬 留言讨论