← All skills
Tencent SkillHub Β· Developer Tools

Auto-Updater (Gateway)

Schedule and run safe daily/weekly updates for Clawdbot + installed skills using the Gateway cron scheduler. Use when setting up "run updates at 04:00" jobs, rotating update reports, running `clawdhub update --all`, and (optionally) applying Clawdbot updates + restart + doctor.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Schedule and run safe daily/weekly updates for Clawdbot + installed skills using the Gateway cron scheduler. Use when setting up "run updates at 04:00" jobs, rotating update reports, running `clawdhub update --all`, and (optionally) applying Clawdbot updates + restart + doctor.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Auto-Updater (Gateway)

Create a reliable daily auto-update routine using Clawdbot Cron (Gateway scheduler). This is a "skill" in the sense of a repeatable workflow + correct config shapes (not a plugin).

Quick setup checklist

Ensure ClawHub CLI is logged in (for skill updates): /home/xabo/.nvm/versions/node/v22.22.0/bin/clawdhub login --workdir /home/xabo/clawd --dir skills /home/xabo/.nvm/versions/node/v22.22.0/bin/clawdhub whoami --workdir /home/xabo/clawd --dir skills Decide: When to run (cron + timezone) Whether the job should only report, or update + restart

Recommended cron job (isolated, deliver output)

Use an isolated cron job so it doesn’t spam the main session context. Example CLI (04:00 Europe/Stockholm): /home/xabo/.nvm/versions/node/v22.22.0/bin/clawdbot cron add \ --name "Daily auto-update (Clawdbot + skills)" \ --cron "0 4 * * *" \ --tz "Europe/Stockholm" \ --session isolated \ --wake now \ --deliver \ --channel telegram \ --to "2095290688" \ --message "Run daily auto-update: update skills via clawdhub update --all; if Clawdbot has an update available, apply it and restart; then run clawdbot doctor --non-interactive; report what changed."

What the job should do (workflow)

Within the cron run: Capture β€œbefore” state clawdbot --version clawdhub list (skills + versions) Update skills clawdhub update --all (Optional) Update Clawdbot Only if the owner explicitly wants self-updates. After updating, run clawdbot doctor --non-interactive. Restart gateway if required. Send a concise summary Clawdbot version before/after Skills updated (old β†’ new) Any errors

Notes / gotchas

Timezone field: in Gateway job objects this is schedule.tz (IANA tz like Europe/Stockholm). Delivery: Prefer explicit channel + to so the job always reaches you. Clawdbot self-update: can be disruptive (restarts). Run at a quiet time.

Troubleshooting

clawdhub update says β€œNot logged in” β†’ run clawdhub login again. Job doesn’t run β†’ confirm Gateway is always-on and cron is enabled. Nothing updates β†’ that can be normal; still send a β€œno changes” report.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc