← 返回 Skills 市场
1752
总下载
2
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install powershell
功能描述
Avoid common PowerShell mistakes — output behavior, array traps, and comparison operator gotchas.
安全使用建议
This skill is just documentation (no code) and only requires the pwsh binary to be present, so the surface area is small. However, the registry entry has no homepage and an unknown source — if you rely on vendor provenance, verify the origin or prefer a documented source. Also note: while the skill itself won't run code, if you allow an autonomous agent to execute PowerShell on your machine, PowerShell can perform powerful system actions; only enable execution in environments you trust.
功能分析
Type: OpenClaw Skill
Name: powershell
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` file provides educational content about PowerShell best practices and common pitfalls, which aligns perfectly with its stated description. There are no instructions for the agent to perform any actions, execute commands, access sensitive data, or engage in any form of prompt injection or malicious behavior. The `_meta.json` file contains standard metadata, and the `pwsh` binary requirement is a legitimate dependency for a PowerShell-related skill.
能力评估
Purpose & Capability
Name and description (PowerShell gotchas & tips) align with the declared requirement of the pwsh binary. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md is purely advisory: it lists tips, examples, and best practices. It does not instruct the agent to read arbitrary files, access credentials, call external endpoints, or perform data exfiltration.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. It mentions using $env:VAR in a descriptive context only, which is appropriate for documentation.
Persistence & Privilege
always:false (default) and the skill does not request persistent system presence or attempt to modify other skills or system settings. Model invocation is allowed by default (normal for skills) but the skill itself is read-only documentation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install powershell - 安装完成后,直接呼叫该 Skill 的名称或使用
/powershell触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
PowerShell 是什么?
Avoid common PowerShell mistakes — output behavior, array traps, and comparison operator gotchas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1752 次。
如何安装 PowerShell?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install powershell」即可一键安装,无需额外配置。
PowerShell 是免费的吗?
是的,PowerShell 完全免费(开源免费),可自由下载、安装和使用。
PowerShell 支持哪些平台?
PowerShell 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 PowerShell?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills