ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 3/5

ai-system-maintenance

系统健康检查和维护,自动检测并修复常见问题

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alfredming-2026/ai-system-maintenance
Or

What 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

  1. "系统出问题了,好像卡住了,能帮我检查一下吗?"
  2. "系统现在的状态怎么样?帮我运行一下健康检查。"
  3. "网关响应非常慢,请尝试修复一下系统。"

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

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alfredming-2026-ai-system-maintenance": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#system#maintenance#troubleshooting#automation#health-check
Safety Score: 3/5

Flags: file-read, file-write, code-execution