skills/system/SKILL.md
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.
npx skillsauth add felipemsilva/powerskills powerskills-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Shell commands, process management, system info.
.\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 |
# 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
hostname, user, domain, os, arch, ps_version, uptime_hours
name, pid, cpu, mem_mb
stdout, stderr, exit_code
tools
Outlook email and calendar automation via COM. Read inbox, unread, sent items. Search emails. Send, reply, draft. List calendar events and mail folders. Use when needing to check work email, read/send Outlook messages, search mail, or view calendar. Requires Outlook desktop app on Windows.
tools
Windows desktop automation. Take full-screen or window screenshots, list/focus/minimize/maximize windows, send keystrokes, launch applications. Use when needing to capture the Windows screen, manage windows, send keyboard input, or start programs.
tools
Edge browser automation via Chrome DevTools Protocol (CDP). List tabs, navigate, take screenshots, extract page content/HTML, execute JavaScript, click elements, type text, fill forms, scroll. Use when needing to control Edge browser, scrape web content, automate web forms, or take browser screenshots on Windows. Requires Edge with --remote-debugging-port=9222.
tools
Windows automation toolkit for AI agents. Provides Outlook email/calendar, Edge browser (CDP), desktop screenshots/window management, and shell commands via PowerShell. Install this for the full suite, or install individual sub-skills (powerskills-outlook, powerskills-browser, powerskills-desktop, powerskills-system) separately.