← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install remotego
功能描述
Expose any CLI tool as a public web terminal via tunnel. Mirror bash, vim, python, node, or any command in a browser for remote access and collaboration.
安全使用建议
This tool will publish whatever command you run (including shells and editors) to a public URL — treat it like handing your machine keyboard to a stranger. Before installing/running:
- Verify the npm package and GitHub repository (owner, stars, recent commits) and inspect the source if possible.
- Prefer installing and running inside an isolated environment (container, VM) — do not run as root or on production machines.
- Do not run commands that access secrets, private keys, or sensitive files while the tunnel is active.
- Confirm how authentication works (the SKILL.md's "5 second" requirement is vague); ensure strong access controls and short-lived sessions.
- Be aware the tool likely uses SSH/localhost.run and needs outbound SSH (port 22) — confirm your network/firewall policy.
- Avoid using 'npx' to run uninspected packages on high-privilege hosts; if you must, inspect the package contents first.
If these concerns are acceptable and you understand the risks, proceed cautiously; otherwise treat this skill as potentially unsafe for sensitive systems.
功能分析
Type: OpenClaw Skill
Name: remotego
Version: 1.1.0
The remotego skill provides a mechanism to expose local CLI tools, including shells like bash or python, to the public internet via a tunnel (localhost.run) and a web-based terminal. While documented as a collaboration tool, this functionality is functionally equivalent to a reverse shell, providing a high-risk path for remote system access and execution if the AI agent is manipulated. It is classified as suspicious rather than malicious because the behavior is transparently documented as a utility rather than being hidden or intentionally deceptive. (Files: SKILL.md, @remotego/remotego)
能力评估
Purpose & Capability
The skill claims to expose any CLI via a public tunnel and requires Node (reasonable). However the README explicitly references creating a tunnel via localhost.run and mentions SSH port 22; yet the metadata only lists 'node' as a required binary and does not declare 'ssh' or network access as a dependency. This omission is a mismatch (likely the tool uses SSH for the tunnel).
Instruction Scope
SKILL.md directs running arbitrary commands (bash, vim, python, node, etc.) and publishing them to a public URL. That is exactly the stated purpose but intrinsically dangerous: any sensitive files or credentials visible via the terminal can be exposed. The security model described is vague (a session UUID in the URL and 'clients must authenticate within 5 seconds') with no detail on authentication, authorization, or session lifetime. The instructions do not require or describe verifying the remote client or restricting input; this lack of access-control detail is concerning.
Install Mechanism
There is no install spec in the skill bundle (instruction-only). SKILL.md recommends 'npm install -g @remotego/remotego' or using 'npx', which will download and run code from the npm registry at runtime. That is a normal distribution method but does carry typical risks (you pull third-party code on demand). There is no guidance to verify the package origin/signature or to inspect code before running.
Credentials
The skill declares no required environment variables or credentials, which is proportionate to a tunneling/terminal mirroring tool. However, it implicitly needs outbound network connectivity (and likely the ssh client) which is not called out. No unrelated credentials are requested.
Persistence & Privilege
always:false and user-invocable:true — no persistent or forced presence. The skill does not request elevated platform privileges in its metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remotego - 安装完成后,直接呼叫该 Skill 的名称或使用
/remotego触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Expose any CLI tool as a public web terminal via localhost.run tunnel
元数据
常见问题
Remotego 是什么?
Expose any CLI tool as a public web terminal via tunnel. Mirror bash, vim, python, node, or any command in a browser for remote access and collaboration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Remotego?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotego」即可一键安装,无需额外配置。
Remotego 是免费的吗?
是的,Remotego 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Remotego 支持哪些平台?
Remotego 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux)。
谁开发了 Remotego?
由 topcheer(@topcheer)开发并维护,当前版本 v1.1.0。
推荐 Skills