← Back to Skills Marketplace
2027
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install system-repair-expert
Description
提供严格按优先级步骤诊断与解决系统、软件、配置及报错问题,结合记忆匹配、官方文档和多来源验证确保方案高效可靠。
Usage Guidance
This skill appears coherent for a troubleshooting assistant, but check these before installing:
- Confirm how your Clawd platform provides web_search (Brave) and memory services and whether any external API keys are managed by the platform (the skill itself doesn't request keys).
- Confirm whether the skill will persistently store case data in your memory system; SKILL.md says it will store/update memory but the manifest/code don't clearly show memory-write—ask the author or platform what memory permissions will be granted.
- The skill promises to ask for explicit consent before generating or running any repair scripts; be sure the agent prompts you and you never allow script execution without reviewing the script and rollback steps.
- Avoid sending sensitive secrets (passwords, private keys) in logs—provide only the information necessary for debugging.
- If you plan to publish any created skills to a hub, review them for accidental exposure of credentials or hard-coded endpoints.
If you want, I can extract the exact lines that mention memory-write and the lines in the manifest/package.json that differ so you can ask the author specific questions.
Capability Analysis
Type: OpenClaw Skill
Name: system-repair-expert
Version: 1.0.0
The skill is classified as suspicious due to its inherent high-risk capabilities, specifically the instructions in `SKILL.md` for the AI agent to '调用内置的「创建/编写 Skill」能力' (call the built-in 'create/write Skill' capability) and '编写一次性修复脚本/命令' (write one-time fix scripts/commands). While these capabilities are presented with explicit safety guardrails, user consent requirements, and are framed as a last resort for legitimate system repair, they represent powerful actions that, if misused or exploited, could lead to unauthorized code execution or skill creation. The `CLAWDHUB_MANIFEST.json` also declares `file_system_read` capability, which, while plausible for a repair expert, adds to the overall risk profile.
Capability Assessment
Purpose & Capability
The skill is titled 'system-repair-expert' and contains step-by-step troubleshooting instructions, web_search and memory_search integrations, and an implementation file that calls web_search. Requested capabilities (internet search, memory lookup) align with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to gather user-provided logs, error text, screenshots, environment info and to consult memory and web search; it explicitly requires user consent before writing or running one-off fix scripts. This scope is appropriate for troubleshooting, but the skill also states it will 'store' the repair process in memory—the implementation (integration.js) does not perform memory writes itself, so there's a small mismatch between written instructions and code behavior.
Install Mechanism
No install spec or external downloads are present; the skill is instruction-only with a small integration.js file. This minimizes disk-write/install risk.
Credentials
The skill does not request any environment variables or secrets. It references using a 'Brave API' via the web_search tool; that is expected to be provided by the platform and so the skill itself not requesting API keys is reasonable. One minor inconsistency: SKILL.md describes storing/updating memory, but the manifest lists memory capabilities as 'memory_recall' and the code does not perform memory writes—confirm whether the runtime will grant memory write access before enabling persistent storage of cases.
Persistence & Privilege
always:false and no indications of modifying other skills or system-wide settings. The skill expects to read user-supplied logs and to use platform search and memory services; this is consistent with a troubleshooting assistant and does not request elevated or persistent agent-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install system-repair-expert - After installation, invoke the skill by name or use
/system-repair-expert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
FixClawd v1.0.0 初始发布
- 严格分步系统修复流程,新增第0步「记忆模式匹配」优先查找历史案例,提升诊断速度和准确率。
- 集成多阶段认知处理pipeline,支持问题分类、复杂度评估、置信度及风险评估。
- 标准化官方文档、ClawdHub技能与GitHub源码多路径解决建议及置信度标注流程。
- 明确执行优先级:官方方案 > ClawdHub技能 > GitHub修复 > 一次性脚本(最后手段)。
- 回答结构与风格规范,强调每步状态说明、信息缺失即停止推进并追问。
- 增强记忆系统支持:模糊匹配、案例存储、模式识别,持续优化推荐。
- 明确技能适用场景及触发条件,实现可复用、可演进的专业系统修复助手。
Metadata
Frequently Asked Questions
What is system-repair-expert?
提供严格按优先级步骤诊断与解决系统、软件、配置及报错问题,结合记忆匹配、官方文档和多来源验证确保方案高效可靠。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2027 downloads so far.
How do I install system-repair-expert?
Run "/install system-repair-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is system-repair-expert free?
Yes, system-repair-expert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does system-repair-expert support?
system-repair-expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created system-repair-expert?
It is built and maintained by xqicxx (@xqicxx); the current version is v1.0.0.
More Skills