← 返回 Skills 市场
754
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install powershell-reliable
功能描述
Execute PowerShell commands reliably on Windows. Avoid &&, handle parameter parsing, recover from interruptions, and ensure cross-session continuity.
安全使用建议
This skill is coherent and appears to do what it says: teach and verify reliable PowerShell execution patterns. Before using: (1) review any scripts you run that were produced or modified based on these patterns, especially checkpoint files — they live in the working directory and could accidentally include sensitive state if misused; (2) never run unreviewed code from unknown sources with elevated privileges; (3) treat the secret-detection heuristics as helpful but imperfect (they can miss secrets or generate false positives) — perform an independent review for hardcoded credentials; (4) test long-running or background-job patterns in a safe environment to ensure they behave as expected.
功能分析
Type: OpenClaw Skill
Name: powershell-reliable
Version: 1.0.0
The OpenClaw skill bundle 'powershell-reliable' is designed to teach and enforce best practices for writing robust and secure PowerShell scripts. Both `SKILL.md` and `references/privacy-checklist.md` explicitly advocate for secure coding, including avoiding hardcoded secrets, using `SecureString`, and preventing data exfiltration. The provided code snippets are for demonstrating secure patterns or for scanning other scripts for sensitive data, not for malicious execution. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, or any other harmful intent.
能力评估
Purpose & Capability
The name and description (reliable PowerShell execution, error handling, checkpointing) match the SKILL.md content. The skill does not request unrelated credentials, binaries, or installs, and all examples focus on local PowerShell patterns that are appropriate for the stated goal.
Instruction Scope
All runtime instructions remain within the domain of authoring/running PowerShell scripts: safe command chaining, parameter handling, path handling, checkpointing, retry logic, and local file scanning for secrets. The guidance instructs scanning scripts and writing checkpoint files in the working directory — which is reasonable for this purpose but means users should review what files will be scanned or written before running on sensitive directories.
Install Mechanism
No install spec or code files that would be downloaded or executed are present; this is instruction-only content, which minimizes supply-chain/infrastructure risk.
Credentials
The skill declares no required environment variables or credentials. It references common environment variables (e.g., $env:USERPROFILE, an example $env:MY_API_KEY) only as examples; this is proportionate to the guidance. Users should note the skill shows patterns for using environment variables and SecureString but does not require any secrets itself.
Persistence & Privilege
The skill does not request persistent installation, elevated privileges, or always-on inclusion. It recommends storing checkpoint files in the working directory only and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install powershell-reliable - 安装完成后,直接呼叫该 Skill 的名称或使用
/powershell-reliable触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of PowerShell Reliable Execution skill.
- Provides best practices for executing PowerShell commands on Windows reliably.
- Covers safe chaining, parameter handling, path management, output encoding, and session continuity.
- Includes error recovery patterns like retries and checkpointing.
- Implements strong privacy and security guidelines for local execution.
- Offers quick reference tables for common task conversions from Bash to PowerShell.
元数据
常见问题
PowerShell Reliable Execution 是什么?
Execute PowerShell commands reliably on Windows. Avoid &&, handle parameter parsing, recover from interruptions, and ensure cross-session continuity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 754 次。
如何安装 PowerShell Reliable Execution?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install powershell-reliable」即可一键安装,无需额外配置。
PowerShell Reliable Execution 是免费的吗?
是的,PowerShell Reliable Execution 完全免费(开源免费),可自由下载、安装和使用。
PowerShell Reliable Execution 支持哪些平台?
PowerShell Reliable Execution 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PowerShell Reliable Execution?
由 Dalomeve(@dalomeve)开发并维护,当前版本 v1.0.0。
推荐 Skills