← Back to Skills Marketplace
iideas18

Transfer Skill To Windows

by iideas18 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
208
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install transfer-skill-to-windows
Description
Adapt an existing agent skill so it works cleanly on Windows when the input is either a skill folder path or a zip file.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install transfer-skill-to-windows
  3. After installation, invoke the skill by name or use /transfer-skill-to-windows
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug transfer-skill-to-windows
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.

How do I install Transfer Skill To Windows?

Run "/install transfer-skill-to-windows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Transfer Skill To Windows free?

Yes, Transfer Skill To Windows is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Transfer Skill To Windows support?

Transfer Skill To Windows is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Transfer Skill To Windows?

It is built and maintained by iideas18 (@iideas18); the current version is v1.0.0.

💬 Comments