AgentStack
SKILL verified Apache-2.0 Self-run

Windows

skill-br3eze-code-br3eze-code-windows · by br3eze-code

A Claude skill from br3eze-code/br3eze-code.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-br3eze-code-br3eze-code-windows

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Windows? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.