powershell-skill

Execute Windows PowerShell operations for process, file, and system administration tasks.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill powershell-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: powershell-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/terminal/powershell-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill powershell-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users run reliable PowerShell commands on Windows for common operational tasks like checking processes, inspecting ports, and managing files without needing to hand-craft command syntax each time.

Core Features & Use Cases

  • Windows OS command execution: Ensures PowerShell commands are used only on Windows hosts by running an OS check first.
  • Process and port management: Retrieves running processes and identifies or terminates services bound to specific ports.
  • File and environment operations: Lists files recursively and inspects environment variables for automation and troubleshooting.

Quick Start

Ask your AI to detect Windows and list the top 10 processes by CPU usage using PowerShell.

Frequently Asked Questions about powershell-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list running Windows processes and check which ports they are using?

You can list running Windows processes and identify services bound to specific ports by executing PowerShell commands through a process manager tool with safe quoting patterns and structured outputs.

How do I safely run PowerShell commands for system administration without hand-crafting syntax?

Safely run PowerShell commands for system administration by using a process manager tool that applies OS detection first and executes with PowerShell -NoProfile -Command patterns for reliable automation.

Does this Skill work on non-Windows operating systems for process management?

No, this Skill enforces Windows OS detection before command execution, ensuring that PowerShell operations for process and file management only run on Windows hosts.

What is the best way to list files recursively and inspect environment variables on Windows?

The best way to list files recursively and inspect environment variables on Windows is by using structured PowerShell command templates that provide safe quoting patterns suitable for automation workflows.

Why do my PowerShell automation commands fail without PATH access on Windows?

PowerShell automation commands fail without PATH access because the process manager tool requires proper PATH access and -NoProfile -Command execution to safely run system administration tasks and return structured outputs.

Can I terminate services bound to specific ports using PowerShell on Windows?

Yes, you can identify and terminate services bound to specific ports on Windows by running structured PowerShell command templates through a process manager tool with safe quoting patterns.