← Back to Skills Marketplace
ivangdavila

PowerShell

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
1752
Downloads
2
Stars
15
Active Installs
1
Versions
Install in OpenClaw
/install powershell
Description
Avoid common PowerShell mistakes — output behavior, array traps, and comparison operator gotchas.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install powershell
  3. After installation, invoke the skill by name or use /powershell
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug powershell
Version 1.0.0
License
All-time Installs 15
Active Installs 15
Total Versions 1
Frequently Asked Questions

What is PowerShell?

Avoid common PowerShell mistakes — output behavior, array traps, and comparison operator gotchas. It is an AI Agent Skill for Claude Code / OpenClaw, with 1752 downloads so far.

How do I install PowerShell?

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

Is PowerShell free?

Yes, PowerShell is completely free (open-source). You can download, install and use it at no cost.

Which platforms does PowerShell support?

PowerShell is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created PowerShell?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments