← 返回 Skills 市场
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-esm-installer
功能描述
自动修复 Windows 安装路径错误,配置 npm 国内镜像源,检测依赖并生成一键安装脚本及安装报告。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-esm-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-esm-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Windows Esm Installer 是什么?
自动修复 Windows 安装路径错误,配置 npm 国内镜像源,检测依赖并生成一键安装脚本及安装报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Windows Esm Installer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-esm-installer」即可一键安装,无需额外配置。
Windows Esm Installer 是免费的吗?
是的,Windows Esm Installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows Esm Installer 支持哪些平台?
Windows Esm Installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows Esm Installer?
由 rfdiosuao(@rfdiosuao)开发并维护,当前版本 v1.0.0。
推荐 Skills