← 返回 Skills 市场
AI System Maintenance
作者
alfredming-2026
· GitHub ↗
· v1.0.0
· MIT-0
850
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-system-maintenance
功能描述
系统健康检查和维护,自动检测并修复常见问题
使用说明 (SKILL.md)
AI System Maintenance 🛠️
系统健康检查和维护技能。当用户提到系统维护、健康检查、修复系统、系统出问题时使用。
触发条件
用户询问:
- "系统还好吗"
- "检查一下系统"
- "系统出问题了"
- "维护一下系统"
- "修复系统"
- "系统卡住了"
- "网关/浏览器/飞书 有问题"
执行步骤
- 运行维护脚本:
/home/admin/.openclaw/workspace/scripts/system-maintenance.sh
-
查看输出,总结检查结果
-
如有问题被修复,告知用户
-
如一切正常,回复系统状态良好
日志位置
- 当日维护日志:
~/.openclaw/workspace/logs/maintenance-YYYY-MM-DD.log - Cron 日志:
~/.openclaw/workspace/logs/cron-maintenance.log
相关文档
~/workspace/SYSTEM_MAINTENANCE.md
安全使用建议
Before installing or enabling this skill: (1) Inspect /home/admin/.openclaw/workspace/scripts/system-maintenance.sh and ~/workspace/SYSTEM_MAINTENANCE.md yourself to see exactly what the script will do (file operations, network calls, privilege escalations). (2) Require the skill to ask for explicit user confirmation before running the script, and log/preview proposed changes. (3) If possible, run the script manually in a sandbox or on a test system first. (4) Consider restricting invocation so it cannot run autonomously without your approval. (5) If you don't trust the script author or can't review the script, do not enable this skill.
功能分析
Type: OpenClaw Skill
Name: ai-system-maintenance
Version: 1.0.0
The skill bundle instructs the AI agent to execute a local shell script (/home/admin/.openclaw/workspace/scripts/system-maintenance.sh) that is not included in the provided files, making its actual operations opaque. While the stated purpose is system health checks and maintenance, the execution of external scripts on the host system is a high-risk behavior that could be used for unauthorized system modifications or privilege escalation if the script content is untrusted.
能力评估
Purpose & Capability
Name and description (system health checks/maintenance) align with running a maintenance script and summarizing results. However, the skill references a specific admin path (/home/admin/.openclaw/...) and a system doc in the user's home without declaring required config paths or explaining why that exact location is needed.
Instruction Scope
SKILL.md explicitly instructs the agent to execute /home/admin/.openclaw/workspace/scripts/system-maintenance.sh and to read logs and a SYSTEM_MAINTENANCE.md file. That grants the agent broad file-system access and ability to run arbitrary code on the host. There are no checks, confirmation steps, validation of the script, sandboxing, or limits on what 'repairs' may be performed.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This is the lowest install risk.
Credentials
The skill accesses sensitive local paths (an admin home path and logs) yet declares no required config paths or credentials. This mismatch is concerning because it does not document the need for access to those locations or request explicit user consent/confirmation before operating on them.
Persistence & Privilege
always is false (good). The skill allows autonomous model invocation (platform default), meaning the agent could run the script without further user interaction; combined with the ability to execute a local admin script, this increases the blast radius. The skill does not request persistent installation, nor does it modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-system-maintenance - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-system-maintenance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of AI System Maintenance skill.
- Provides automated system health checks and maintenance.
- Detects and fixes common system issues upon user request.
- Summarizes maintenance results and informs the user of any actions taken.
- Stores maintenance logs for auditing and troubleshooting.
元数据
常见问题
AI System Maintenance 是什么?
系统健康检查和维护,自动检测并修复常见问题. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 850 次。
如何安装 AI System Maintenance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-system-maintenance」即可一键安装,无需额外配置。
AI System Maintenance 是免费的吗?
是的,AI System Maintenance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI System Maintenance 支持哪些平台?
AI System Maintenance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI System Maintenance?
由 alfredming-2026(@alfredming-2026)开发并维护,当前版本 v1.0.0。
推荐 Skills