← Back to Skills Marketplace
OpenClaw工作目录医生
by
maxkandel99-arch
· GitHub ↗
· v1.0.0
· MIT-0
334
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-workspace-doctor
Description
检测并修复OpenClaw工作目录嵌套问题
Usage Guidance
这个技能本身描述与要做的事情一致,但它不包含实现脚本而是指向一个第三方 GitHub 仓库。建议在运行任何下载的 PowerShell 脚本前采取以下步骤:
- 在下载并执行前打开并逐行审查脚本,查找网络调用(Invoke-WebRequest/Invoke-RestMethod)、外部上传、删除命令或提升权限的调用;
- 先在演练模式(DryRun)下运行,确保输出符合预期;
- 备份相关配置文件和重要数据;
- 在隔离环境或虚拟机中先测试,不要以管理员/root 权限直接运行;
- 检查该 GitHub 仓库的提交历史、维护者信息、stars/forks 以及是否存在讨论/issue 来评估可信度;
- 如果不熟悉脚本内容,可以把脚本文本粘贴给我(或其他信任的审计方)让我帮你检查是否有可疑行为。仅在你能验证脚本安全性后才允许其修改或删除文件。
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-workspace-doctor
Version: 1.0.0
The skill bundle instructs the AI agent to direct users to download and execute PowerShell scripts from an external GitHub repository (github.com/maxkandel99-arch/workspace-health) to perform system-level directory fixes. While the stated intent is benign (workspace maintenance), the pattern of encouraging users to run unverified remote scripts (detect-nested-workspace.ps1, fix-nested-workspace.ps1) is a high-risk behavior and a common vector for malware delivery. There is no evidence of intentional malice in the provided text, but the reliance on external, unverified code execution warrants a suspicious classification.
Capability Assessment
Purpose & Capability
技能声明的功能(检测 .openclawworkspace 嵌套、校验工作目录、在用户确认下修复/删除并提供演练模式)与 SKILL.md 中的说明一致。要求用户下载并运行三个 PowerShell 脚本以完成这些任务是合理且与目的相符,但脚本本身未包含在技能包中。
Instruction Scope
运行/删除文件和修改配置是修复工作目录问题所需的合理操作,但 SKILL.md 指示用户从第三方 GitHub 仓库下载并直接运行 PowerShell 脚本。说明没有强制要求先审核脚本内容或校验完整性(如校验和/签名),且 PowerShell 脚本可以执行网络请求或任意系统更改——这增加了执行未审计脚本导致数据泄露或破坏的风险。优点是提到默认演练模式和删除前会提示确认,但默认行为仍依赖用户谨慎。
Install Mechanism
技能为 instruction-only(无 install spec),不会在安装时写入文件,但运行时建议从 https://github.com/maxkandel99-arch/workspace-health 下载脚本并执行。GitHub releases/official 项目通常是可接受的来源,但此仓库看起来像第三方个人仓库且技能包未包含脚本或校验信息;没有提供明确的来源验证或备用官方来源。
Credentials
技能未要求任何环境变量、凭证或配置路径,这与其目的(本地文件系统上的检测与修复)相符。没有看到对无关凭证或网络私密令牌的请求。
Persistence & Privilege
技能不会设置为 always:true,默认仅在用户触发时可用并允许模型自主调用(平台默认)。技能包不请求长期驻留、更改其他技能配置或持久化凭据。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-workspace-doctor - After installation, invoke the skill by name or use
/openclaw-workspace-doctor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw工作目录医生 1.0.0 首次发布:
- 提供一键检测与修复 OpenClaw 工作目录嵌套问题的能力。
- 支持标准与嵌套目录的递归检测、配置文件校验、路径有效性检查。
- 提供修复建议,包括安全的删除嵌套目录、修正路径、演练(DryRun)模式。
- 内置防误操作提示(如修复需确认、默认DryRun)。
- 支持通过关键词激活诊断及自动引导自助修复流程。
Metadata
Frequently Asked Questions
What is OpenClaw工作目录医生?
检测并修复OpenClaw工作目录嵌套问题. It is an AI Agent Skill for Claude Code / OpenClaw, with 334 downloads so far.
How do I install OpenClaw工作目录医生?
Run "/install openclaw-workspace-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw工作目录医生 free?
Yes, OpenClaw工作目录医生 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw工作目录医生 support?
OpenClaw工作目录医生 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw工作目录医生?
It is built and maintained by maxkandel99-arch (@maxkandel99-arch); the current version is v1.0.0.
More Skills