powerskills-browser

Installation
SKILL.md

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]
Installs
1
GitHub Stars
29
First Seen
May 11, 2026
powerskills-browser — aloth/powerskills