Install
openclaw skills install workspace-auto-maintenanceAutomates OpenClaw workspace health checks and fixes issues like redundant files, permissions, naming, and Git commits across platforms.
openclaw skills install workspace-auto-maintenanceOpenClaw工作空间自动化运维技能,支持健康检查、自动修复常见问题,提升工作空间稳定性和整洁度。
--fix参数自动修复常见问题:
clawhub install workspace-auto-maintenance
# 仅执行健康检查
python src/workspace_check.py
# 执行健康检查并自动修复问题
python src/workspace_check.py --fix
--fix:开启自动修复模式,自动修复识别到的可修复问题--threshold <分数>:自定义健康分数阈值,低于阈值时告警--output <路径>:导出检查报告到指定路径