{
  "schemaVersion": "1.0",
  "item": {
    "slug": "auto-updater-1-0-0",
    "name": "Auto Updater 1.0.0",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/pntrivedy/auto-updater-1-0-0",
    "canonicalUrl": "https://clawhub.ai/pntrivedy/auto-updater-1-0-0",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/auto-updater-1-0-0",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-updater-1-0-0",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/agent-guide.md",
      "references/summary-examples.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",
      "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/auto-updater-1-0-0"
    },
    "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/auto-updater-1-0-0",
    "agentPageUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0/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": "Auto-Updater Skill",
        "body": "Keep your Clawdbot and skills up to date automatically with daily update checks."
      },
      {
        "title": "What It Does",
        "body": "This skill sets up a daily cron job that:\n\nUpdates Clawdbot itself (via clawdbot doctor or package manager)\nUpdates all installed skills (via clawdhub update --all)\nMessages you with a summary of what was updated"
      },
      {
        "title": "Quick Start",
        "body": "Ask Clawdbot to set up the auto-updater:\n\nSet up daily auto-updates for yourself and all your skills.\n\nOr manually add the cron job:\n\nclawdbot cron add \\\n  --name \"Daily Auto-Update\" \\\n  --cron \"0 4 * * *\" \\\n  --tz \"America/Los_Angeles\" \\\n  --session isolated \\\n  --wake now \\\n  --deliver \\\n  --message \"Run daily auto-updates: check for Clawdbot updates and update all skills. Report what was updated.\""
      },
      {
        "title": "Configuration Options",
        "body": "OptionDefaultDescriptionTime4:00 AMWhen to run updates (use --cron to change)TimezoneSystem defaultSet with --tzDeliveryMain sessionWhere to send the update summary"
      },
      {
        "title": "Clawdbot Updates",
        "body": "For npm/pnpm/bun installs:\n\nnpm update -g clawdbot@latest\n# or: pnpm update -g clawdbot@latest\n# or: bun update -g clawdbot@latest\n\nFor source installs (git checkout):\n\nclawdbot update\n\nAlways run clawdbot doctor after updating to apply migrations."
      },
      {
        "title": "Skill Updates",
        "body": "clawdhub update --all\n\nThis checks all installed skills against the registry and updates any with new versions available."
      },
      {
        "title": "Update Summary Format",
        "body": "After updates complete, you'll receive a message like:\n\n🔄 Daily Auto-Update Complete\n\n**Clawdbot**: Updated to v2026.1.10 (was v2026.1.9)\n\n**Skills Updated (3)**:\n- prd: 2.0.3 → 2.0.4\n- browser: 1.2.0 → 1.2.1  \n- nano-banana-pro: 3.1.0 → 3.1.2\n\n**Skills Already Current (5)**:\ngemini, sag, things-mac, himalaya, peekaboo\n\nNo issues encountered."
      },
      {
        "title": "Manual Commands",
        "body": "Check for updates without applying:\n\nclawdhub update --all --dry-run\n\nView current skill versions:\n\nclawdhub list\n\nCheck Clawdbot version:\n\nclawdbot --version"
      },
      {
        "title": "Updates Not Running",
        "body": "Verify cron is enabled: check cron.enabled in config\nConfirm Gateway is running continuously\nCheck cron job exists: clawdbot cron list"
      },
      {
        "title": "Update Failures",
        "body": "If an update fails, the summary will include the error. Common fixes:\n\nPermission errors: Ensure the Gateway user can write to skill directories\nNetwork errors: Check internet connectivity\nPackage conflicts: Run clawdbot doctor to diagnose"
      },
      {
        "title": "Disabling Auto-Updates",
        "body": "Remove the cron job:\n\nclawdbot cron remove \"Daily Auto-Update\"\n\nOr disable temporarily in config:\n\n{\n  \"cron\": {\n    \"enabled\": false\n  }\n}"
      },
      {
        "title": "Resources",
        "body": "Clawdbot Updating Guide\nClawdHub CLI\nCron Jobs"
      }
    ],
    "body": "Auto-Updater Skill\n\nKeep your Clawdbot and skills up to date automatically with daily update checks.\n\nWhat It Does\n\nThis skill sets up a daily cron job that:\n\nUpdates Clawdbot itself (via clawdbot doctor or package manager)\nUpdates all installed skills (via clawdhub update --all)\nMessages you with a summary of what was updated\nSetup\nQuick Start\n\nAsk Clawdbot to set up the auto-updater:\n\nSet up daily auto-updates for yourself and all your skills.\n\n\nOr manually add the cron job:\n\nclawdbot cron add \\\n  --name \"Daily Auto-Update\" \\\n  --cron \"0 4 * * *\" \\\n  --tz \"America/Los_Angeles\" \\\n  --session isolated \\\n  --wake now \\\n  --deliver \\\n  --message \"Run daily auto-updates: check for Clawdbot updates and update all skills. Report what was updated.\"\n\nConfiguration Options\nOption\tDefault\tDescription\nTime\t4:00 AM\tWhen to run updates (use --cron to change)\nTimezone\tSystem default\tSet with --tz\nDelivery\tMain session\tWhere to send the update summary\nHow Updates Work\nClawdbot Updates\n\nFor npm/pnpm/bun installs:\n\nnpm update -g clawdbot@latest\n# or: pnpm update -g clawdbot@latest\n# or: bun update -g clawdbot@latest\n\n\nFor source installs (git checkout):\n\nclawdbot update\n\n\nAlways run clawdbot doctor after updating to apply migrations.\n\nSkill Updates\nclawdhub update --all\n\n\nThis checks all installed skills against the registry and updates any with new versions available.\n\nUpdate Summary Format\n\nAfter updates complete, you'll receive a message like:\n\n🔄 Daily Auto-Update Complete\n\n**Clawdbot**: Updated to v2026.1.10 (was v2026.1.9)\n\n**Skills Updated (3)**:\n- prd: 2.0.3 → 2.0.4\n- browser: 1.2.0 → 1.2.1  \n- nano-banana-pro: 3.1.0 → 3.1.2\n\n**Skills Already Current (5)**:\ngemini, sag, things-mac, himalaya, peekaboo\n\nNo issues encountered.\n\nManual Commands\n\nCheck for updates without applying:\n\nclawdhub update --all --dry-run\n\n\nView current skill versions:\n\nclawdhub list\n\n\nCheck Clawdbot version:\n\nclawdbot --version\n\nTroubleshooting\nUpdates Not Running\nVerify cron is enabled: check cron.enabled in config\nConfirm Gateway is running continuously\nCheck cron job exists: clawdbot cron list\nUpdate Failures\n\nIf an update fails, the summary will include the error. Common fixes:\n\nPermission errors: Ensure the Gateway user can write to skill directories\nNetwork errors: Check internet connectivity\nPackage conflicts: Run clawdbot doctor to diagnose\nDisabling Auto-Updates\n\nRemove the cron job:\n\nclawdbot cron remove \"Daily Auto-Update\"\n\n\nOr disable temporarily in config:\n\n{\n  \"cron\": {\n    \"enabled\": false\n  }\n}\n\nResources\nClawdbot Updating Guide\nClawdHub CLI\nCron Jobs"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pntrivedy/auto-updater-1-0-0",
    "publisherUrl": "https://clawhub.ai/pntrivedy/auto-updater-1-0-0",
    "owner": "pntrivedy",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0",
    "downloadUrl": "https://openagent3.xyz/downloads/auto-updater-1-0-0",
    "agentUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-updater-1-0-0/agent.md"
  }
}