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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xqicxx/system-repair-expertWhat 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
- "My PostgreSQL database service is failing to start, here is the log snippet from the last 20 lines: [log data]."
- "I'm getting a '403 Forbidden' error when trying to run the
claw-deploycommand, check my current configuration." - "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
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-xqicxx-system-repair-expert": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution, external-api
Related Skills
triple-memory-baidu-embedding
Complete memory system combining Baidu Embedding auto-recall, Git-Notes structured memory, and file-based workspace search. Use when setting up comprehensive agent memory with local privacy, when you need persistent context across sessions, or when managing decisions/preferences/tasks with multiple memory backends working together.
secure-memory-stack
一个安全的本地化记忆系统,结合百度Embedding语义搜索、Git Notes结构化存储和文件系统,确保数据隐私和安全。
advanced-skill-creator
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology when users request to create or modify OpenClaw/Moltbot/ClawDBot skills following official standards.
Memory Baidu Embedding Db
Skill by xqicxx
memory-skills-sync
同步记忆系统技能文件到create目录的工具