Agent skill
powerskills-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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/system-aloth-powerskills
Metadata
Additional technical details for this skill
- cli
- powerskills
- author
- aloth
- parent
- powerskills
SKILL.md
PowerSkills — System
Shell commands, process management, system info.
Requirements
- PowerShell 5.1+
Actions
.\powerskills.ps1 system <action> [--params]
| Action | Params | Description |
|---|---|---|
exec |
--command "whoami" [--timeout 30] |
Run a PowerShell command |
info |
System info: hostname, OS, user, domain, arch, uptime | |
processes |
--limit N |
Top processes by CPU (default: 20) |
env |
--name PATH |
Get 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?