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

System Repair Expert

Skill by xqicxx

Why use this skill?

Optimize system stability with FixClawd. A structured SRE-grade repair agent for OpenClaw that automates troubleshooting, log analysis, and expert resolution.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/xqicxx/system-repair-expert
Or

What This Skill Does

FixClawd, also known as the System Repair Expert, is a high-precision AI agent designed to troubleshoot and resolve complex system, software, and configuration issues. By implementing a strict, multi-stage cognitive pipeline, it eliminates guesswork and ensures that every repair action follows a verified, prioritized hierarchy. It integrates a thinking model enhancer to categorize issues rapidly, assess urgency, and cross-reference potential solutions against official documentation, the ClawdHub repository, and community knowledge bases like GitHub. Whether you are dealing with failed service launches, persistent error codes, or configuration conflicts, FixClawd acts as a seasoned SRE engineer, ensuring that your environment returns to a stable state through the most reliable path possible.

Installation

To integrate this expert into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/xqicxx/system-repair-expert Ensure your agent has the necessary permissions for web searching and memory access to utilize the cognitive processing features effectively.

Use Cases

  • Service Outages: Diagnosing why a background service failed to start or why a daemon crashes intermittently.
  • Dependency Conflicts: Identifying mismatched software versions or broken library links that prevent applications from executing.
  • Error Log Analysis: Parsing cryptic stack traces or system logs to identify the root cause of kernel or user-space errors.
  • Configuration Drift: Comparing current setup against known-good configurations or official documentation to revert accidental changes.

Example Prompts

  1. "My PostgreSQL database service is failing to start, here is the log snippet from the last 20 lines: [log data]."
  2. "I'm getting a '403 Forbidden' error when trying to run the claw-deploy command, check my current configuration."
  3. "The application X is crashing on startup after the recent system update, please investigate and provide a fix."

Tips & Limitations

  • Be Specific: Always provide logs, environment versions, and exact error messages to improve the confidence assessment score.
  • Respect the Workflow: This skill is designed for safety. If it requests more information, provide it before expecting a final resolution to avoid inaccurate guesses.
  • Authorization: The agent will never execute high-risk repair scripts without your explicit confirmation, treating such actions as the final resort in the hierarchy.

Metadata

Author@xqicxx
Stars879
Views2
Updated2026-02-11
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-xqicxx-system-repair-expert": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#troubleshooting#sre#debug#system-repair#automation
Safety Score: 3/5

Flags: network-access, file-read, code-execution, external-api