Windows automation toolkit for AI agents. Provides Outlook email/calendar, Edge browser (CDP), desktop screenshots/window management, and shell commands via...
Windows capabilities for AI agents via PowerShell. Each skill in skills/ is independently discoverable.
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
.\powerskills.ps1 <skill> <action> [--param value ...]
.\powerskills.ps1 list # Discover available skills
.\powerskills.ps1 outlook inbox --limit 10 # Run an action
All actions return JSON:
{"status": "success", "exit_code": 0, "data": {...}, "timestamp": "..."}
Edit config.json:
{
"edge_debug_port": 9222,
"default_timeout": 30,
"outlook_body_max_chars": 5000
}
| Skill | Description |
|---|---|
| outlook | Email & calendar via Outlook COM |
| browser | Edge automation via CDP |
| desktop | Screenshots, window management, keystrokes |
| system | Shell commands, processes, system info |
ZIP package — ready to use