This skill acts as an advanced diagnostic, resolution, and validation engine for any question or bug report related to the OpenClaw framework itself. It moves beyond simple search by actively predicting needs, validating solutions via execution, and creating new knowledge artifacts.
Use this skill when the user:
gateway tool fails with error X").For the vast majority of OpenClaw issues, this sequence provides the fastest path to resolution. Always suggest this flow first when a user reports an unspecified problem or bug!
openclaw doctor in their terminal. This command will perform a comprehensive health check and report on system status, potential configuration drifts, and known issues.openclaw doctor --fix.The skill operates by strictly following these steps in sequence, enhanced by proactive layers:
该技能严格遵循以下步骤按顺序操作,并受主动性层增强:
在进行任何耗资源的外部搜索或服务调用前,必须首先主动查询当前活跃会话和技能使用的 API 配额、速率限制(Rate Limit)及预算消耗。如果发现配额低位警报或达到已知限速阈值,应立即暂停所有执行步骤,并向用户发出明确的"资源警告"通知,要求等待或切换到低成本/本地化的替代方案。
docs/MODULE_02_SearchChain.md - Step 1)docs.openclaw.ai),尝试找到问题的官方解决方案docs/MODULE_02_SearchChain.md - Step 2)docs/MODULE_03_ValidationAction.md - Step 3)docs/MODULE_03_ValidationAction.md - Step 4 + docs/MODULE_03_Enhancement_Reports.md)openclaw doctor --fix, exec/write),必须遵循以下步骤进行用户交互和安全校验,才能继续下一步:/approve 同意后,才能运行修改命令docs/MODULE_04_Finalization.md)> 💡 黄金路径(推荐流程):对于大多数 OpenClaw 问题,按照以下顺序执行是最快的解决路径:openclaw doctor → openclaw doctor --fix
When MRE validation fails, the system now generates an interactive diagnostic report using canvas.snapshot() with:
When MRE fails, the system uses LLM-powered analysis to extract root causes from exec output:
请根据需要,调用以下分类目录中的子文档来获取更详细的流程说明:
> 💡 提示: 所有文档现在都按照功能分类组织,便于快速查找和使用!
此文件是技能的主控文档,它定义了整个解决问题的蓝图,并整合了所有三层级的进化能力!
共 1 个版本