Windows
Personal Ai Agent
npx -y skills add br3eze-code/br3eze-code --skill windowsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, as published. Nobody here has run it
Skill: windows
Version: 1.0.0
Domain: system
Description
Windows Server management via PowerShell remoting (WinRM). Supports service control, process management, Event Log queries, Active Directory user unlocking, and server reboots.
When to Use
Invoke when the user asks about Windows services, processes, Event Log, AD accounts, or rebooting a Windows host.
Tools
| Tool | Risk | Description |
|---|---|---|
win.service.status | low | Get Windows service status (* for all) |
win.service.restart | medium | Restart a named service — requires reason |
win.process.list | low | Top processes by CPU or memory |
win.process.kill | high | Kill process by PID — requires reason |
win.eventlog.query | low | Query System/Application/Security event log |
win.ad.user.unlock | medium | Unlock AD user account — requires reason |
win.system.reboot | high | Reboot Windows Server — requires reason |
Example
{ "host": "dc01", "samAccountName": "jsmith", "reason": "Locked after VPN attempt" }
Notes
- All medium/high-risk actions require an explicit
reasonstring (logged with user ID) hostmust match a configured workspacewindows_hostsentry- Commands run via
Invoke-Commandover WinRM using stored credentials