{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cron-health-check",
    "name": "Cron Health Check",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/RuneweaverStudios/cron-health-check",
    "canonicalUrl": "https://clawhub.ai/RuneweaverStudios/cron-health-check",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cron-health-check",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cron-health-check",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/check_cron_health.py"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cron-health-check"
    },
    "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/cron-health-check",
    "agentPageUrl": "https://openagent3.xyz/skills/cron-health-check/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cron-health-check/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cron-health-check/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": "Description",
        "body": "Monitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues."
      },
      {
        "title": "Cron Health Check | OpenClaw Skill",
        "body": "Monitors the health of OpenClaw cron jobs by analyzing run history and identifying patterns of failures, timeouts, and delivery issues."
      },
      {
        "title": "Usage",
        "body": "As a scheduled cron job to monitor job health proactively\nManually to check current cron job status\nAfter fixing cron job errors to verify improvements\n\n# Check health of all cron jobs (last 24 hours)\npython3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py\n\n# Check last 48 hours\npython3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py --hours 48\n\n# Output JSON format\npython3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py --json"
      },
      {
        "title": "What this skill does",
        "body": "Analyzes cron job run history from the last N hours\nIdentifies jobs with consecutive failures, timeouts, or delivery issues\nReports health status (healthy/warning/critical) for each job\nSuggests fixes (e.g., adding --best-effort-deliver for delivery failures)\nDetects OpenRouter API limit issues"
      },
      {
        "title": "Integration as a Cron Job",
        "body": "This skill can run periodically to monitor cron job health:\n\n{\n  \"payload\": {\n    \"kind\": \"agentTurn\",\n    \"message\": \"Run cron-health-check skill to analyze cron job health.\",\n    \"model\": \"openrouter/google/gemini-2.5-flash\",\n    \"thinking\": \"low\",\n    \"timeoutSeconds\": 60\n  },\n  \"schedule\": {\n    \"kind\": \"cron\",\n    \"cron\": \"0 */6 * * *\"\n  },\n  \"delivery\": {\n    \"mode\": \"announce\",\n    \"bestEffort\": true\n  },\n  \"sessionTarget\": \"isolated\",\n  \"name\": \"Cron Health Monitor\"\n}"
      },
      {
        "title": "Output",
        "body": "Health status for each job:\n\nhealthy: No issues detected\nwarning: Some issues but not critical\ncritical: Multiple consecutive failures or timeouts\n\nIssues detected:\n\nConsecutive errors\nTimeout patterns\nDelivery failures (suggests --best-effort-deliver)\nOpenRouter API limit exceeded"
      },
      {
        "title": "Exit Codes",
        "body": "0: All jobs healthy\n1: Warning issues found\n2: Critical issues found"
      }
    ],
    "body": "Cron Health Check | OpenClaw Skill\nDescription\n\nMonitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues.\n\nCron Health Check | OpenClaw Skill\n\nMonitors the health of OpenClaw cron jobs by analyzing run history and identifying patterns of failures, timeouts, and delivery issues.\n\nUsage\nAs a scheduled cron job to monitor job health proactively\nManually to check current cron job status\nAfter fixing cron job errors to verify improvements\n# Check health of all cron jobs (last 24 hours)\npython3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py\n\n# Check last 48 hours\npython3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py --hours 48\n\n# Output JSON format\npython3 /Users/ghost/.openclaw/workspace/skills/cron-health-check/scripts/check_cron_health.py --json\n\nWhat this skill does\nAnalyzes cron job run history from the last N hours\nIdentifies jobs with consecutive failures, timeouts, or delivery issues\nReports health status (healthy/warning/critical) for each job\nSuggests fixes (e.g., adding --best-effort-deliver for delivery failures)\nDetects OpenRouter API limit issues\nIntegration as a Cron Job\n\nThis skill can run periodically to monitor cron job health:\n\n{\n  \"payload\": {\n    \"kind\": \"agentTurn\",\n    \"message\": \"Run cron-health-check skill to analyze cron job health.\",\n    \"model\": \"openrouter/google/gemini-2.5-flash\",\n    \"thinking\": \"low\",\n    \"timeoutSeconds\": 60\n  },\n  \"schedule\": {\n    \"kind\": \"cron\",\n    \"cron\": \"0 */6 * * *\"\n  },\n  \"delivery\": {\n    \"mode\": \"announce\",\n    \"bestEffort\": true\n  },\n  \"sessionTarget\": \"isolated\",\n  \"name\": \"Cron Health Monitor\"\n}\n\nOutput\n\nHealth status for each job:\n\nhealthy: No issues detected\nwarning: Some issues but not critical\ncritical: Multiple consecutive failures or timeouts\n\nIssues detected:\n\nConsecutive errors\nTimeout patterns\nDelivery failures (suggests --best-effort-deliver)\nOpenRouter API limit exceeded\nExit Codes\n0: All jobs healthy\n1: Warning issues found\n2: Critical issues found"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RuneweaverStudios/cron-health-check",
    "publisherUrl": "https://clawhub.ai/RuneweaverStudios/cron-health-check",
    "owner": "RuneweaverStudios",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cron-health-check",
    "downloadUrl": "https://openagent3.xyz/downloads/cron-health-check",
    "agentUrl": "https://openagent3.xyz/skills/cron-health-check/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cron-health-check/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cron-health-check/agent.md"
  }
}