{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdbot-release-check",
    "name": "Clawdbot Release Check",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/pors/clawdbot-release-check",
    "canonicalUrl": "https://clawhub.ai/pors/clawdbot-release-check",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdbot-release-check",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-release-check",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/check.sh",
      "scripts/setup.sh"
    ],
    "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/clawdbot-release-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/clawdbot-release-check",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdbot-release-check/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-release-check/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-release-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": "Clawdbot Release Check",
        "body": "Checks for new clawdbot releases from GitHub and notifies you once per version. No nagging."
      },
      {
        "title": "Installation",
        "body": "clawdhub install clawdbot-release-check"
      },
      {
        "title": "Quick Setup (with cron)",
        "body": "# Add daily update check at 9am, notify via Telegram\n{baseDir}/scripts/setup.sh --telegram YOUR_TELEGRAM_ID\n\n# Custom hour (e.g., 8am)\n{baseDir}/scripts/setup.sh --hour 8 --telegram YOUR_TELEGRAM_ID\n\n# Remove cron job\n{baseDir}/scripts/setup.sh --uninstall\n\nAfter setup, restart the gateway:\n\nlaunchctl kickstart -k gui/$(id -u)/com.clawdis.gateway"
      },
      {
        "title": "Manual Usage",
        "body": "# Check for updates (silent if up-to-date or already notified)\n{baseDir}/scripts/check.sh\n\n# Show version info\n{baseDir}/scripts/check.sh --status\n\n# Force notification (bypass \"already notified\" state)\n{baseDir}/scripts/check.sh --force\n\n# Show highlights from ALL missed releases\n{baseDir}/scripts/check.sh --all-highlights\n\n# Clear state (will notify again on next check)\n{baseDir}/scripts/check.sh --reset\n\n# Help\n{baseDir}/scripts/check.sh --help"
      },
      {
        "title": "How It Works",
        "body": "Fetches latest release from github.com/clawdbot/clawdbot/releases\nCompares with your installed version (from package.json)\nIf behind, shows highlights from release notes\nSaves state to prevent repeat notifications"
      },
      {
        "title": "Example Output",
        "body": "🔄 **Clawdbot Update Available!**\n\nCurrent: `2.0.0-beta5`\nLatest:  `2026.1.5-3`\n\n_(3 versions behind)_\n\n**Highlights:**\n- Models: add image-specific model config\n- Agent tools: new `image` tool\n- Config: default model shorthands\n\n🔗 https://github.com/clawdbot/clawdbot/releases/tag/v2026.1.5-3\n\nTo update: `cd /path/to/clawdis && git pull && pnpm install && pnpm build`"
      },
      {
        "title": "Files",
        "body": "State — ~/.clawdbot/clawdbot-release-check-state.json:\n\n{\n  \"lastNotifiedVersion\": \"v2026.1.5-3\",\n  \"lastCheckMs\": 1704567890123\n}\n\nCache — ~/.clawdbot/clawdbot-release-check-cache.json:\n\nRelease data cached for 24 hours (saves API calls)\nHighlights extracted once per release (saves tokens)\nUse --clear-cache to force refresh"
      },
      {
        "title": "Configuration",
        "body": "Environment variables:\n\nCLAWDBOT_DIR — Path to clawdbot source (auto-detected from ~/dev/clawdis, ~/clawdbot, or npm global)\nCACHE_MAX_AGE_HOURS — Cache TTL in hours (default: 24)"
      }
    ],
    "body": "Clawdbot Release Check\n\nChecks for new clawdbot releases from GitHub and notifies you once per version. No nagging.\n\nInstallation\nclawdhub install clawdbot-release-check\n\nQuick Setup (with cron)\n# Add daily update check at 9am, notify via Telegram\n{baseDir}/scripts/setup.sh --telegram YOUR_TELEGRAM_ID\n\n# Custom hour (e.g., 8am)\n{baseDir}/scripts/setup.sh --hour 8 --telegram YOUR_TELEGRAM_ID\n\n# Remove cron job\n{baseDir}/scripts/setup.sh --uninstall\n\n\nAfter setup, restart the gateway:\n\nlaunchctl kickstart -k gui/$(id -u)/com.clawdis.gateway\n\nManual Usage\n# Check for updates (silent if up-to-date or already notified)\n{baseDir}/scripts/check.sh\n\n# Show version info\n{baseDir}/scripts/check.sh --status\n\n# Force notification (bypass \"already notified\" state)\n{baseDir}/scripts/check.sh --force\n\n# Show highlights from ALL missed releases\n{baseDir}/scripts/check.sh --all-highlights\n\n# Clear state (will notify again on next check)\n{baseDir}/scripts/check.sh --reset\n\n# Help\n{baseDir}/scripts/check.sh --help\n\nHow It Works\nFetches latest release from github.com/clawdbot/clawdbot/releases\nCompares with your installed version (from package.json)\nIf behind, shows highlights from release notes\nSaves state to prevent repeat notifications\nExample Output\n🔄 **Clawdbot Update Available!**\n\nCurrent: `2.0.0-beta5`\nLatest:  `2026.1.5-3`\n\n_(3 versions behind)_\n\n**Highlights:**\n- Models: add image-specific model config\n- Agent tools: new `image` tool\n- Config: default model shorthands\n\n🔗 https://github.com/clawdbot/clawdbot/releases/tag/v2026.1.5-3\n\nTo update: `cd /path/to/clawdis && git pull && pnpm install && pnpm build`\n\nFiles\n\nState — ~/.clawdbot/clawdbot-release-check-state.json:\n\n{\n  \"lastNotifiedVersion\": \"v2026.1.5-3\",\n  \"lastCheckMs\": 1704567890123\n}\n\n\nCache — ~/.clawdbot/clawdbot-release-check-cache.json:\n\nRelease data cached for 24 hours (saves API calls)\nHighlights extracted once per release (saves tokens)\nUse --clear-cache to force refresh\nConfiguration\n\nEnvironment variables:\n\nCLAWDBOT_DIR — Path to clawdbot source (auto-detected from ~/dev/clawdis, ~/clawdbot, or npm global)\nCACHE_MAX_AGE_HOURS — Cache TTL in hours (default: 24)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pors/clawdbot-release-check",
    "publisherUrl": "https://clawhub.ai/pors/clawdbot-release-check",
    "owner": "pors",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdbot-release-check",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdbot-release-check",
    "agentUrl": "https://openagent3.xyz/skills/clawdbot-release-check/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-release-check/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-release-check/agent.md"
  }
}