Overview
- Skill Key
- aloth/powerskills
- Author
- aloth
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aloth/powerskills
- Latest Commit SHA
- f66f44c80b926a5d232e76e534c6efb3f99cd3e0
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 powerskills 技能。 若已安装,则直接安装 powerskills 技能。
# PowerSkills
Windows capabilities for AI agents via PowerShell. Each skill in `skills/` is independently discoverable.
## Setup
```powershell
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
```
## Usage
```powershell
.\powerskills.ps1 <skill> <action> [--param value ...]
.\powerskills.ps1 list # Discover available skills
.\powerskills.ps1 outlook inbox --limit 10 # Run an action
```
## Output Format
All actions return JSON:
```json
{"status": "success", "exit_code": 0, "data": {...}, "timestamp": "..."}
```
## Configuration
Edit `config.json`:
```json
{
"edge_debug_port": 9222,
"default_timeout": 30,
"outlook_body_max_chars": 5000
}
```
## Skills
| Skill | Description |
|-------|-------------|
| [outlook](skills/outlook/SKILL.md) | Email & calendar via Outlook COM |
| [browser](skills/browser/SKILL.md) | Edge automation via CDP |
| [desktop](skills/desktop/SKILL.md) | Screenshots, window management, keystrokes |
| [system](skills/system/SKILL.md) | Shell commands, processes, system info |
# PowerSkills
[](https://github.com/aloth/PowerSkills/blob/main/LICENSE)
[](https://github.com/aloth/PowerSkills/releases)
[](https://docs.microsoft.com/en-us/powershell/)
[](https://github.com/aloth/PowerSkills)
[](https://github.com/aloth/PowerSkills/stargazers)

Windows capabilities for AI agents — Outlook, Edge browser, desktop automation, and shell commands as structured JSON skills.
## Quick Start
```powershell
# List available skills
.\powerskills.ps1 list
# Get skill help
.\powerskills.ps1 outlook help
# Run actions
.\powerskills.ps1 outlook inbox --limit 10
.\powerskills.ps1 browser tabs
.\powerskills.ps1 desktop screenshot --out-file screen.png
.\powerskills.ps1 system exec --command "whoami"
```
## Skills
| Skill | Description |
|-------|-------------|
| `outlook` | Email & calendar via Outlook COM |
| `browser` | Edge automation via CDP (Chrome DevTools Protocol) |
| `desktop` | Screenshots, window management, keystrokes |
| `system` | Shell commands, processes, system info |
## Output Format
All commands return JSON with consistent envelope:
```json
{
"status": "success",
"exit_code": 0,
"data": { ... },
"timestamp": "2026-03-06T16:00:00+01:00"
}
```
## Requirements
- Windows 10/11
- PowerShell 5.1+
- Microsoft Outlook (for `outlook` skill)
- Microsoft Edge with `--remote-debugging-port=9222` (for `browser` skill)
### Execution Policy
If scripts are blocked (`UnauthorizedAccess` error), set the execution policy:
```powershell
Set-ExecutionPolicy -Scope Cur...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cerbug45
Task Planner and Validator Skill Guide
cerbug45
Generate secure SQL queries with validation, pagination helpers, risk analysis, and audit-focused safeguards.
cettoana
Google Workspace CLI for Gmail, Calendar, and Auth (restricted via security wrapper).