← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install oz-cli-remote-node
功能描述
Execute commands or tasks on the Oz Build Node via CLI, with mode-based control and direct bash command support on the remote node.
安全使用建议
This skill does what it says—it proxies oz-cli and arbitrary bash commands to a remote node via the 'nodes' tool—but it also asks the agent to read local sandbox indicators and to store run metadata, prompts, and 'Open in Oz' URLs in workspace files. Before installing, consider: 1) Only enable if you trust the remote node and whoever has access to it, because the skill allows running arbitrary commands there. 2) Expect persistent files (TOOLS.md, oz_run.<id>.md) containing prompts and URLs; these may contain sensitive data or tokens—inspect and clean these files regularly or avoid storing them. 3) The skill reads local files like /.dockerenv and /proc/1/cgroup; if you do not want the agent checking local runtime state, do not install. 4) Limit who can invoke the skill, and avoid sending secrets or credentials in prompts. If you want reassurance, ask the author to remove local filesystem checks or to make persistent storage explicitly configurable and documented.
功能分析
Type: OpenClaw Skill
Name: oz-cli-remote-node
Version: 1.1.3
The skill acts as a remote execution proxy, allowing arbitrary bash commands and 'oz-cli' prompts to be run on a remote node via the high-privilege 'nodes' tool. While this functionality is the stated purpose of the skill, the capability to execute unconstrained shell commands (via the '!' prefix) on remote infrastructure represents a high-risk behavior. The instructions in SKILL.md guide the agent to manage state and track runs, but the inherent risk of the provided remote access warrants a cautious classification.
能力评估
Purpose & Capability
The skill claims to act as a proxy to oz-cli on a remote node and the instructions consistently require and use the 'nodes' tool to run commands remotely. The package.json declares 'nodes' permission, which aligns with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to: (a) check local sandbox indicators (/.dockerenv and /proc/1/cgroup) by reading local filesystem state, (b) persistently save the remote node name and selected profile ID into workspace files/memory, and (c) create oz_run.<id>.md files that include Run IDs, original prompts and the 'Open in Oz' URL. Reading local system files and persisting run data/URLs and full prompts can expose sensitive environment details or secrets. These actions go beyond simply proxying commands and are not represented as required config paths or env vars in the metadata.
Install Mechanism
This is an instruction-only skill with no install spec or code files; nothing is downloaded or written by an installer. That minimizes installation risk.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, it instructs creating persistent workspace files that will store run IDs, prompts, and URLs (which may contain tokens or sensitive info). Although not explicit credential requests, this persistent storage can lead to exfiltration risk if the workspace is shared or backed up.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges, but it instructs the agent to write and retain node/profile settings and run-tracking files in the workspace. Persistent storage of run metadata and user prompts increases exposure over time and should be considered when deciding whether to install.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oz-cli-remote-node - 安装完成后,直接呼叫该 Skill 的名称或使用
/oz-cli-remote-node触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.3
- Added "run tracking" for `oz agent run` executions: each run now generates a tracking file (`oz_run.<id>.md`) with metadata, run ID, and Oz URL.
- Updated completion response: after finishing an `oz agent run`, replies include a summary with run ID and output, following a precise format.
- No changes to CLI flags or onboarding steps.
- Bumped version and updated documentation to reflect tracking and response changes.
v1.1.2
- Added onboarding step to select and save an Oz agent profile from the remote node before activating Oz mode.
- All Oz CLI executions now require and include the saved profile id using the --profile flag.
- Clarified that only oz agent run must be used (never oz agent run-cloud).
- Documented supported oz agent run flags that may be passed when specified by the user.
- Minor clarifications to sandbox onboarding instructions.
v1.1.1
oz-cli-remote-node v1.1.1
- Improved onboarding documentation with clearer step-by-step setup instructions.
- Added instructions for sandbox (Docker) detection and user guidance if running in a restricted environment.
- Clarified the requirements for enabling the nodes tool and the process for local vs. remote Oz execution.
- Minor documentation updates for user clarity.
- Added a _meta.json metadata file.
v1.1.0
Added setup onboarding for remote node name
v1.0.0
oz-cli-remote-node v1.0.0
- Initial release introducing Oz mode for remote Build Node task execution via Oz or direct Bash commands.
- Oz mode activation/deactivation with user confirmation and state memory.
- All commands executed remotely using the `nodes` tool on the Build Node; never locally.
- Supports direct Bash (`! <command>`) and Oz CLI prompts for seamless task handling.
元数据
常见问题
Oz CLI Remote Node 是什么?
Execute commands or tasks on the Oz Build Node via CLI, with mode-based control and direct bash command support on the remote node. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Oz CLI Remote Node?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oz-cli-remote-node」即可一键安装,无需额外配置。
Oz CLI Remote Node 是免费的吗?
是的,Oz CLI Remote Node 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Oz CLI Remote Node 支持哪些平台?
Oz CLI Remote Node 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Oz CLI Remote Node?
由 eladrave(@eladrave)开发并维护,当前版本 v1.1.3。
推荐 Skills