← 返回 Skills 市场
Windows Setup
作者
bytesagain3
· GitHub ↗
· v2.0.3
· MIT-0
200
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install windows-setup
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Windows Setup 是什么?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 200 次。
如何安装 Windows Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-setup」即可一键安装,无需额外配置。
Windows Setup 是免费的吗?
是的,Windows Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows Setup 支持哪些平台?
Windows Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows Setup?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.3。
推荐 Skills