← 返回 Skills 市场
lotfinity

Browser CDP Tailnet

作者 lotfinity · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install browser-cdp-tailnet
功能描述
Use the detached shared Chromium browser exposed over the tailnet CDP endpoint. Trigger this when Lotfi asks for the detached browser, shared browser, remote...
使用说明 (SKILL.md)

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

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.

安全使用建议
This skill is coherent and lightweight, but consider the trustworthiness of the remote browser operator before use. Any pages you load, cookies, or credentials you type or autofill while using that shared Chromium instance could be observed or intercepted by whoever controls it. Avoid performing sensitive logins, accessing private documents, or sending secrets through the shared browser unless you trust the host. If you need stronger isolation, use a local browser skill or a dedicated browser instance. If unsure, ask the skill author/operator for details about who manages the tailnet host and how session data is isolated or cleaned.
功能分析
Type: OpenClaw Skill Name: browser-cdp-tailnet Version: 1.0.0 The skill hardcodes a specific Tailscale IP (100.101.184.33:9223) and a unique WebSocket UUID for remote Chromium CDP control in SKILL.md. While the stated purpose is for a shared browser environment, hardcoding remote network endpoints for an AI agent to connect to is a high-risk pattern that could be used to redirect the agent's activities or expose sensitive session data to an external host.
能力评估
Purpose & Capability
Name/description and runtime instructions all describe the same capability: connect to a shared Chromium instance at a fixed tailnet CDP URL (http://100.101.184.33:9223). The skill doesn't request unrelated binaries, env vars, or config paths, so required capabilities are proportional to the described purpose.
Instruction Scope
SKILL.md only instructs the agent to connect to the specified CDP/WS endpoint, prefer the HTTP CDP base URL, handle a localhost rewrite if reported, and probe before claiming success. It does not instruct reading host files or unrelated credentials. Note: using a shared remote browser means any pages, cookies, or interactions performed through that browser could be visible to whoever operates that shared instance — a privacy/security consideration but not an incoherence in scope.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. There is nothing downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, no primary credential, and no config paths. The runtime instructions require only network access to the specified IP/port, which is consistent with its stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence. The skill is user-invocable and allows normal autonomous invocation by the agent (the platform default) but it does not demand permanent inclusion or modification of other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install browser-cdp-tailnet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /browser-cdp-tailnet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish for shared tailnet CDP browser target
元数据
Slug browser-cdp-tailnet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Browser CDP Tailnet 是什么?

Use the detached shared Chromium browser exposed over the tailnet CDP endpoint. Trigger this when Lotfi asks for the detached browser, shared browser, remote... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 Browser CDP Tailnet?

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

Browser CDP Tailnet 是免费的吗?

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

Browser CDP Tailnet 支持哪些平台?

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

谁开发了 Browser CDP Tailnet?

由 lotfinity(@lotfinity)开发并维护,当前版本 v1.0.0。

💬 留言讨论