powerskills-browser
PowerSkills — Browser
Edge browser automation via CDP (Chrome DevTools Protocol).
Requirements
- Microsoft Edge running with remote debugging:
Start-Process "msedge" -ArgumentList "--remote-debugging-port=9222" - Default port configurable in
config.json(edge_debug_port)
Actions
.\powerskills.ps1 browser <action> [--params]
More from aloth/powerskills
powerskills
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.
23powerskills-desktop
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.
1powerskills-outlook
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.
1powerskills-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.
1