← Back to Skills Marketplace
185
Downloads
0
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install urlgo
Description
浏览器控制 CLI
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install urlgo - After installation, invoke the skill by name or use
/urlgo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is urlgo?
浏览器控制 CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 185 downloads so far.
How do I install urlgo?
Run "/install urlgo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is urlgo free?
Yes, urlgo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does urlgo support?
urlgo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created urlgo?
It is built and maintained by fslong (@fslong520); the current version is v6.5.0.
More Skills