← Back to Skills Marketplace
Windows Setup
by
bytesagain3
· GitHub ↗
· v2.0.3
· MIT-0
200
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install windows-setup
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears low-risk and does what it says: print local reference documentation. Small issues to note before installing: SKILL.md claims version 2.0.3 while the bundled script sets VERSION="2.0.2" (a minor metadata mismatch) and the script's help heredoc is quoted so the $VERSION variable will not expand (you'll see the literal $VERSION in the help text). If you want to be extra cautious, review the repository yourself and confirm there are no other hidden files; otherwise it's safe to use. Remember that allowing autonomous invocation is normal but gives the agent the ability to call the skill without a manual trigger — that is expected but consider whether you want the agent to invoke skills automatically.
Capability Analysis
Type: OpenClaw Skill
Name: windows-setup
Version: 2.0.3
The 'windows-setup' skill is a static documentation reference tool. The shell script (scripts/script.sh) and the instructions (SKILL.md) only output plain-text reference material via heredocs and do not perform any network requests, file system modifications, or credential access.
Capability Assessment
Purpose & Capability
Name/description (Windows Setup reference) match the included assets: SKILL.md lists reference commands and the script implements those commands and prints static docs. Nothing in the files requests unrelated resources or credentials.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference documentation and explicitly states no external calls; the included scripts only print static heredocs. There are no instructions to read system files, environment secrets, or send data externally.
Install Mechanism
No install spec is present and no external downloads/installers are referenced. The only executable is a small static bash script included in the package, which is low-risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and neither SKILL.md nor the script access any environment variables or secrets. Credential/secret request footprint is empty and proportional to the purpose.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It is user-invocable and can be invoked autonomously by the agent by default (platform normal), which is reasonable for a reference tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install windows-setup - After installation, invoke the skill by name or use
/windows-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Windows Setup?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.
How do I install Windows Setup?
Run "/install windows-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Windows Setup free?
Yes, Windows Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Windows Setup support?
Windows Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Windows Setup?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.3.
More Skills