← Back to Skills Marketplace
rfdiosuao

Windows Esm Installer

by rfdiosuao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install windows-esm-installer
Description
自动修复 Windows 安装路径错误,配置 npm 国内镜像源,检测依赖并生成一键安装脚本及安装报告。
Usage Guidance
This skill appears to do what it says: diagnose Node/npm, set an npm mirror, generate Windows install scripts, and write an INSTALL_REPORT.md. Before running: (1) review the generated install.bat/install.ps1 and INSTALL_REPORT.md to ensure they do what you expect; (2) run the skill from a safe/test project directory or a copy of your project (npm install will execute package install scripts and can run arbitrary code); (3) only grant administrator rights when you understand why they're needed; (4) note minor repository mismatches (tests use a /tmp path and README references a scripts/ folder) — these are likely quality issues but verify paths and outputs on your platform (this tool is Windows-focused).
Capability Analysis
Type: OpenClaw Skill Name: windows-esm-installer Version: 1.0.0 The skill is a legitimate utility designed to resolve Windows-specific Node.js installation issues, such as ESM path errors and npm registry timeouts. It performs environment diagnostics using hardcoded system commands (node/npm version checks), configures the npm mirror to a reputable registry (npmmirror.com), and generates helper installation scripts (install.bat and install.ps1) in the working directory. The code logic in src/index.ts is transparent, aligns with the stated purpose in README.md and SKILL.md, and lacks any indicators of data exfiltration, unauthorized persistence, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (Windows ESM installer, npm mirror, path fixes, script generation) match the code and SKILL.md. The code performs Node/npm detection, sets npm registry to npmmirror, generates install scripts, and writes an INSTALL_REPORT.md—these are expected for an installer. Minor documentation/test mismatches exist (tests reference a Unix /tmp path and README mentions a scripts/ folder that isn't present in the package manifest), but these are quality issues, not malicious inconsistencies.
Instruction Scope
SKILL.md and code limit actions to diagnosing the environment, setting npm registry, generating .bat/.ps1 scripts, writing INSTALL_REPORT.md, and returning file paths. The runtime uses child_process to run safe-sounding system checks (node/npm/git/zstd) and runs npm commands. Note: invoking npm install is normal for an installer but will execute package install scripts from package.json—review generated scripts and run in a safe directory before executing.
Install Mechanism
There is no install spec (instruction-only skill plus source files). No downloads from arbitrary URLs or extraction operations are present. Dependencies listed are devDependencies for testing/build and come from npm (package-lock.json present) which is expected for a TypeScript skill.
Credentials
The skill declares no required environment variables or credentials and does not attempt to read unrelated config paths. The only external endpoint it configures is the npm mirror (https://registry.npmmirror.com), which is coherent with the stated goal of fixing npm timeouts. No secrets or cloud credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It writes files into the current working directory (install.bat, install.ps1, INSTALL_REPORT.md) and the scripts may require administrator privileges when run by the user—this is reasonable for installer tasks. The skill does not modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install windows-esm-installer
  3. After installation, invoke the skill by name or use /windows-esm-installer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of windows-esm-installer (version 1.0.0) - One-click Windows installer and repair tool for OpenClaw/Skill, addressing ESM, npm, and path issues. - Fixes Windows path issues (e.g., converts c:\path to file:///c:/path). - Automatically configures npm to use the Taobao mirror for faster installs. - Diagnoses system dependencies: checks Node.js, npm, and required Windows components. - Generates .bat/.ps1 scripts and a detailed installation report (INSTALL_REPORT.md). - Includes command and natural language triggers for easy use.
Metadata
Slug windows-esm-installer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Windows Esm Installer?

自动修复 Windows 安装路径错误,配置 npm 国内镜像源,检测依赖并生成一键安装脚本及安装报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install Windows Esm Installer?

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

Is Windows Esm Installer free?

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

Which platforms does Windows Esm Installer support?

Windows Esm Installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Windows Esm Installer?

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

💬 Comments