agentsclimarketplace

System

Skill felipemsilva/PowerSkills/skills/system

Windows system commands and info via PowerShell. Execute shell commands, get system info (hostname, OS, uptime), list top processes, read environment variables. Use when needing to run commands, check system status, or inspect the Windows environment.From its SKILL.md

Install
npx -y skills add felipemsilva/PowerSkills --skill system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 7 commands, including `.\powerskills.ps1 system exec --command "whoami" [--timeout 30]` and 6 more.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.4 KB, 287 tokens by cl100k_base, as published. Nobody here has run it

PowerSkills — System

Shell commands, process management, system info.

Requirements

  • PowerShell 5.1+

Actions

.\powerskills.ps1 system <action> [--params]
ActionParamsDescription
exec--command "whoami" [--timeout 30]Run a PowerShell command
infoSystem info: hostname, OS, user, domain, arch, uptime
processes--limit NTop processes by CPU (default: 20)
env--name PATHGet environment variable value

Examples

# Run a command
.\powerskills.ps1 system exec --command "Get-Process | Select -First 5"

# System info
.\powerskills.ps1 system info

# Top 10 CPU consumers
.\powerskills.ps1 system processes --limit 10

# Check an env var
.\powerskills.ps1 system env --name COMPUTERNAME

Output Fields

info

hostname, user, domain, os, arch, ps_version, uptime_hours

processes

name, pid, cpu, mem_mb

exec

stdout, stderr, exit_code

What ships with it: 1 file

3.6 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.