ai-system-maintenance
系统健康检查和维护,自动检测并修复常见问题
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alfredming-2026/ai-system-maintenanceWhat This Skill Does
The ai-system-maintenance skill acts as the primary administrative agent for your OpenClaw environment. It is designed to act as a self-healing diagnostic tool that monitors the operational integrity of the system. By executing a specialized maintenance script located at /home/admin/.openclaw/workspace/scripts/system-maintenance.sh, the skill systematically scans for common bottlenecks, process hangs, and configuration drifts. Once executed, it parses the output to determine the system's health, providing an automated feedback loop that ensures your agent runtime remains stable and responsive without requiring manual intervention for routine issues.
Installation
To add this capability to your OpenClaw assistant, ensure you have the necessary environment permissions. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/alfredming-2026/ai-system-maintenance
Once installed, the agent will index this skill, allowing it to recognize triggers related to system performance and diagnostic requests.
Use Cases
- Proactive Health Monitoring: Users can request a status update whenever they perceive sluggishness in agent response times.
- Automated Troubleshooting: If the user notices specific services—such as the browser, gateway connectivity, or messaging integrations—are failing, this skill provides a centralized recovery mechanism.
- Scheduled Reliability: It supports the analysis of historical logs located in
~/.openclaw/workspace/logs/to identify recurring issues that might be captured by cron jobs.
Example Prompts
- "系统出问题了,好像卡住了,能帮我检查一下吗?"
- "系统现在的状态怎么样?帮我运行一下健康检查。"
- "网关响应非常慢,请尝试修复一下系统。"
Tips & Limitations
- Logs: Always check the logs in
~/.openclaw/workspace/logs/if the agent reports an inability to resolve an issue; these files provide deep insights into script execution failures. - Permissions: Since this skill executes shell scripts, ensure the execution path is writable by the user running OpenClaw.
- Scope: The skill is primarily designed for local environment maintenance. It does not replace full OS-level kernel repairs but covers the most common agent runtime configuration issues. If the system is completely unresponsive, manual terminal access may be required.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alfredming-2026-ai-system-maintenance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
task-protection
Comprehensive task lifecycle management with automatic tracking, failure analysis, and completion feedback. Use when executing recurring system tasks (backups, health checks, news delivery), critical operations (config changes, data sync, deployments), external interactions (email sending, message notifications, API calls), user-delegated one-time tasks, or long-running operations over 1 minute. Provides 9 tool functions, 8 failure type analysis, progress tracking, and automated reporting.
knowledge-sync
Real-time knowledge base synchronization for AI assistants. Supports inotifywait file monitoring, Git auto-push/pull, Nutstore sync, and multi-device consistency. Use for maintaining knowledge continuity across servers and local devices.
conflict-coordination
Mechanism conflict detection and coordination for AI assistant systems. Automatically detects crontab conflicts, systemd service conflicts, script overlaps, and log path inconsistencies. Use for maintaining system harmony and preventing internal conflicts.