← 返回 Skills 市场
241
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-package-manager-installer
功能描述
install windows software and windows package manager environments. use when the user wants to install a windows application, explicitly wants to install or c...
安全使用建议
This skill appears coherent for its goal, but be careful before running the commands it recommends:
- Installing Chocolatey via the provided iex (DownloadString) pattern downloads and executes a remote script — verify the URL and trust the source before running it. This is the standard choco install flow, but it's inherently higher risk than purely local steps.
- The skill suggests switching Chocolatey to a Tsinghua mirror; mirrors can be useful but you should confirm you trust that mirror and understand you are changing the package source for future installs/updates.
- The skill favors a 'best-effort' install approach; ensure the agent asks you (or you ask) for explicit confirmation before performing privileged installs or running commands that require administrator access. Also verify package IDs returned by searches before executing install commands.
If you want tighter control, ask the agent to only provide the commands and not execute them, or to always request your explicit confirmation before any privileged operation.
功能分析
Type: OpenClaw Skill
Name: windows-package-manager-installer
Version: 1.0.0
The skill facilitates Windows software management by automating the installation of 'winget' and 'Chocolatey'. It employs high-risk execution patterns, specifically using 'Invoke-Expression' (iex) to run a remote PowerShell script from the Chocolatey community domain and modifying system-wide package sources to use the Tsinghua mirror (SKILL.md). While these actions are standard for the stated administrative purpose, the reliance on remote script execution and the redirection of package repositories represent significant security risks and potential supply chain attack surfaces.
能力评估
Purpose & Capability
Name/description align with the instructions: the SKILL.md describes checking for winget/choco, preferring package-manager installs, and installing/configuring Chocolatey or repairing winget. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Instructions stay on-task (detect environment, choose winget vs choco, provide commands, verify install). Two items to note: (1) the skill encourages a 'best-effort search-and-install' approach that could lead to installing a package without extra user confirmation, and (2) it explicitly recommends executing a remote-install PowerShell command for Chocolatey (iex (New-Object System.Net.WebClient).DownloadString(...)), which is typical for choco but is an action that downloads and executes remote code.
Install Mechanism
This is instruction-only (no install spec). The SKILL.md directs the user/agent to run the official Chocolatey install script from community.chocolatey.org and to configure a Tsinghua mirror for Chocolatey. Those are coherent with the purpose but represent higher-risk operations (remote script download+execute, and switching package sources).
Credentials
The skill requests no environment variables or credentials. It sensibly instructs checks for Windows, PowerShell availability, and administrative/elevation context before performing privileged installs.
Persistence & Privilege
Skill is not always:true and does not request persistent or cross-skill configuration. Autonomous invocation is allowed (platform default) but the skill does not itself demand elevated privileges or permanent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-package-manager-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-package-manager-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — provides Windows software and package manager installation flows with best practices.
- Installs Windows applications using winget or Chocolatey, preferring package managers over direct downloads.
- Automatically installs and configures missing package managers; sets up Chocolatey with the Tsinghua mirror.
- Offers clear step-by-step commands and verification procedures for both software and environment setup.
- Delivers concise status messages in Chinese indicating success or failure.
- Avoids fabricating package information and enforces admin-rights checks when needed.
元数据
常见问题
Windows packag manager installer 是什么?
install windows software and windows package manager environments. use when the user wants to install a windows application, explicitly wants to install or c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 Windows packag manager installer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-package-manager-installer」即可一键安装,无需额外配置。
Windows packag manager installer 是免费的吗?
是的,Windows packag manager installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows packag manager installer 支持哪些平台?
Windows packag manager installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows packag manager installer?
由 darkqiank(@darkqiank)开发并维护,当前版本 v1.0.0。
推荐 Skills