Releases: aloth/PowerSkills
Releases · aloth/PowerSkills
v0.1.0 - Initial Release
First public release of PowerSkills - a PowerShell automation toolkit for AI agents.
Skills
- Outlook - Email inbox, folders, search, send, calendar
- Browser - Edge DevTools Protocol (CDP) - tabs, navigation, screenshots, DOM
- Desktop - Window management, screenshots, clipboard, notifications
- System - System info, process management, command execution, environment
Features
- Structured JSON output with consistent envelope (
status,exit_code,data,timestamp) - Dispatcher mode (
powerskills.ps1 <skill> <action>) and standalone mode (.\skills\system\system.ps1 info) - Shared bootstrap library for argument parsing and output formatting
- SKILL.md files for agent discovery
- Test suite (
tests/test-all.ps1)
Requirements
- Windows 10/11
- PowerShell 5.1+
- Edge with
--remote-debugging-port=9222for browser skill - Outlook desktop app for outlook skill