# Send OpenClaw Debug 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-debug",
    "name": "OpenClaw Debug",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/skyan/openclaw-debug",
    "canonicalUrl": "https://clawhub.ai/skyan/openclaw-debug",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-debug",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-debug",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-debug",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:17:26.720Z",
      "expiresAt": "2026-05-07T15:17:26.720Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-debug",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-debug",
        "contentDisposition": "attachment; filename=\"openclaw-debug-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-debug"
      },
      "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-debug"
    },
    "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-debug",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-debug",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-debug/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-debug/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-debug/agent.md"
  }
}
```
## Documentation

### Overview

When handling OpenClaw-related issues, follow the workflow of "check official resources first, then determine fix status."

### Step 1: Information Gathering

Confirm the following with the user (if not already provided):

Current OpenClaw version (openclaw --version)
Channel/platform being used (Feishu/Telegram/Discord/Slack, etc.)
Specific problem symptoms (error messages, frequency, reproduction steps)
Recent upgrades or configuration changes

### Step 2: Official Documentation Search

Search the official documentation for relevant content:

URL: https://docs.openclaw.ai
Search keywords: core issue terms (e.g., "feishu notification", "typing indicator", "cron job")

### Step 3: GitHub Issue Search

Search GitHub issues to confirm if this is a known problem:

Issues URL: https://github.com/openclaw/openclaw/issues?q=is%3Aissue
Search strategy (try in order):

Exact search: issue keywords + channel name (e.g., "feishu reaction notification")
Fuzzy search: channel name + feature module (e.g., "feishu typing")
Error message search: extract key fields from error messages

### Step 4: Analyze Results and Report

Reply to the user using this structure:

**Problem Diagnosis**
- Symptom summary: (one sentence)
- Related GitHub issue: #[number] (if any)
- Fix status:
  - Fixed: version number + upgrade recommendation
  - Not fixed: temporary workaround + official fix progress
  - Configuration issue: provide correct configuration example

### Step 5: Record and Follow Up

If the issue is a known bug being fixed:

Inform user of the expected fix version
Record in todo list, remind user to verify after release

### Quick Checklist

Issue TypeDocs SectionGitHub Search KeywordsFeishu notification issueschannels/feishufeishu notification, reactionCron job problemscroncron job, scheduleChannel connection failuresonboarding[channel] connection, webhookModel invocation failuresmodels[provider] error, fallbackSandbox/execution issuessandboxsandbox, exec, security

### CHANGELOG Check

URL: https://raw.githubusercontent.com/openclaw/openclaw/main/CHANGELOG.md
Purpose: Confirm whether a specific version includes a particular fix
Search tip: Search for issue numbers (e.g., #28660) or feature keywords in CHANGELOG

### Response Template

Standard reply format for users:

Boss, I've checked. Here's the situation:

Current version: x.x.x
Latest available version: x.x.x
GitHub issue: [#number] title (if any)

Fix status:

Version x.x.x: not fixed / fixed
Version x.x.x: includes fix (CHANGELOG reference)

Recommended solutions:

Temporary workaround: (e.g., disable certain notification settings)
Permanent fix: (upgrade recommendation or wait for fix)

### Notes

Prioritize the Fixes section in CHANGELOG to confirm fix versions
If issue status is open, the fix is still in development
For configuration issues, prioritize providing on-site verifiable solutions
Record user wait decisions (e.g., "wait for next version"), follow up proactively
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: skyan
- Version: 1.0.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-04-30T15:17:26.720Z
- Expires at: 2026-05-07T15:17:26.720Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-debug)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-debug/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-debug/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-debug/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-debug)