← Back to Skills Marketplace
1781
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install windows
Description
Windows-specific patterns, security practices, and operational traps that cause silent failures.
Usage Guidance
This skill appears coherent and focused on Windows operational guidance. Before using snippets: (1) review and understand any command that requires admin rights (creating event sources, signing scripts, changing TrustedHosts); (2) avoid running copied scripts verbatim on production systems — test in a VM or sandbox; (3) credential helpers shown (cmdkey, Export-Clixml) are appropriate but have limitations — Export-Clixml is protected to the current user/machine and cmdkey entries may be accessible to other processes with sufficient privileges; (4) creating exclusions for AV or changing Group Policy should be done per organizational policies; (5) although the skill can be invoked autonomously by agents (default), it has no install-time or credential requirements — treat it as documentation rather than executable code. If you want higher assurance, ask the author for provenance or a homepage/source repository before trusting operational guidance in sensitive environments.
Capability Analysis
Type: OpenClaw Skill
Name: windows
Version: 1.0.0
The skill bundle contains standard metadata and a `SKILL.md` file that provides educational content on Windows-specific patterns, security practices, and operational tips. All code snippets are illustrative examples of best practices (e.g., credential management, script signing, event logging) and do not contain any executable instructions for the AI agent, nor do they attempt prompt injection, data exfiltration, or other malicious activities. The content is purely informational and aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (Windows operational/security guidance) matches the SKILL.md content: PowerShell tips, credential handling, logging, remoting, permissions. It does not request unrelated credentials, binaries, or services.
Instruction Scope
Instructions are limited to Windows admin/operator practices and include examples (cmdkey, Export-Clixml, Set-AuthenticodeSignature, etc.). Several examples require elevated rights (creating event sources, signing cert access, symlink privileges) — this is expected, but users should not run examples verbatim on production systems without review. The guidance references local env vars ($env:TEMP, $env:USERPROFILE) and credential stores appropriately; it does not instruct exfiltration or contacting external endpoints.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill; nothing is downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. Examples show use of Windows Credential Manager and Export-Clixml (normal for credential handling); these are proportional to the documented purpose.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent presence or to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows - After installation, invoke the skill by name or use
/windows - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Windows?
Windows-specific patterns, security practices, and operational traps that cause silent failures. It is an AI Agent Skill for Claude Code / OpenClaw, with 1781 downloads so far.
How do I install Windows?
Run "/install windows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Windows free?
Yes, Windows is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Windows support?
Windows is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Windows?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills