{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-debug",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-debug",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-debug",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "When handling OpenClaw-related issues, follow the workflow of \"check official resources first, then determine fix status.\""
      },
      {
        "title": "Step 1: Information Gathering",
        "body": "Confirm the following with the user (if not already provided):\n\nCurrent OpenClaw version (openclaw --version)\nChannel/platform being used (Feishu/Telegram/Discord/Slack, etc.)\nSpecific problem symptoms (error messages, frequency, reproduction steps)\nRecent upgrades or configuration changes"
      },
      {
        "title": "Step 2: Official Documentation Search",
        "body": "Search the official documentation for relevant content:\n\nURL: https://docs.openclaw.ai\nSearch keywords: core issue terms (e.g., \"feishu notification\", \"typing indicator\", \"cron job\")"
      },
      {
        "title": "Step 3: GitHub Issue Search",
        "body": "Search GitHub issues to confirm if this is a known problem:\n\nIssues URL: https://github.com/openclaw/openclaw/issues?q=is%3Aissue\nSearch strategy (try in order):\n\nExact search: issue keywords + channel name (e.g., \"feishu reaction notification\")\nFuzzy search: channel name + feature module (e.g., \"feishu typing\")\nError message search: extract key fields from error messages"
      },
      {
        "title": "Step 4: Analyze Results and Report",
        "body": "Reply to the user using this structure:\n\n**Problem Diagnosis**\n- Symptom summary: (one sentence)\n- Related GitHub issue: #[number] (if any)\n- Fix status:\n  - Fixed: version number + upgrade recommendation\n  - Not fixed: temporary workaround + official fix progress\n  - Configuration issue: provide correct configuration example"
      },
      {
        "title": "Step 5: Record and Follow Up",
        "body": "If the issue is a known bug being fixed:\n\nInform user of the expected fix version\nRecord in todo list, remind user to verify after release"
      },
      {
        "title": "Quick Checklist",
        "body": "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"
      },
      {
        "title": "CHANGELOG Check",
        "body": "URL: https://raw.githubusercontent.com/openclaw/openclaw/main/CHANGELOG.md\nPurpose: Confirm whether a specific version includes a particular fix\nSearch tip: Search for issue numbers (e.g., #28660) or feature keywords in CHANGELOG"
      },
      {
        "title": "Response Template",
        "body": "Standard reply format for users:\n\nBoss, I've checked. Here's the situation:\n\nCurrent version: x.x.x\nLatest available version: x.x.x\nGitHub issue: [#number] title (if any)\n\nFix status:\n\nVersion x.x.x: not fixed / fixed\nVersion x.x.x: includes fix (CHANGELOG reference)\n\nRecommended solutions:\n\nTemporary workaround: (e.g., disable certain notification settings)\nPermanent fix: (upgrade recommendation or wait for fix)"
      },
      {
        "title": "Notes",
        "body": "Prioritize the Fixes section in CHANGELOG to confirm fix versions\nIf issue status is open, the fix is still in development\nFor configuration issues, prioritize providing on-site verifiable solutions\nRecord user wait decisions (e.g., \"wait for next version\"), follow up proactively"
      }
    ],
    "body": "OpenClaw Troubleshooting\nOverview\n\nWhen handling OpenClaw-related issues, follow the workflow of \"check official resources first, then determine fix status.\"\n\nWorkflow\nStep 1: Information Gathering\n\nConfirm the following with the user (if not already provided):\n\nCurrent OpenClaw version (openclaw --version)\nChannel/platform being used (Feishu/Telegram/Discord/Slack, etc.)\nSpecific problem symptoms (error messages, frequency, reproduction steps)\nRecent upgrades or configuration changes\nStep 2: Official Documentation Search\n\nSearch the official documentation for relevant content:\n\nURL: https://docs.openclaw.ai\nSearch keywords: core issue terms (e.g., \"feishu notification\", \"typing indicator\", \"cron job\")\nStep 3: GitHub Issue Search\n\nSearch GitHub issues to confirm if this is a known problem:\n\nIssues URL: https://github.com/openclaw/openclaw/issues?q=is%3Aissue\nSearch strategy (try in order):\nExact search: issue keywords + channel name (e.g., \"feishu reaction notification\")\nFuzzy search: channel name + feature module (e.g., \"feishu typing\")\nError message search: extract key fields from error messages\nStep 4: Analyze Results and Report\n\nReply to the user using this structure:\n\n**Problem Diagnosis**\n- Symptom summary: (one sentence)\n- Related GitHub issue: #[number] (if any)\n- Fix status:\n  - Fixed: version number + upgrade recommendation\n  - Not fixed: temporary workaround + official fix progress\n  - Configuration issue: provide correct configuration example\n\nStep 5: Record and Follow Up\n\nIf the issue is a known bug being fixed:\n\nInform user of the expected fix version\nRecord in todo list, remind user to verify after release\nKey Resources\nQuick Checklist\nIssue Type\tDocs Section\tGitHub Search Keywords\nFeishu notification issues\tchannels/feishu\tfeishu notification, reaction\nCron job problems\tcron\tcron job, schedule\nChannel connection failures\tonboarding\t[channel] connection, webhook\nModel invocation failures\tmodels\t[provider] error, fallback\nSandbox/execution issues\tsandbox\tsandbox, exec, security\nCHANGELOG Check\nURL: https://raw.githubusercontent.com/openclaw/openclaw/main/CHANGELOG.md\nPurpose: Confirm whether a specific version includes a particular fix\nSearch tip: Search for issue numbers (e.g., #28660) or feature keywords in CHANGELOG\nResponse Template\n\nStandard reply format for users:\n\nBoss, I've checked. Here's the situation:\n\nCurrent version: x.x.x Latest available version: x.x.x GitHub issue: [#number] title (if any)\n\nFix status:\n\nVersion x.x.x: not fixed / fixed\nVersion x.x.x: includes fix (CHANGELOG reference)\n\nRecommended solutions:\n\nTemporary workaround: (e.g., disable certain notification settings)\nPermanent fix: (upgrade recommendation or wait for fix)\nWhich step would you like me to help with?\nNotes\nPrioritize the Fixes section in CHANGELOG to confirm fix versions\nIf issue status is open, the fix is still in development\nFor configuration issues, prioritize providing on-site verifiable solutions\nRecord user wait decisions (e.g., \"wait for next version\"), follow up proactively"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/skyan/openclaw-debug",
    "publisherUrl": "https://clawhub.ai/skyan/openclaw-debug",
    "owner": "skyan",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}