← 返回 Skills 市场
xiaoyaner0201

Windows Remote

作者 xiaoyaner0201 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2480
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-remote
功能描述
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
安全使用建议
This skill appears to do exactly what it claims: run SSH/SCP commands against a configured Windows host. Before installing, ensure you: (1) only point WINDOWS_SSH_HOST and WINDOWS_SSH_USER at machines you trust, (2) protect your SSH private key (use key files with tight permissions), (3) be aware the scripts disable host-key checking (StrictHostKeyChecking=no) which makes MITM attacks easier — consider enabling host-key checking if you can, and (4) remember the skill can run arbitrary commands on the configured host, so do not expose it to untrusted networks or machines.
功能分析
Type: OpenClaw Skill Name: windows-remote Version: 1.0.0 This skill is classified as suspicious due to its broad remote execution and file transfer capabilities via SSH/SCP, which inherently involve high-risk operations. A key concern is the use of `-o StrictHostKeyChecking=no` in all SSH and SCP commands (`scripts/win-download.sh`, `scripts/win-exec.sh`, `scripts/win-upload.sh`), which disables host key verification and makes connections vulnerable to Man-in-the-Middle attacks. While these capabilities are aligned with the stated purpose of remote Windows control, this specific security configuration significantly lowers the security posture, making the skill risky without clear malicious intent.
能力评估
Purpose & Capability
Name/description (remote Windows control via SSH) align with required binaries (ssh) and required env vars (WINDOWS_SSH_HOST, WINDOWS_SSH_USER). The included scripts (ssh/scp wrappers) directly implement the stated functionality.
Instruction Scope
SKILL.md only instructs setting SSH-related env vars and running the provided scripts to exec, upload, download, and query GPU status. The scripts accept arbitrary commands to run on the configured host (expected for a remote-control skill). Note: the scripts set StrictHostKeyChecking=no which weakens SSH host-key verification (security tradeoff, not incoherent).
Install Mechanism
This is instruction-only with no install spec — nothing is downloaded or written by an installer. The only runtime dependency is the ssh binary, which is reasonable for the described purpose.
Credentials
Required env vars (host, user) and optional SSH-related vars (port, key, timeout) are appropriate and proportional to a remote-SSH skill. No unrelated secrets or external service credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges or modify other skills. It suggests storing its own env in the user's ~/.openclaw/openclaw.json (expected configuration guidance). Model/autonomous invocation is enabled by default (normal for skills) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-remote
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-remote 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Control remote Windows machines via SSH - execute commands, check GPU status, upload/download files
元数据
Slug windows-remote
版本 1.0.0
许可证
累计安装 10
当前安装数 10
历史版本数 1
常见问题

Windows Remote 是什么?

Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2480 次。

如何安装 Windows Remote?

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

Windows Remote 是免费的吗?

是的,Windows Remote 完全免费(开源免费),可自由下载、安装和使用。

Windows Remote 支持哪些平台?

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

谁开发了 Windows Remote?

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

💬 留言讨论