Install
$ agentstack add skill-br3eze-code-br3eze-code-windows ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
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
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: br3eze-code
- Source: br3eze-code/br3eze-code
- License: Apache-2.0
- Homepage: https://br3eze.africa
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.