← 返回 Skills 市场
iideas18

Transfer Skill To Windows

作者 iideas18 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
208
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install transfer-skill-to-windows
功能描述
Adapt an existing agent skill so it works cleanly on Windows when the input is either a skill folder path or a zip file.
安全使用建议
This skill is coherent and appears to do what it claims, but be cautious about what path you give it. Before running it: (1) point it only at the specific skill folder or zip you want converted — do not give root or broad home directories; (2) make a backup or use a separate output folder (the skill defaults to creating a _windows_ready sibling); (3) review diffs of any changes, especially files that might contain credentials or machine-specific settings; and (4) if you want to limit scope, explicitly ask the agent to avoid touching certain files or directories.
功能分析
Type: OpenClaw Skill Name: transfer-skill-to-windows Version: 1.0.0 The skill bundle 'transfer-skill-to-windows' is a utility designed to help an AI agent convert Unix-centric skill packages into Windows-compatible versions. The instructions in SKILL.md provide a legitimate workflow for identifying shell-specific commands (e.g., bash vs. PowerShell), fixing path separators, and updating helper scripts, with no evidence of malicious intent, data exfiltration, or unauthorized execution logic.
能力评估
Purpose & Capability
The name, description, and SKILL.md are coherent: the instructions focus on inspecting a skill folder or zip and producing a Windows-ready copy. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
The runtime instructions direct the agent to read, inspect, and modify files inside the provided skill folder or extracted zip (SKILL.md, scripts, package manifests, templates, etc.) and to produce a converted folder/zip. This behavior is appropriate for the stated purpose, but it means the agent will read and write arbitrary files under the given input path—so users should avoid pointing the skill at broad/system directories or any paths containing secrets and should back up the source before conversion.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk by an installer and no external packages are fetched.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not request additional secrets; it only inspects files provided by the user, which is proportionate to the conversion task.
Persistence & Privilege
The skill is not always-enabled and does not request modifications to other skills or agent-wide settings. It will read/write files in the user-supplied input/output locations as part of its function, which is expected for this kind of utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install transfer-skill-to-windows
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /transfer-skill-to-windows 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — adds skill for adapting agent skills to Windows compatibility. - Accepts as input either a skill folder path or a zip file containing a skill. - Detects and rewrites Unix-specific commands, paths, and instructions for Windows, primarily using PowerShell. - Creates a Windows-ready output copy, preserving the original input by default. - Updates scripts and supporting files to ensure Windows compatibility. - Verifies converted skills are runnable and self-contained for Windows use.
元数据
Slug transfer-skill-to-windows
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Transfer Skill To Windows 是什么?

Adapt an existing agent skill so it works cleanly on Windows when the input is either a skill folder path or a zip file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。

如何安装 Transfer Skill To Windows?

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

Transfer Skill To Windows 是免费的吗?

是的,Transfer Skill To Windows 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Transfer Skill To Windows 支持哪些平台?

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

谁开发了 Transfer Skill To Windows?

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

💬 留言讨论