← Back to Skills Marketplace
AI System Maintenance
by
alfredming-2026
· GitHub ↗
· v1.0.0
· MIT-0
850
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-system-maintenance
Description
系统健康检查和维护,自动检测并修复常见问题
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-system-maintenance - After installation, invoke the skill by name or use
/ai-system-maintenance - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is AI System Maintenance?
系统健康检查和维护,自动检测并修复常见问题. It is an AI Agent Skill for Claude Code / OpenClaw, with 850 downloads so far.
How do I install AI System Maintenance?
Run "/install ai-system-maintenance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI System Maintenance free?
Yes, AI System Maintenance is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI System Maintenance support?
AI System Maintenance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI System Maintenance?
It is built and maintained by alfredming-2026 (@alfredming-2026); the current version is v1.0.0.
More Skills