# Send OpenClaw故障排除工具 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-troubleshooting",
    "name": "OpenClaw故障排除工具",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/playgod2023/openclaw-troubleshooting",
    "canonicalUrl": "https://clawhub.ai/playgod2023/openclaw-troubleshooting",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-troubleshooting",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-troubleshooting",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "BOOTSTRAP.md",
      "PUBLISH.md",
      "README.md",
      "SKILL.md",
      "config.json",
      "examples/quick_start.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-troubleshooting",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T12:32:21.186Z",
      "expiresAt": "2026-05-13T12:32:21.186Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-troubleshooting",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-troubleshooting",
        "contentDisposition": "attachment; filename=\"openclaw-troubleshooting-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-troubleshooting"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-troubleshooting"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-troubleshooting",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-troubleshooting",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-troubleshooting/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-troubleshooting/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-troubleshooting/agent.md"
  }
}
```
## Documentation

### 技能概述

OpenClaw常见问题解决方案是一个专注于解决OpenClaw用户在使用过程中遇到的各种错误和技术障碍的技能。它提供了自动化诊断、错误修复和性能优化功能，帮助用户快速定位和解决问题。

### 🔍 自动化诊断

系统环境检测：检查Python版本、依赖库、权限配置
技能兼容性评估：分析技能与OpenClaw版本的兼容性
配置文件验证：检查配置文件的完整性和正确性

### 🛠️ 错误修复

依赖安装问题：自动安装缺失的依赖库
路径配置错误：修复文件路径和权限问题
技能加载失败：诊断和修复技能加载问题

### 🚀 性能优化

资源使用优化：检查和优化系统资源使用
技能执行优化：分析技能执行效率，提供优化建议
缓存管理：清理和优化OpenClaw缓存

### 📊 问题分析

错误日志分析：解析OpenClaw错误日志，提供解决方案
性能报告：生成系统和技能性能报告
建议和改进：根据诊断结果提供改进建议

### 安装

clawhub install openclaw-troubleshooting

### 常用命令

系统诊断

openclaw-troubleshooting diagnose system

技能诊断

openclaw-troubleshooting diagnose skill <skill_name>

错误修复

openclaw-troubleshooting fix <error_code>

性能优化

openclaw-troubleshooting optimize performance

问题报告

openclaw-troubleshooting report generate

### 常见错误代码

E001：依赖库缺失
E002：配置文件错误
E003：权限不足
E004：技能加载失败
E005：系统环境不兼容

### 常见场景

首次安装OpenClaw遇到的问题
技能开发过程中的错误
自动化流程设计中的技术障碍
内容处理任务中的挑战

### 技术特点

自动化程度高：大部分诊断和修复过程自动化完成
针对性强：专门针对OpenClaw用户遇到的问题
易扩展性：支持新增问题类型和解决方案
用户友好：提供详细的问题描述和解决方案

### 开发计划

v1.0：基础诊断和修复功能
v1.1：新增技能兼容性检测
v1.2：性能优化和资源管理功能
v1.3：错误日志分析和报告功能

### 贡献指南

欢迎开发者提交问题解决方案和改进建议。

### 许可证

MIT License
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: playgod2023
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T12:32:21.186Z
- Expires at: 2026-05-13T12:32:21.186Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-troubleshooting)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-troubleshooting/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-troubleshooting/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-troubleshooting/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-troubleshooting)