agentsclimarketplace

Windows

Skill br3eze-code/br3eze-code/skills/windows

Personal Ai Agent

Install
npx -y skills add br3eze-code/br3eze-code --skill windows

Assembled 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

ToolRiskDescription
win.service.statuslowGet Windows service status (* for all)
win.service.restartmediumRestart a named service — requires reason
win.process.listlowTop processes by CPU or memory
win.process.killhighKill process by PID — requires reason
win.eventlog.querylowQuery System/Application/Security event log
win.ad.user.unlockmediumUnlock AD user account — requires reason
win.system.reboothighReboot Windows Server — requires reason

Example

{ "host": "dc01", "samAccountName": "jsmith", "reason": "Locked after VPN attempt" }

Notes

  • All medium/high-risk actions require an explicit reason string (logged with user ID)
  • host must match a configured workspace windows_hosts entry
  • Commands run via Invoke-Command over WinRM using stored credentials

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.